summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/gpmc-lld
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-bsp/gpmc-lld
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-bsp/gpmc-lld')
-rw-r--r--recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
index 6054d6b7..808b00b4 100644
--- a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
+++ b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
@@ -15,11 +15,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
15 15
16PR = "r0" 16PR = "r0"
17 17
18DEPENDS_append = " osal-rtos \ 18DEPENDS:append = " osal-rtos \
19" 19"
20DEPENDS_append_ti33x = " starterware-rtos \ 20DEPENDS:append:ti33x = " starterware-rtos \
21" 21"
22DEPENDS_append_ti43x = " starterware-rtos \ 22DEPENDS:append:ti43x = " starterware-rtos \
23" 23"
24 24
25# Build with make instead of XDC 25# Build with make instead of XDC