From 019fbf803f93c5183e2159c1c50e88a6831fe902 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 6 Jul 2017 21:55:39 +0000 Subject: [PATCH] cppi-lld-rtos: Add support for c66x Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb b/recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb index e29b087e..1cdaf3a4 100644 --- a/recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb +++ b/recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb @@ -1,7 +1,9 @@ inherit ti-pdk require cppi-lld.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" + +COMPATIBLE_MACHINE_append = "|c66x" DEPENDS_append = " rm-lld-rtos \ qmss-lld-rtos \