diff options
author | 2016-06-29 21:27:16 -0400 | |
---|---|---|
committer | 2016-06-29 21:28:08 -0400 | |
commit | d2aad25651acceccbe5c0f334181b1a5bf5baaeb (patch) | |
tree | 4b5c04161322e1868c7ed58df3b3a403c545d9f9 | |
parent | da853122bcb0fb818cf5cfd9e3ffc5e8d79310df (diff) | |
download | meta-ti-d2aad25651acceccbe5c0f334181b1a5bf5baaeb.tar.gz meta-ti-d2aad25651acceccbe5c0f334181b1a5bf5baaeb.tar.bz2 meta-ti-d2aad25651acceccbe5c0f334181b1a5bf5baaeb.zip |
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.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 # Corresponds to version 01.00.00.00 SRCREV = "f04b91b84331c9a12c897e4eb2836a0a3e3a5fae" -COMPATIBLE_MACHINE = "am57xx" +COMPATIBLE_MACHINE = "omap-a15" EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR}" do_install() { |