summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-02-09 03:51:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-02-09 21:09:53 -0500
commitb4800c6706e7b3ed71b9e5e1438d56da09515049 (patch)
tree36cee390524494166c6f9424098c105d7b54f4b1
parentf9d3386df6ebdb2ce2574f76cde44c60ef0ad133 (diff)
downloadmeta-ti-b4800c6706e7b3ed71b9e5e1438d56da09515049.tar.gz
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 <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/uio-test-pruss/uio-test-pruss_git.bb14
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 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"
11SRC_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git;protocol=git;branch=${BRANCH}" 11SRC_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git;protocol=git;branch=${BRANCH}"
12LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144" 12LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144"
13 13
14# Corresponds to version 01.00.00.00 14# Corresponds to version 01.00.00.00A
15SRCREV = "f04b91b84331c9a12c897e4eb2836a0a3e3a5fae" 15SRCREV = "88e78564ff9094ecb13b53d627fa6bfb25d9ac03"
16
17PR = "r1"
16 18
17COMPATIBLE_MACHINE = "omap-a15" 19COMPATIBLE_MACHINE = "omap-a15"
18EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR}" 20
21PACKAGE_ARCH = "${MACHINE_ARCH}"
22
23DEVICE_NAME = ""
24DEVICE_NAME_append_am57xx-evm = "am57xx"
25
26EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}"
19 27
20do_install() { 28do_install() {
21 install -d ${D}${bindir}/ 29 install -d ${D}${bindir}/