summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-ocf-crypto-module
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-08-11 14:39:05 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-08-17 11:21:54 +0000
commite21c11b4a44417f67c78503bc3f954c175ac20e2 (patch)
treee1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-bsp/ti-ocf-crypto-module
parentf56051c9a8cf09f54c43b81301073eed71bbda97 (diff)
downloadmeta-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/ti-ocf-crypto-module')
-rw-r--r--recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb b/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb
index 43eed7d1..946f2ceb 100644
--- a/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb
+++ b/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb
@@ -19,13 +19,13 @@ S = "${WORKDIR}/trunk"
19 19
20inherit module 20inherit module
21 21
22MACHINE_KERNEL_PR_append = "b" 22MACHINE_KERNEL_PR:append = "b"
23PR = "${MACHINE_KERNEL_PR}" 23PR = "${MACHINE_KERNEL_PR}"
24PV_append = "+svn${SRCPV}" 24PV:append = "+svn${SRCPV}"
25 25
26EXTRA_OEMAKE += "KERNEL_DIR=${STAGING_KERNEL_DIR}" 26EXTRA_OEMAKE += "KERNEL_DIR=${STAGING_KERNEL_DIR}"
27 27
28do_compile_prepend () { 28do_compile:prepend () {
29 sed -i "s/arm-none-linux-gnueabi-/${TARGET_PREFIX}/g" ${S}/Makefile 29 sed -i "s/arm-none-linux-gnueabi-/${TARGET_PREFIX}/g" ${S}/Makefile
30} 30}
31 31