diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-06-21 20:34:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-24 10:30:36 -0400 |
commit | 9f8dfdae2d60512701b6db1c7a2a35d65a6cbc37 (patch) | |
tree | 75a5c1bc82ff73da0a07f8178407f27ef68c7059 /recipes-bsp | |
parent | d2cc0238c33a4835c545cecc7cb7c1511edf53dd (diff) | |
download | meta-ti-9f8dfdae2d60512701b6db1c7a2a35d65a6cbc37.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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 5 |
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 | ||
3 | include uio-module-drv.inc | 3 | include uio-module-drv.inc |
4 | 4 | ||
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | COMPATIBLE_MACHINE = "keystone|am57xx-evm" | 7 | COMPATIBLE_MACHINE = "keystone|am57xx-evm" |
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
8 | 9 | ||
9 | DEVICE_NAME_am57xx-evm = "am57xx" | 10 | DEVICE_NAME_am57xx-evm = "am57xx" |
10 | DEVICE_NAME_keystone-evm = "keystone" | 11 | DEVICE_NAME_keystone = "keystone" |
11 | RDEPENDS_${PN} = "uio-module-drv" | 12 | RDEPENDS_${PN} = "uio-module-drv" |
12 | 13 | ||
13 | do_compile() { | 14 | do_compile() { |