[oe] [meta-initramfs][PATCH] kexecboot-cfg: fix for real ('S') doesn't exist warning

Andrea Adami andrea.adami at gmail.com
Thu Apr 23 22:44:14 UTC 2015


Remove unneeded do_configure_prepend and set S = "${WORKDIR}"

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb
index bd861f3..2ffa3be 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb
@@ -6,11 +6,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 
 SRC_URI = "file://icon.xpm"
 
-S = "${WORKDIR}/${BP}"
+#S = "${WORKDIR}/${BP}"
+S = "${WORKDIR}"
+
+#do_configure_prepend () {
+#    install -m 0644 ${WORKDIR}/icon.xpm ${S}
+#}
 
-do_configure_prepend () {
-    install -m 0644 ${WORKDIR}/icon.xpm ${S}
-}
 do_install_prepend () {
 echo '# /boot/boot.cfg - KEXECBOOT configuration file.
 #
-- 
1.9.1




More information about the Openembedded-devel mailing list