From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 5FBF7529F2 for ; Tue, 24 Jun 2014 23:08:15 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id s5ON8ETt005220 for ; Tue, 24 Jun 2014 18:08:14 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s5ON8DjO026494 for ; Tue, 24 Jun 2014 18:08:14 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.174.1; Tue, 24 Jun 2014 18:08:13 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id s5ON8Dqk018520; Tue, 24 Jun 2014 18:08:13 -0500 Date: Tue, 24 Jun 2014 19:08:13 -0400 From: Denys Dmytriyenko To: "Franklin S. Cooper Jr" Message-ID: <20140624230812.GQ6700@edge> References: <1403618197-22108-1-git-send-email-fcooper@ti.com> MIME-Version: 1.0 In-Reply-To: <1403618197-22108-1-git-send-email-fcooper@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH] packagegroup-arago-tisdk-addons: Add valgrind X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 23:08:16 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Jun 24, 2014 at 08:56:37AM -0500, Franklin S. Cooper Jr wrote: > * Add valgrind to aide users in debugging userspace applications. > > Signed-off-by: Franklin S. Cooper Jr > --- > .../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)} \ Can you instead check TUNE_FEATURES for "armv7a" flag? > " > > UTILS_UBOOT_FW = "u-boot-fw-utils" > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago