summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-06-29 22:23:22 -0400
committerDenys Dmytriyenko <denys@ti.com>2016-06-29 22:23:22 -0400
commit540818aaffea2ee8db79644c04f7d17037e27aac (patch)
tree062bec11623af24b9a59f89ea0b384a2da275742
parent8a9eb5d97731f3d554470dedd06f06c2e21b276d (diff)
downloadmeta-ti-540818aaffea2ee8db79644c04f7d17037e27aac.tar.gz
uio-module-drv-test: correct COMPATIBLE_MACHINE
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb2
1 files changed, 1 insertions, 1 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 fd41b740..197b36f8 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
@@ -4,7 +4,7 @@ include uio-module-drv.inc
4 4
5PR = "r1" 5PR = "r1"
6 6
7COMPATIBLE_MACHINE = "keystone|am57xx-evm" 7COMPATIBLE_MACHINE = "keystone|omap-a15"
8PACKAGE_ARCH = "${MACHINE_ARCH}" 8PACKAGE_ARCH = "${MACHINE_ARCH}"
9 9
10DEVICE_NAME_am57xx-evm = "am57xx" 10DEVICE_NAME_am57xx-evm = "am57xx"