diff options
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index ed3dece3f..2f46fa952 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
@@ -13,6 +13,8 @@ inherit autotools | |||
13 | 13 | ||
14 | EXTRA_OECONF = "--enable-textui --enable-delay=2 --enable-evdev-rate=1000,250" | 14 | EXTRA_OECONF = "--enable-textui --enable-delay=2 --enable-evdev-rate=1000,250" |
15 | 15 | ||
16 | CFLAGS += "-fcommon" | ||
17 | |||
16 | do_install () { | 18 | do_install () { |
17 | install -D -m 0755 ${B}/src/kexecboot ${D}${bindir}/kexecboot | 19 | install -D -m 0755 ${B}/src/kexecboot ${D}${bindir}/kexecboot |
18 | install -d ${D}/proc | 20 | install -d ${D}/proc |