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/ti-ocf-crypto-module | |
| 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/ti-ocf-crypto-module')
| -rw-r--r-- | recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb | 6 |
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 | ||
| 20 | inherit module | 20 | inherit module |
| 21 | 21 | ||
| 22 | MACHINE_KERNEL_PR_append = "b" | 22 | MACHINE_KERNEL_PR:append = "b" |
| 23 | PR = "${MACHINE_KERNEL_PR}" | 23 | PR = "${MACHINE_KERNEL_PR}" |
| 24 | PV_append = "+svn${SRCPV}" | 24 | PV:append = "+svn${SRCPV}" |
| 25 | 25 | ||
| 26 | EXTRA_OEMAKE += "KERNEL_DIR=${STAGING_KERNEL_DIR}" | 26 | EXTRA_OEMAKE += "KERNEL_DIR=${STAGING_KERNEL_DIR}" |
| 27 | 27 | ||
| 28 | do_compile_prepend () { | 28 | do_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 | ||
