diff options
author | 2016-06-29 22:23:22 -0400 | |
---|---|---|
committer | 2016-06-29 22:23:59 -0400 | |
commit | 55b4ca5ecb8973c666c5c6d6f906b216a4cba86e (patch) | |
tree | 605b19b6d9b5d0a3003eefdb69fa1f7f503d0a79 | |
parent | d2aad25651acceccbe5c0f334181b1a5bf5baaeb (diff) | |
download | meta-ti-55b4ca5ecb8973c666c5c6d6f906b216a4cba86e.tar.gz meta-ti-55b4ca5ecb8973c666c5c6d6f906b216a4cba86e.tar.bz2 meta-ti-55b4ca5ecb8973c666c5c6d6f906b216a4cba86e.zip |
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.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 PR = "r1" -COMPATIBLE_MACHINE = "keystone|am57xx-evm" +COMPATIBLE_MACHINE = "keystone|omap-a15" PACKAGE_ARCH = "${MACHINE_ARCH}" DEVICE_NAME_am57xx-evm = "am57xx" |