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/emac-lld | |
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/emac-lld')
-rw-r--r-- | recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb index bbf56b49..cc8c2efe 100644 --- a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb +++ b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb | |||
@@ -12,13 +12,13 @@ LIC_FILES_CHKSUM = "file://emacver.h;beginline=1;endline=47;md5=f66bb3695972ca2a | |||
12 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|c665x-evm|k3" | 12 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|c665x-evm|k3" |
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | DEPENDS_append = " board-rtos osal-rtos" | 15 | DEPENDS:append = " board-rtos osal-rtos" |
16 | DEPENDS_append_ti33x = " starterware-rtos" | 16 | DEPENDS:append:ti33x = " starterware-rtos" |
17 | DEPENDS_append_ti43x = " starterware-rtos" | 17 | DEPENDS:append:ti43x = " starterware-rtos" |
18 | DEPENDS_append_k2g = " cppi-lld-rtos qmss-lld-rtos" | 18 | DEPENDS:append:k2g = " cppi-lld-rtos qmss-lld-rtos" |
19 | 19 | ||
20 | DEPENDS_remove_k3 = "board-rtos " | 20 | DEPENDS:remove:k3 = "board-rtos " |
21 | DEPENDS_append_k3 = " udma-lld-rtos trace-rtos" | 21 | DEPENDS:append:k3 = " udma-lld-rtos trace-rtos" |
22 | 22 | ||
23 | # Build with make instead of XDC | 23 | # Build with make instead of XDC |
24 | TI_PDK_XDCMAKE = "0" | 24 | TI_PDK_XDCMAKE = "0" |