summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/osal/osal-rtos_git.bb
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/osal/osal-rtos_git.bb
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/osal/osal-rtos_git.bb')
-rw-r--r--recipes-bsp/osal/osal-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/osal/osal-rtos_git.bb b/recipes-bsp/osal/osal-rtos_git.bb
index a718f7ca..eeaeb23f 100644
--- a/recipes-bsp/osal/osal-rtos_git.bb
+++ b/recipes-bsp/osal/osal-rtos_git.bb
@@ -3,10 +3,10 @@ require recipes-bsp/osal/osal.inc
3 3
4PR = "${INC_PR}.0" 4PR = "${INC_PR}.0"
5 5
6COMPATIBLE_MACHINE_append = "|c66x|k3" 6COMPATIBLE_MACHINE:append = "|c66x|k3"
7 7
8DEPENDS_append_ti33x = " starterware-rtos" 8DEPENDS:append:ti33x = " starterware-rtos"
9DEPENDS_append_ti43x = " starterware-rtos" 9DEPENDS:append:ti43x = " starterware-rtos"
10 10
11# Build with make instead of XDC 11# Build with make instead of XDC
12TI_PDK_XDCMAKE = "0" 12TI_PDK_XDCMAKE = "0"