summaryrefslogtreecommitdiffstats
path: root/recipes-ti/uio-test-pruss
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-08-11 14:39:05 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-08-17 11:21:54 +0000
commite21c11b4a44417f67c78503bc3f954c175ac20e2 (patch)
treee1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-ti/uio-test-pruss
parentf56051c9a8cf09f54c43b81301073eed71bbda97 (diff)
downloadmeta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-ti/uio-test-pruss')
-rw-r--r--recipes-ti/uio-test-pruss/uio-test-pruss_git.bb8
1 files changed, 4 insertions, 4 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 cbae1b11..b5186e0c 100644
--- a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
+++ b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
@@ -26,10 +26,10 @@ COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x|k2g"
26PACKAGE_ARCH = "${MACHINE_ARCH}" 26PACKAGE_ARCH = "${MACHINE_ARCH}"
27 27
28DEVICE_NAME = "" 28DEVICE_NAME = ""
29DEVICE_NAME_append_am57xx-evm = "am57xx" 29DEVICE_NAME:append:am57xx-evm = "am57xx"
30DEVICE_NAME_append_ti33x = "am33xx" 30DEVICE_NAME:append:ti33x = "am33xx"
31DEVICE_NAME_append_ti43x = "am43xx" 31DEVICE_NAME:append:ti43x = "am43xx"
32DEVICE_NAME_append_k2g = "k2g" 32DEVICE_NAME:append:k2g = "k2g"
33 33
34EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}" 34EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}"
35 35