diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 21:27:16 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 21:28:08 -0400 |
commit | d2aad25651acceccbe5c0f334181b1a5bf5baaeb (patch) | |
tree | 4b5c04161322e1868c7ed58df3b3a403c545d9f9 /recipes-ti/uio-test-pruss | |
parent | da853122bcb0fb818cf5cfd9e3ffc5e8d79310df (diff) | |
download | meta-ti-d2aad25651acceccbe5c0f334181b1a5bf5baaeb.tar.gz |
uio-test-pruss: correct COMPATIBLE_MACHINE
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/uio-test-pruss')
-rw-r--r-- | recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | 2 |
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 |
15 | SRCREV = "f04b91b84331c9a12c897e4eb2836a0a3e3a5fae" | 15 | SRCREV = "f04b91b84331c9a12c897e4eb2836a0a3e3a5fae" |
16 | 16 | ||
17 | COMPATIBLE_MACHINE = "am57xx" | 17 | COMPATIBLE_MACHINE = "omap-a15" |
18 | EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR}" | 18 | EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR}" |
19 | 19 | ||
20 | do_install() { | 20 | do_install() { |