summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-07-06 21:53:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-07-11 19:16:13 -0400
commitb8548c575dd0e0364f2d26002943dd56300d4668 (patch)
tree2cbd9349bbdc140513751f3ba289d28b273df923
parentd552e378f388b330e7743f24eb3a88fa038bb850 (diff)
downloadmeta-ti-b8548c575dd0e0364f2d26002943dd56300d4668.tar.gz
common-csl-ip-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/common-csl-ip/common-csl-ip-rtos_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
index fe4f6972..19f2aa44 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
+++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
@@ -1,7 +1,8 @@
1require common-csl-ip.inc 1require common-csl-ip.inc
2PR = "${INC_PR}.4" 2PR = "${INC_PR}.5"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
5COMPATIBLE_MACHINE_append = "|c66x"
5 6
6inherit ti-pdk 7inherit ti-pdk
7 8