summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-06-21 20:34:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-06-24 10:28:18 -0400
commita71da0f8247d7b7d33dec6938b9c8f757600899c (patch)
tree92837f5aad98ff890bbf991c21df91ada6e3917e
parent18437aed99cb08d52bb4b256bc8440383ce716b9 (diff)
downloadmeta-ti-a71da0f8247d7b7d33dec6938b9c8f757600899c.tar.gz
uio-module-drv-test: Updates to fix issues with Keystone platforms
Made the package machine dependent due to content changes with platform Fixed DEVICE_NAME to keystone instead of keystone-evm Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
index 1923b369..fd41b740 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
@@ -2,12 +2,13 @@ DESCRIPTION = "Test code for user space IO (UIO) driver"
2 2
3include uio-module-drv.inc 3include uio-module-drv.inc
4 4
5PR = "r0" 5PR = "r1"
6 6
7COMPATIBLE_MACHINE = "keystone|am57xx-evm" 7COMPATIBLE_MACHINE = "keystone|am57xx-evm"
8PACKAGE_ARCH = "${MACHINE_ARCH}"
8 9
9DEVICE_NAME_am57xx-evm = "am57xx" 10DEVICE_NAME_am57xx-evm = "am57xx"
10DEVICE_NAME_keystone-evm = "keystone" 11DEVICE_NAME_keystone = "keystone"
11RDEPENDS_${PN} = "uio-module-drv" 12RDEPENDS_${PN} = "uio-module-drv"
12 13
13do_compile() { 14do_compile() {