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