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/gpmc-lld/gpmc-lld-rtos_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-bsp/gpmc-lld') 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}" PR = "r0" -DEPENDS_append = " osal-rtos \ +DEPENDS:append = " osal-rtos \ " -DEPENDS_append_ti33x = " starterware-rtos \ +DEPENDS:append:ti33x = " starterware-rtos \ " -DEPENDS_append_ti43x = " starterware-rtos \ +DEPENDS:append:ti43x = " starterware-rtos \ " # Build with make instead of XDC -- cgit v1.2.3-54-g00ecf