aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/initramfs-kexecboot.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-02-16 00:46:43 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-02-16 00:49:50 +0100
commit9f028b77781f290a16fb6f1b7930f08652db60e7 (patch)
treed6e82fd4108bb4d21ca9f023e63d6c0911f2a950 /conf/machine/include/initramfs-kexecboot.inc
parentc03c8dde8dd49f59cd497791c7da1399f10837e7 (diff)
downloadopenembedded-9f028b77781f290a16fb6f1b7930f08652db60e7.tar.gz
initramfs-kexecboot.inc: Remove kexecboot from MACHINE_FEATURES.
* add more comments
Diffstat (limited to 'conf/machine/include/initramfs-kexecboot.inc')
-rw-r--r--conf/machine/include/initramfs-kexecboot.inc13
1 files changed, 11 insertions, 2 deletions
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 "