diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2021-08-11 14:39:05 -0400 |
|---|---|---|
| committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-17 11:21:54 +0000 |
| commit | e21c11b4a44417f67c78503bc3f954c175ac20e2 (patch) | |
| tree | e1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-bsp/osal/osal-rtos_git.bb | |
| parent | f56051c9a8cf09f54c43b81301073eed71bbda97 (diff) | |
| download | meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz | |
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability,
speed and memory footprint. Update recipes with the new syntax and set layer
compatibility to honister.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Tested-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-bsp/osal/osal-rtos_git.bb')
| -rw-r--r-- | recipes-bsp/osal/osal-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/osal/osal-rtos_git.bb b/recipes-bsp/osal/osal-rtos_git.bb index a718f7ca..eeaeb23f 100644 --- a/recipes-bsp/osal/osal-rtos_git.bb +++ b/recipes-bsp/osal/osal-rtos_git.bb | |||
| @@ -3,10 +3,10 @@ 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|k3" | 6 | COMPATIBLE_MACHINE:append = "|c66x|k3" |
| 7 | 7 | ||
| 8 | DEPENDS_append_ti33x = " starterware-rtos" | 8 | DEPENDS:append:ti33x = " starterware-rtos" |
| 9 | DEPENDS_append_ti43x = " starterware-rtos" | 9 | DEPENDS:append:ti43x = " starterware-rtos" |
| 10 | 10 | ||
| 11 | # Build with make instead of XDC | 11 | # Build with make instead of XDC |
| 12 | TI_PDK_XDCMAKE = "0" | 12 | TI_PDK_XDCMAKE = "0" |
