diff mbox series

[meta-swupdate-boards] u-boot-fw-utils: drop bbappend file

Message ID 1584216122-23119-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series [meta-swupdate-boards] u-boot-fw-utils: drop bbappend file | expand

Commit Message

'Darko Komljenovic' via swupdate March 14, 2020, 8:02 p.m. UTC
commit 725dc5e0e2b137ebabcd67d1018572901e2366ed ("Drop u-boot-fw-utils"), removes
all the config files related to the u-boot-fw-utils recipe but not the bappend
file itself.

Fixes:

ERROR: No recipes available for:
  /home/bdx-iot/koncepto/nxp/meta-swupdate-boards/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
diff mbox series

Patch

diff --git a/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend b/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
deleted file mode 100644
index 9505382..0000000
--- a/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
+++ /dev/null
@@ -1,12 +0,0 @@ 
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${THISDIR}/files:"
-
-SRC_URI += "file://fw_env.config"
-
-SRC_URI_append_wandboard = " file://wandboard_env_redund.patch"
-
-do_install_append() {
-    if [ -e ${WORKDIR}/fw_env.config ] ; then
-        install -d ${D}${sysconfdir}
-        install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
-    fi
-}