From e21c11b4a44417f67c78503bc3f954c175ac20e2 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 11 Aug 2021 14:39:05 -0400 Subject: 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 Tested-by: Paul Barker Signed-off-by: Yogesh Siraswar --- recipes-bsp/osal/osal-rtos_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-bsp/osal/osal-rtos_git.bb') 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 PR = "${INC_PR}.0" -COMPATIBLE_MACHINE_append = "|c66x|k3" +COMPATIBLE_MACHINE:append = "|c66x|k3" -DEPENDS_append_ti33x = " starterware-rtos" -DEPENDS_append_ti43x = " starterware-rtos" +DEPENDS:append:ti33x = " starterware-rtos" +DEPENDS:append:ti43x = " starterware-rtos" # Build with make instead of XDC TI_PDK_XDCMAKE = "0" -- cgit v1.2.3-54-g00ecf