initramfs-kexecboot.inc: Remove kexecboot from MACHINE_FEATURES.
authorAndrea Adami <andrea.adami@gmail.com>
Mon, 15 Feb 2010 23:46:43 +0000 (00:46 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Mon, 15 Feb 2010 23:49:50 +0000 (00:49 +0100)
* add more comments

conf/machine/include/initramfs-kexecboot.inc

index fb3cdc9..81cceaa 100644 (file)
@@ -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 "