mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
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>
16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
|
|
SRC_URI:append:rpi = " \
|
|
file://fw_env.config \
|
|
"
|
|
|
|
# special fix for raspberrypi-cm3
|
|
SRC_URI:append:raspberrypi-cm3 = " file://0001-dm-core-Move-ofdata_to_platdata-call-earlier.patch"
|
|
|
|
DEPENDS:append:rpi = " u-boot-default-script"
|
|
|
|
do_install:append:rpi () {
|
|
install -d ${D}${sysconfdir}
|
|
install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
|
|
}
|