Module: meta-ti Branch: krogoth Commit: b4800c6706e7b3ed71b9e5e1438d56da09515049 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=b4800c6706e7b3ed71b9e5e1438d56da09515049
Author: Sam Nelson <[email protected]> Date: Thu Feb 9 03:51:10 2017 +0000 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 <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | 14 +++++++++++--- 1 files 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}/ -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
