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:22 -0400 |
commit | 540818aaffea2ee8db79644c04f7d17037e27aac (patch) | |
tree | 062bec11623af24b9a59f89ea0b384a2da275742 /recipes-bsp | |
parent | 8a9eb5d97731f3d554470dedd06f06c2e21b276d (diff) | |
download | meta-ti-540818aaffea2ee8db79644c04f7d17037e27aac.tar.gz |
uio-module-drv-test: correct COMPATIBLE_MACHINE
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-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" |