From: Andrea Adami Date: Mon, 15 Feb 2010 23:46:43 +0000 (+0100) Subject: initramfs-kexecboot.inc: Remove kexecboot from MACHINE_FEATURES. X-Git-Tag: Release-2010-05/1~491^2~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f028b77781f290a16fb6f1b7930f08652db60e7;p=openembedded.git initramfs-kexecboot.inc: Remove kexecboot from MACHINE_FEATURES. * add more comments --- diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc index fb3cdc9aa8..81cceaaf25 100644 --- a/conf/machine/include/initramfs-kexecboot.inc +++ b/conf/machine/include/initramfs-kexecboot.inc @@ -1,9 +1,18 @@ -# initramfs-kexecboot specific config options +# Initramfs-kexecboot extra config + # If set here, each image will also build linux-kexecboot. # Usually the machine-installer recipe already DEPENDS on it # # EXTRA_IMAGEDEPENDS += "linux-kexecboot" -MACHINE_FEATURES_append = " kexecboot " + +# Force inclusion of kernel in target images +# (done by default) +# +# RDEPENDS_kernel-base = "kernel-image" + + +# Install /boot/boot.cfg in target images +# MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg "