diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-21 03:22:59 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-21 23:00:44 -0500 |
commit | deccaef6c372b473af7b9f929d83f4738724479a (patch) | |
tree | 436c624be91252ead69caf9a2cace34b7ad9bea9 /recipes-bsp/osal | |
parent | 08f4c3975621bdac4d75395e8d8f9065de4632b9 (diff) | |
download | meta-ti-deccaef6c372b473af7b9f929d83f4738724479a.tar.gz |
osal-rtos: Adding 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/osal')
-rw-r--r-- | recipes-bsp/osal/osal-rtos_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/osal/osal-rtos_git.bb b/recipes-bsp/osal/osal-rtos_git.bb index da421b61..b150760f 100644 --- a/recipes-bsp/osal/osal-rtos_git.bb +++ b/recipes-bsp/osal/osal-rtos_git.bb | |||
@@ -3,6 +3,8 @@ require recipes-bsp/osal/osal.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE_append = "|c66x" | ||
7 | |||
6 | S = "${WORKDIR}/${OSAL_GIT_DESTSUFFIX}" | 8 | S = "${WORKDIR}/${OSAL_GIT_DESTSUFFIX}" |
7 | 9 | ||
8 | DEPENDS_append_ti33x = " starterware-rtos" | 10 | DEPENDS_append_ti33x = " starterware-rtos" |