[oe-commits] Andrea Adami : initramfs-kexecboot.inc: Remove kexecboot from MACHINE_FEATURES.

git version control git at git.openembedded.org
Tue Feb 16 00:15:20 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 9f028b77781f290a16fb6f1b7930f08652db60e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9f028b77781f290a16fb6f1b7930f08652db60e7

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Feb 16 00:46:43 2010 +0100

initramfs-kexecboot.inc: Remove kexecboot from MACHINE_FEATURES.

* add more comments

---

 conf/machine/include/initramfs-kexecboot.inc |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc
index fb3cdc9..81cceaa 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 "





More information about the Openembedded-commits mailing list