diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-06 21:53:47 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-07-12 14:09:10 -0400 |
commit | 1289366ecc0f39fd448bab0915e8d3d7abd86b7c (patch) | |
tree | 27f30b3e3b599851cc20765d3bd5fae53b351da3 /recipes-bsp/common-csl-ip | |
parent | e4639170fbf27204aa6f62052e73c5bbacf275e7 (diff) | |
download | meta-ti-1289366ecc0f39fd448bab0915e8d3d7abd86b7c.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>
Diffstat (limited to 'recipes-bsp/common-csl-ip')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 3 |
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 @@ | |||
1 | require common-csl-ip.inc | 1 | require common-csl-ip.inc |
2 | PR = "${INC_PR}.4" | 2 | PR = "${INC_PR}.5" |
3 | 3 | ||
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
5 | COMPATIBLE_MACHINE_append = "|c66x" | ||
5 | 6 | ||
6 | inherit ti-pdk | 7 | inherit ti-pdk |
7 | 8 | ||