diff options
author | 2021-08-11 14:39:05 -0400 | |
---|---|---|
committer | 2021-08-17 11:21:54 +0000 | |
commit | e21c11b4a44417f67c78503bc3f954c175ac20e2 (patch) | |
tree | e1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-multimedia | |
parent | f56051c9a8cf09f54c43b81301073eed71bbda97 (diff) | |
download | meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.bz2 meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.zip |
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-multimedia')
-rw-r--r-- | recipes-multimedia/libdce/libdce_3.00.14.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libdce/libdce_3.00.14.00.bb b/recipes-multimedia/libdce/libdce_3.00.14.00.bb index a82644a2..42482c11 100644 --- a/recipes-multimedia/libdce/libdce_3.00.14.00.bb +++ b/recipes-multimedia/libdce/libdce_3.00.14.00.bb @@ -15,4 +15,4 @@ S = "${WORKDIR}/git" EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" COMPATIBLE_HOST ?= "null" -COMPATIBLE_HOST_ti-soc = "(.*)" +COMPATIBLE_HOST:ti-soc = "(.*)" |