summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb
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/ibl-boot/ibl-boot-rtos_git.bb
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/ibl-boot/ibl-boot-rtos_git.bb')
-rw-r--r--recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb b/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb
index 59b75b3a..1e072272 100644
--- a/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb
+++ b/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb
@@ -33,7 +33,7 @@ PR = "r2"
33 33
34S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"
35 35
36PATH_prepend = "${TI_CGT6X_7_INSTALL_DIR}/bin:" 36PATH:prepend = "${TI_CGT6X_7_INSTALL_DIR}/bin:"
37 37
38IBLTARGETS = "" 38IBLTARGETS = ""
39IBLTARGETS_c665x-evm = "evm_c6657_i2c" 39IBLTARGETS_c665x-evm = "evm_c6657_i2c"
@@ -66,10 +66,10 @@ do_install() {
66 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership * ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/boot/ibl 66 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership * ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/boot/ibl
67} 67}
68 68
69FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" 69FILES:${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
70 70
71INHIBIT_PACKAGE_STRIP = "1" 71INHIBIT_PACKAGE_STRIP = "1"
72INHIBIT_SYSROOT_STRIP = "1" 72INHIBIT_SYSROOT_STRIP = "1"
73INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 73INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
74 74
75INSANE_SKIP_${PN} = "arch file-rdeps" 75INSANE_SKIP:${PN} = "arch file-rdeps"