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/pktlib | |
| 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/pktlib')
| -rw-r--r-- | recipes-bsp/pktlib/pktlib-rtos_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/pktlib/pktlib-rtos_git.bb b/recipes-bsp/pktlib/pktlib-rtos_git.bb index 8d5747f4..1688d392 100644 --- a/recipes-bsp/pktlib/pktlib-rtos_git.bb +++ b/recipes-bsp/pktlib/pktlib-rtos_git.bb | |||
| @@ -3,8 +3,8 @@ require pktlib.inc | |||
| 3 | 3 | ||
| 4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.1" |
| 5 | 5 | ||
| 6 | DEPENDS_append = " rm-lld-rtos \ | 6 | DEPENDS:append = " rm-lld-rtos \ |
| 7 | qmss-lld-rtos \ | 7 | qmss-lld-rtos \ |
| 8 | cppi-lld-rtos \ | 8 | cppi-lld-rtos \ |
| 9 | " | 9 | " |
| 10 | COMPATIBLE_MACHINE_append = "|c66x" | 10 | COMPATIBLE_MACHINE:append = "|c66x" |
