All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tisdk-server-rootfs-image, packagegroup-arago-test-addons: Remove gdb
@ 2016-02-04 18:25 Jacob Stiffler
  2016-02-04 18:26 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2016-02-04 18:25 UTC (permalink / raw)
  To: meta-arago

* Including gdb in these places is redundant since
  packagegroup-core-tools-debug has been added to
  packagegroup-arago-tisdk-addons.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb     | 1 -
 .../recipes-core/packagegroups/packagegroup-arago-test-addons.bb       | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
index 6ddebe1..d0c3f54 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
@@ -12,7 +12,6 @@ IMAGE_INSTALL += "\
     packagegroup-arago-base-tisdk-server-extra \
     packagegroup-arago-test \
     packagegroup-arago-test-addons \
-    gdb \
 "
 
 BAD_RECOMMENDATIONS += " \
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
index 9131a37..35d9c96 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Task to install additional utilities/demos for test image"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r5"
+PR = "r6"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -12,7 +12,6 @@ TEST_ADDONS = " \
     linuxptp \
     openntpd \
     strongswan \
-    gdb \
     "
 
 TEST_ADDONS_TI = " \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tisdk-server-rootfs-image, packagegroup-arago-test-addons: Remove gdb
  2016-02-04 18:25 [PATCH] tisdk-server-rootfs-image, packagegroup-arago-test-addons: Remove gdb Jacob Stiffler
@ 2016-02-04 18:26 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-02-04 18:26 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Thanks!

On Thu, Feb 04, 2016 at 01:25:34PM -0500, Jacob Stiffler wrote:
> * Including gdb in these places is redundant since
>   packagegroup-core-tools-debug has been added to
>   packagegroup-arago-tisdk-addons.
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb     | 1 -
>  .../recipes-core/packagegroups/packagegroup-arago-test-addons.bb       | 3 +--
>  2 files changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
> index 6ddebe1..d0c3f54 100644
> --- a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
> +++ b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
> @@ -12,7 +12,6 @@ IMAGE_INSTALL += "\
>      packagegroup-arago-base-tisdk-server-extra \
>      packagegroup-arago-test \
>      packagegroup-arago-test-addons \
> -    gdb \
>  "
>  
>  BAD_RECOMMENDATIONS += " \
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> index 9131a37..35d9c96 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "Task to install additional utilities/demos for test image"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> -PR = "r5"
> +PR = "r6"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -12,7 +12,6 @@ TEST_ADDONS = " \
>      linuxptp \
>      openntpd \
>      strongswan \
> -    gdb \
>      "
>  
>  TEST_ADDONS_TI = " \
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-04 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 18:25 [PATCH] tisdk-server-rootfs-image, packagegroup-arago-test-addons: Remove gdb Jacob Stiffler
2016-02-04 18:26 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.