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 <[email protected]>
> ---
>  .../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
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to