diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 22:23:22 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 22:23:59 -0400 |
commit | 55b4ca5ecb8973c666c5c6d6f906b216a4cba86e (patch) | |
tree | 605b19b6d9b5d0a3003eefdb69fa1f7f503d0a79 /recipes-bsp/uio-module-drv | |
parent | d2aad25651acceccbe5c0f334181b1a5bf5baaeb (diff) | |
download | meta-ti-55b4ca5ecb8973c666c5c6d6f906b216a4cba86e.tar.gz |
uio-module-drv-test: correct COMPATIBLE_MACHINE
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 | 2 |
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 | ||
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | COMPATIBLE_MACHINE = "keystone|am57xx-evm" | 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_am57xx-evm = "am57xx" |