diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-07-01 22:21:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-07-03 22:14:11 -0400 |
commit | 256be65a210a0ee7eee8ef31a9dc904e675e7a40 (patch) | |
tree | 900011715026b40dec88e8c1a95f9eb4cfaf73d8 /recipes-bsp/uio-module-drv | |
parent | 4a9d60fe40daaf75e4c52417224db88577b7c72b (diff) | |
download | meta-ti-256be65a210a0ee7eee8ef31a9dc904e675e7a40.tar.gz |
uio-module-drv-test: replace machine override with SOC override
This package is now used for multiple omap-a15 SOCs, having only single machine
covered in overrides breaks other machines.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/uio-module-drv')
-rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 6 |
1 files changed, 3 insertions, 3 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 197b36f8..8303efe1 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,12 @@ 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 = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | COMPATIBLE_MACHINE = "keystone|omap-a15" | 7 | COMPATIBLE_MACHINE = "keystone|omap-a15" |
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
9 | 9 | ||
10 | DEVICE_NAME_am57xx-evm = "am57xx" | 10 | DEVICE_NAME_omap-a15 = "am57xx" |
11 | DEVICE_NAME_keystone = "keystone" | 11 | DEVICE_NAME_keystone = "keystone" |
12 | RDEPENDS_${PN} = "uio-module-drv" | 12 | RDEPENDS_${PN} = "uio-module-drv" |
13 | 13 | ||
@@ -25,6 +25,6 @@ do_install_append_keystone () { | |||
25 | install -c -m 755 ${S}/test/uio_cic2_int_multithread_test ${D}${bindir}/. | 25 | install -c -m 755 ${S}/test/uio_cic2_int_multithread_test ${D}${bindir}/. |
26 | } | 26 | } |
27 | 27 | ||
28 | do_install_append_am57xx-evm () { | 28 | do_install_append_omap-a15 () { |
29 | install -c -m 755 ${S}/test/prussdrv_test/test/pruss_uio_test ${D}${bindir}/. | 29 | install -c -m 755 ${S}/test/prussdrv_test/test/pruss_uio_test ${D}${bindir}/. |
30 | } | 30 | } |