summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cppi-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-07-06 21:55:39 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-07-12 14:09:13 -0400
commitb17c0409f3fc8351fb506304bcbffa62a3be4383 (patch)
tree8b32164e7cbdc0768a95ff6ac6f56fe1ed20049e /recipes-bsp/cppi-lld
parent1289366ecc0f39fd448bab0915e8d3d7abd86b7c (diff)
downloadmeta-ti-b17c0409f3fc8351fb506304bcbffa62a3be4383.tar.gz
cppi-lld-rtos: Add support for c66x
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cppi-lld')
-rw-r--r--recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb4
1 files changed, 3 insertions, 1 deletions
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 @@
1inherit ti-pdk 1inherit ti-pdk
2require cppi-lld.inc 2require cppi-lld.inc
3 3
4PR = "${INC_PR}.0" 4PR = "${INC_PR}.1"
5
6COMPATIBLE_MACHINE_append = "|c66x"
5 7
6DEPENDS_append = " rm-lld-rtos \ 8DEPENDS_append = " rm-lld-rtos \
7 qmss-lld-rtos \ 9 qmss-lld-rtos \