summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
index 6f70edd09..0b305f085 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
@@ -50,9 +50,9 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG}
50} 50}
51 51
52do_install () { 52do_install () {
53 install -d ${D}/boot 53 install -d ${D}/boot
54 install -m 0644 boot.cfg ${D}/boot/boot.cfg 54 install -m 0644 boot.cfg ${D}/boot/boot.cfg
55 install -m 0644 icon.xpm ${D}/boot/icon.xpm 55 install -m 0644 icon.xpm ${D}/boot/icon.xpm
56} 56}
57 57
58PACKAGE_ARCH = "${MACHINE_ARCH}" 58PACKAGE_ARCH = "${MACHINE_ARCH}"