[oe-commits] Andrea Adami : linux-kexecboot.inc: force CONFIG_KEXEC=y just in case

GIT User account git at amethyst.openembedded.net
Tue Apr 28 23:01:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6422fe2b0a110c3a611c0e98cd96b489d4f11880
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6422fe2b0a110c3a611c0e98cd96b489d4f11880

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Apr 29 00:51:29 2009 +0200

linux-kexecboot.inc: force CONFIG_KEXEC=y just in case
 - no runtime changes, no PR BUMP

---

 recipes/kexecboot/linux-kexecboot.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc
index 31b6377..fb3816b 100644
--- a/recipes/kexecboot/linux-kexecboot.inc
+++ b/recipes/kexecboot/linux-kexecboot.inc
@@ -34,6 +34,7 @@ do_configure[depends] += "${INITRAMFS_IMAGE}:do_rootfs"
 
 do_configure_append() {
 sed -i -e /CONFIG_BLK_DEV_INITRD/d \
+       -e /CONFIG_KEXEC/d \
        -e /CONFIG_INITRAMFS_SOURCE/d \
        -e /=m/d \
        -e /CONFIG_MODULES/d \
@@ -46,7 +47,8 @@ sed -i -e /CONFIG_BLK_DEV_INITRD/d \
 sed -i -e /CONFIG_CMDLINE/s/quiet/loglevel=3/1 ${S}/.config
 sed -i -e /CONFIG_CMDLINE/s/debug/loglevel=3/1 ${S}/.config
 
-echo 'CONFIG_BLK_DEV_INITRD=y 
+echo 'CONFIG_BLK_DEV_INITRD=y
+CONFIG_KEXEC=y
 CONFIG_INITRAMFS_SOURCE="initramfs.cpio.gz"
 CONFIG_MODULES=n' >> ${S}/.config
 





More information about the Openembedded-commits mailing list