[meta-ti] [PATCH] uio-test-pruss: Update to fix issue with make

Sam Nelson sam.nelson at ti.com
Wed Feb 8 13:51:10 PST 2017


Add device option to build for specific device
Make package Machine dependent

Signed-off-by: Sam Nelson <sam.nelson at ti.com>
---
 recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
index 0a82d63..a342fe3 100644
--- a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
+++ b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
@@ -11,11 +11,19 @@ BRANCH = "master"
 SRC_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git;protocol=git;branch=${BRANCH}"
 LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144"
 
-# Corresponds to version 01.00.00.00
-SRCREV = "f04b91b84331c9a12c897e4eb2836a0a3e3a5fae"
+# Corresponds to version 01.00.00.00A
+SRCREV = "88e78564ff9094ecb13b53d627fa6bfb25d9ac03"
+
+PR = "r1"
 
 COMPATIBLE_MACHINE = "omap-a15"
-EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR}"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+DEVICE_NAME = ""
+DEVICE_NAME_append_am57xx-evm = "am57xx"
+
+EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}"
 
 do_install() {
     install -d ${D}${bindir}/
-- 
1.9.1



More information about the meta-ti mailing list