summaryrefslogtreecommitdiffstats
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-11 19:16:13 -0400
commit019fbf803f93c5183e2159c1c50e88a6831fe902 (patch)
tree9e519103b2163d260530994a6736e6004832d2fa
parentb8548c575dd0e0364f2d26002943dd56300d4668 (diff)
downloadmeta-ti-019fbf803f93c5183e2159c1c50e88a6831fe902.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>
-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 \