From: Andrea Adami Date: Tue, 16 Feb 2010 22:42:52 +0000 (+0100) Subject: initramfs-kexecboot.inc: apply sane defaults X-Git-Tag: Release-2010-05/1~491^2~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd2c2666c9192a74d1771423fca4b2633ff3d84;p=openembedded.git initramfs-kexecboot.inc: apply sane defaults --- diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc index 81cceaaf25..bc9cd518e2 100644 --- a/conf/machine/include/initramfs-kexecboot.inc +++ b/conf/machine/include/initramfs-kexecboot.inc @@ -4,13 +4,13 @@ # If set here, each image will also build linux-kexecboot. # Usually the machine-installer recipe already DEPENDS on it # -# EXTRA_IMAGEDEPENDS += "linux-kexecboot" +EXTRA_IMAGEDEPENDS += "linux-kexecboot" # Force inclusion of kernel in target images # (done by default) # -# RDEPENDS_kernel-base = "kernel-image" +RDEPENDS_kernel-base = "kernel-image" # Install /boot/boot.cfg in target images