summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend
blob: 8b66271a52891a997001a1bde39b3157f0564e33 (plain)
1
2
3
4
5
6
FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:"
SRC_URI_append_gbs = " file://fw_env.config"

do_install_append_gbs() {
	install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
}