From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend (limited to 'bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend') diff --git a/bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend b/bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend new file mode 100644 index 00000000..9f78d65b --- /dev/null +++ b/bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend @@ -0,0 +1,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 +} -- cgit 1.2.3-korg