diff options
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | 5 |
1 files changed, 1 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 bd861f3dd..69f38721b 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,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d | |||
6 | 6 | ||
7 | SRC_URI = "file://icon.xpm" | 7 | SRC_URI = "file://icon.xpm" |
8 | 8 | ||
9 | S = "${WORKDIR}/${BP}" | 9 | S = "${WORKDIR}" |
10 | 10 | ||
11 | do_configure_prepend () { | ||
12 | install -m 0644 ${WORKDIR}/icon.xpm ${S} | ||
13 | } | ||
14 | do_install_prepend () { | 11 | do_install_prepend () { |
15 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. | 12 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. |
16 | # | 13 | # |