15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||
|
|
|
||
|
|
SRC_URI:append:rpi = " \
|
||
|
|
file://fw_env.config \
|
||
|
|
"
|
||
|
|
|
||
|
|
SRC_URI:append:rpi = " file://0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.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
|
||
|
|
}
|