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/pktlib/pktlib-rtos_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp/pktlib') diff --git a/recipes-bsp/pktlib/pktlib-rtos_git.bb b/recipes-bsp/pktlib/pktlib-rtos_git.bb index 8d5747f4..1688d392 100644 --- a/recipes-bsp/pktlib/pktlib-rtos_git.bb +++ b/recipes-bsp/pktlib/pktlib-rtos_git.bb @@ -3,8 +3,8 @@ require pktlib.inc PR = "${INC_PR}.1" -DEPENDS_append = " rm-lld-rtos \ +DEPENDS:append = " rm-lld-rtos \ qmss-lld-rtos \ cppi-lld-rtos \ " -COMPATIBLE_MACHINE_append = "|c66x" +COMPATIBLE_MACHINE:append = "|c66x" -- cgit v1.2.3-54-g00ecf