From b4800c6706e7b3ed71b9e5e1438d56da09515049 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Thu, 9 Feb 2017 03:51:10 +0000 Subject: uio-test-pruss: Update to fix issue with make Add device option to build for specific device Make package Machine dependent Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- 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 0a82d637..a342fe35 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}/ -- cgit v1.2.3-54-g00ecf