summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp')
-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() {