summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/qmss-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-07-06 21:59:41 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-07-12 14:09:20 -0400
commit03e18c5c6a38ac9f7855d7abf3d7c552f18ce0c2 (patch)
tree71d04e0b1e5238d57266b62f1c513ba372696a87 /recipes-bsp/qmss-lld
parent74ba4393d89355b36662c206ff46157b54c4aa94 (diff)
downloadmeta-ti-03e18c5c6a38ac9f7855d7abf3d7c552f18ce0c2.tar.gz
qmss-lld-rtos: Add support for c66x
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/qmss-lld')
-rw-r--r--recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb b/recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb
index 198f2bf3..7f771429 100644
--- a/recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb
+++ b/recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb
@@ -2,6 +2,8 @@ inherit ti-pdk
2 2
3require qmss-lld.inc 3require qmss-lld.inc
4 4
5PR = "${INC_PR}.0" 5PR = "${INC_PR}.1"
6
7COMPATIBLE_MACHINE_append = "|c66x"
6 8
7DEPENDS_append = " rm-lld-rtos" 9DEPENDS_append = " rm-lld-rtos"