All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-arago-tisdk-addons: Add valgrind
@ 2014-06-24 13:56 Franklin S. Cooper Jr
  2014-06-24 23:08 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Franklin S. Cooper Jr @ 2014-06-24 13:56 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add valgrind to aide users in debugging userspace applications.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroup-arago-tisdk-addons.bb             |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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 6fe9d41..bf8b9d3 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 = "r16"
+PR = "r17"
 
 inherit packagegroup
 
@@ -18,6 +18,7 @@ UTILS = " \
     openssh-sftp-server \
     ptpd \
     libdrm-kms \
+    ${@base_conditional('SOC_FAMILY', 'omapl138', '', 'valgrind', d)} \
 "
 
 UTILS_UBOOT_FW = "u-boot-fw-utils"
-- 
1.7.0.4



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

end of thread, other threads:[~2014-06-24 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 13:56 [PATCH] packagegroup-arago-tisdk-addons: Add valgrind Franklin S. Cooper Jr
2014-06-24 23:08 ` 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.