summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc b/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
index a205904e4..2a53f96ac 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
@@ -43,11 +43,12 @@ do_install () {
43 install -d ${D}/proc 43 install -d ${D}/proc
44 install -d ${D}/mnt 44 install -d ${D}/mnt
45 install -d ${D}/dev 45 install -d ${D}/dev
46 install -d ${D}/sys
46} 47}
47 48
48PACKAGE_ARCH = "${MACHINE_ARCH}" 49PACKAGE_ARCH = "${MACHINE_ARCH}"
49 50
50FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev" 51FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev /sys"
51 52
52pkg_postinst_${PN} () { 53pkg_postinst_${PN} () {
53 ln -sf ${bindir}/kexecboot $D/init 54 ln -sf ${bindir}/kexecboot $D/init