diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-06 22:00:09 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-07-12 14:09:24 -0400 |
commit | c2f6c198397a8b7b9b472e8bb35f0caae9b50035 (patch) | |
tree | ecbfa20aa433a79703582ac23e0c515a6818a78c /recipes-bsp/rm-lld/rm-lld-rtos_git.bb | |
parent | 03e18c5c6a38ac9f7855d7abf3d7c552f18ce0c2 (diff) | |
download | meta-ti-c2f6c198397a8b7b9b472e8bb35f0caae9b50035.tar.gz |
rm-lld-rtos: Add support for c66x
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/rm-lld/rm-lld-rtos_git.bb')
-rw-r--r-- | recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld-rtos_git.bb b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb index 50d8740e..823af5bd 100644 --- a/recipes-bsp/rm-lld/rm-lld-rtos_git.bb +++ b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb | |||
@@ -1,7 +1,9 @@ | |||
1 | inherit ti-pdk | 1 | inherit ti-pdk |
2 | 2 | ||
3 | COMPATIBLE_MACHINE_append = "|c66x" | ||
4 | |||
3 | require rm-lld.inc | 5 | require rm-lld.inc |
4 | 6 | ||
5 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.1" |
6 | 8 | ||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |