diff options
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() { |
