summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ipumm-fw/ipumm-fw_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/ipumm-fw/ipumm-fw_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/ipumm-fw/ipumm-fw_git.bb')
-rw-r--r--recipes-bsp/ipumm-fw/ipumm-fw_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
index 380c274a..14d28258 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
@@ -9,7 +9,7 @@ inherit features_check
9 9
10REQUIRED_MACHINE_FEATURES = "mmip" 10REQUIRED_MACHINE_FEATURES = "mmip"
11 11
12RDEPENDS_${PN} = "libdce" 12RDEPENDS:${PN} = "libdce"
13 13
14SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" 14SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git"
15 15
@@ -59,9 +59,9 @@ do_install() {
59 install -m 0644 ${S}/${TARGET_MAP} ${D}${base_libdir}/firmware/${TARGET}.map 59 install -m 0644 ${S}/${TARGET_MAP} ${D}${base_libdir}/firmware/${TARGET}.map
60} 60}
61 61
62ALTERNATIVE_${PN} = "dra7-ipu2-fw.xem4" 62ALTERNATIVE:${PN} = "dra7-ipu2-fw.xem4"
63ALTERNATIVE_LINK_NAME[dra7-ipu2-fw.xem4] = "${base_libdir}/firmware/${TARGET}" 63ALTERNATIVE_LINK_NAME[dra7-ipu2-fw.xem4] = "${base_libdir}/firmware/${TARGET}"
64ALTERNATIVE_TARGET[dra7-ipu2-fw.xem4] = "${base_libdir}/firmware/${TARGET}.${BPN}" 64ALTERNATIVE_TARGET[dra7-ipu2-fw.xem4] = "${base_libdir}/firmware/${TARGET}.${BPN}"
65ALTERNATIVE_PRIORITY = "20" 65ALTERNATIVE_PRIORITY = "20"
66 66
67FILES_${PN} += "${base_libdir}/firmware/*" 67FILES:${PN} += "${base_libdir}/firmware/*"