summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend')
-rw-r--r--bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend11
1 files changed, 0 insertions, 11 deletions
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
deleted file mode 100644
index 9f78d65b..00000000
--- a/bsp/meta-boundary/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-}