diff options
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 | } |