summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:43:18 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:44:07 +0100
commit844827a3d265fbde0467c5687747662ceb49a938 (patch)
tree545d37c830534b43da2533efd402d9068cc15148 /recipes-bsp/u-boot
parent8dc3a310883ea87cd9900442f46f20bb08e57583 (diff)
downloadmeta-raspberrypi-ag/override.tar.gz
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot_%.bbappend10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
index cdfe5bb..154309e 100644
--- a/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -1,15 +1,15 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 1FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2 2
3SRC_URI_append_rpi = " \ 3SRC_URI:append:rpi = " \
4 file://fw_env.config \ 4 file://fw_env.config \
5" 5"
6 6
7# special fix for raspberrypi-cm3 7# special fix for raspberrypi-cm3
8SRC_URI_append_raspberrypi-cm3 = " file://0001-dm-core-Move-ofdata_to_platdata-call-earlier.patch" 8SRC_URI:append:raspberrypi-cm3 = " file://0001-dm-core-Move-ofdata_to_platdata-call-earlier.patch"
9 9
10DEPENDS_append_rpi = " u-boot-default-script" 10DEPENDS:append:rpi = " u-boot-default-script"
11 11
12do_install_append_rpi () { 12do_install:append:rpi () {
13 install -d ${D}${sysconfdir} 13 install -d ${D}${sysconfdir}
14 install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config 14 install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
15} 15}