summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
blob: 9f78d65bfe953f6a0b843cdb4497e5de51f2fad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/boundary:"
FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/boundary:"

SRC_URI += "\
	file://fw_env.config \
"

do_install_append () {
	rm ${D}${sysconfdir}/fw_env.config
	install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
}