summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-06-29 21:27:16 -0400
committerDenys Dmytriyenko <denys@ti.com>2016-06-29 21:27:16 -0400
commit8a9eb5d97731f3d554470dedd06f06c2e21b276d (patch)
tree8d24eea32fa6d4dbc80cb7150c4e626636e18c16
parentf175c88c0143b0b47ea5afeaaa2982eb3d38948d (diff)
downloadmeta-ti-8a9eb5d97731f3d554470dedd06f06c2e21b276d.tar.gz
uio-test-pruss: correct COMPATIBLE_MACHINE
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/uio-test-pruss/uio-test-pruss_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
index ee8204a1..0a82d637 100644
--- a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
+++ b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e3
14# Corresponds to version 01.00.00.00 14# Corresponds to version 01.00.00.00
15SRCREV = "f04b91b84331c9a12c897e4eb2836a0a3e3a5fae" 15SRCREV = "f04b91b84331c9a12c897e4eb2836a0a3e3a5fae"
16 16
17COMPATIBLE_MACHINE = "am57xx" 17COMPATIBLE_MACHINE = "omap-a15"
18EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR}" 18EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR}"
19 19
20do_install() { 20do_install() {