diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 19:58:04 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-04 12:30:12 +0300 |
| commit | 9ea7aa2cd2cdc775425797b689e782718896ea50 (patch) | |
| tree | 3831e2403262e27cd178a213b82c2ed8ad91e9a6 /recipes-bsp | |
| parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
| download | meta-raspberrypi-9ea7aa2cd2cdc775425797b689e782718896ea50.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/formfactor/formfactor_%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot_%.bbappend | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index e84456c..c1c5340 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
| @@ -261,7 +261,7 @@ do_deploy() { | |||
| 261 | fi | 261 | fi |
| 262 | } | 262 | } |
| 263 | 263 | ||
| 264 | do_deploy_append_raspberrypi3-64() { | 264 | do_deploy:append:raspberrypi3-64() { |
| 265 | echo "# have a properly sized image" >> $CONFIG | 265 | echo "# have a properly sized image" >> $CONFIG |
| 266 | echo "disable_overscan=1" >> $CONFIG | 266 | echo "disable_overscan=1" >> $CONFIG |
| 267 | 267 | ||
diff --git a/recipes-bsp/formfactor/formfactor_%.bbappend b/recipes-bsp/formfactor/formfactor_%.bbappend index 72d991c..4fc41d0 100644 --- a/recipes-bsp/formfactor/formfactor_%.bbappend +++ b/recipes-bsp/formfactor/formfactor_%.bbappend | |||
| @@ -1 +1 @@ | |||
| FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 2 | 2 | ||
| 3 | SRC_URI_append_rpi = " \ | 3 | SRC_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 |
| 8 | SRC_URI_append_raspberrypi-cm3 = " file://0001-dm-core-Move-ofdata_to_platdata-call-earlier.patch" | 8 | SRC_URI:append:raspberrypi-cm3 = " file://0001-dm-core-Move-ofdata_to_platdata-call-earlier.patch" |
| 9 | 9 | ||
| 10 | DEPENDS_append_rpi = " u-boot-default-script" | 10 | DEPENDS:append:rpi = " u-boot-default-script" |
| 11 | 11 | ||
| 12 | do_install_append_rpi () { | 12 | do_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 | } |
