git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e5413
)
linux-kexecboot.inc: force CONFIG_KEXEC=y just in case
author
Andrea Adami
<andrea.adami@gmail.com>
Tue, 28 Apr 2009 22:51:29 +0000
(
00:51
+0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Tue, 28 Apr 2009 22:52:44 +0000
(
00:52
+0200)
- no runtime changes, no PR BUMP
recipes/kexecboot/linux-kexecboot.inc
patch
|
blob
|
history
diff --git
a/recipes/kexecboot/linux-kexecboot.inc
b/recipes/kexecboot/linux-kexecboot.inc
index
31b6377
..
fb3816b
100644
(file)
--- 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