diff options
| -rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index d0176c53d4..1fb5f0da5f 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | |||
| @@ -48,7 +48,7 @@ EXTRA_OECONF = "--enable-delay=2 --enable-evdev-rate=1000,250" | |||
| 48 | 48 | ||
| 49 | do_install () { | 49 | do_install () { |
| 50 | install -d ${D}${bindir} | 50 | install -d ${D}${bindir} |
| 51 | install -m 0755 kexecboot ${D}${bindir}/ | 51 | install -m 0755 kexecboot ${D}${bindir} |
| 52 | install -d ${D}/proc | 52 | install -d ${D}/proc |
| 53 | install -d ${D}/mnt | 53 | install -d ${D}/mnt |
| 54 | install -d ${D}/dev | 54 | install -d ${D}/dev |
