All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] packagegroup-arago-tisdk-addons: Add debug tools such as gdb
@ 2016-02-04 18:17 Jacob Stiffler
  2016-02-04 18:19 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2016-02-04 18:17 UTC (permalink / raw)
  To: meta-arago

* Remove gdb from various other locations as they are no longer needed

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
v2 changes:
* Remove gdb from various other locations as they are no longer needed

 meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb     | 1 -
 .../recipes-core/packagegroups/packagegroup-arago-test-addons.bb       | 1 -
 .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb      | 3 ++-
 3 files changed, 2 insertions(+), 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..40a034a 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
@@ -12,7 +12,6 @@ TEST_ADDONS = " \
     linuxptp \
     openntpd \
     strongswan \
-    gdb \
     "
 
 TEST_ADDONS_TI = " \
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index b34c6f4..f4bc863 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install additional utilities/demos for SDKs"
 LICENSE = "MIT"
-PR = "r36"
+PR = "r37"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -90,6 +90,7 @@ EXTRA_LIBS_append_omap-a15 = " cmem"
 
 DEVTOOLS = " \
     packagegroup-core-buildessential \
+    packagegroup-core-tools-debug \
     git \
 "
 
-- 
1.9.1



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

* Re: [PATCH v2 1/3] packagegroup-arago-tisdk-addons: Add debug tools such as gdb
  2016-02-04 18:17 [PATCH v2 1/3] packagegroup-arago-tisdk-addons: Add debug tools such as gdb Jacob Stiffler
@ 2016-02-04 18:19 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-02-04 18:19 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Thu, Feb 04, 2016 at 01:17:05PM -0500, Jacob Stiffler wrote:
> * Remove gdb from various other locations as they are no longer needed
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> v2 changes:
> * Remove gdb from various other locations as they are no longer needed

Oops, sorry, forgot to mention - v1 already went in...


>  meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb     | 1 -
>  .../recipes-core/packagegroups/packagegroup-arago-test-addons.bb       | 1 -
>  .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb      | 3 ++-
>  3 files changed, 2 insertions(+), 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..40a034a 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
> @@ -12,7 +12,6 @@ TEST_ADDONS = " \
>      linuxptp \
>      openntpd \
>      strongswan \
> -    gdb \
>      "
>  
>  TEST_ADDONS_TI = " \
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index b34c6f4..f4bc863 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install additional utilities/demos for SDKs"
>  LICENSE = "MIT"
> -PR = "r36"
> +PR = "r37"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -90,6 +90,7 @@ EXTRA_LIBS_append_omap-a15 = " cmem"
>  
>  DEVTOOLS = " \
>      packagegroup-core-buildessential \
> +    packagegroup-core-tools-debug \
>      git \
>  "
>  
> -- 
> 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:19 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:17 [PATCH v2 1/3] packagegroup-arago-tisdk-addons: Add debug tools such as gdb Jacob Stiffler
2016-02-04 18:19 ` 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.