mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-12 17:20:52 +00:00
Revert "u-boot: Move fw_env.config to u-boot append"
This reverts commit fc494a35b513b05860c5a813239274017f1ef934.
This commit is contained in:
parent
4869bb1b95
commit
cf13982625
12
recipes-bsp/u-boot/libubootenv_%.bbappend
Normal file
12
recipes-bsp/u-boot/libubootenv_%.bbappend
Normal file
@ -0,0 +1,12 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI_append_rpi = " \
|
||||
file://fw_env.config \
|
||||
"
|
||||
|
||||
DEPENDS_append_rpi = " rpi-u-boot-scr"
|
||||
|
||||
do_install_append_rpi () {
|
||||
install -d ${D}${sysconfdir}
|
||||
install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
|
||||
}
|
||||
@ -1,13 +1,5 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI_append_rpi = " \
|
||||
file://fw_env.config \
|
||||
"
|
||||
|
||||
DEPENDS_append_rpi = " u-boot-default-script"
|
||||
|
||||
SRC_URI_append_raspberrypi-cm3 = " file://0001-dm-core-Move-ofdata_to_platdata-call-earlier.patch"
|
||||
do_install_append_rpi () {
|
||||
install -d ${D}${sysconfdir}
|
||||
install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user