summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/libubootenv_%.bbappend
blob: 3e8e6f0ee865288b831920c8db645aeef88efa1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"

SRC_URI:append = " file://fw_env.config"

PACKAGE_ARCH = "${MACHINE_ARCH}"

RRECOMMENDS:${PN} += "u-boot-default-env"

do_install:append() {
    install -d ${D}/${sysconfdir}
    install -m 0644 ${UNPACKDIR}/fw_env.config ${D}/${sysconfdir}/
}