]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-arago-glsdk.git/commitdiff
packagegroup-arago-tisdk-amsdk-sdk-host: Conditionally include tisdk-readme
authorFranklin S. Cooper Jr <fcooper@ti.com>
Wed, 15 May 2013 03:54:22 +0000 (22:54 -0500)
committerDenys Dmytriyenko <denys@ti.com>
Fri, 17 May 2013 16:37:50 +0000 (12:37 -0400)
* Only include tisdk-readme for am335x when a 3.8+ kernel is used.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb

index 7c237d0b7858191ac7452f3e6cd817c498fc9eb7..0916849d47e05d9483c42c5614d62a9aa2aa715e 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install additional scripts and applications into the SDK"
 LICENSE = "MIT"
-PR = "r8"
+PR = "r9"
 
 inherit packagegroup
 
@@ -18,7 +18,7 @@ TOOLS_append_am3517-evm = " flash-utility"
 
 README = ""
 README_omap-a15 = "tisdk-readme"
-README_ti33x = "tisdk-readme"
+README_ti33x = "${@base_contains('ARAGO_BRAND','amsdk','','tisdk-readme',d)}"
 
 RDEPENDS_${PN} = "\
     ${TOOLS} \