[oe-commits] Andrea Adami : initramfs-kexecboot.inc: remove RDEPENDS_kernel-base = " kernel-image"

git version control git at git.openembedded.org
Mon Feb 15 06:23:43 UTC 2010


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Feb 14 11:33:54 2010 +0100

initramfs-kexecboot.inc: remove RDEPENDS_kernel-base = "kernel-image"

---

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

diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc
index e59c4a2..fb3cdc9 100644
--- a/conf/machine/include/initramfs-kexecboot.inc
+++ b/conf/machine/include/initramfs-kexecboot.inc
@@ -1,10 +1,9 @@
 # initramfs-kexecboot specific config options
 
-MACHINE_FEATURES_append = " kexecboot "
-
-EXTRA_IMAGEDEPENDS += "linux-kexecboot"
+# If set here, each image will also build linux-kexecboot.
+# Usually the machine-installer recipe already DEPENDS on it
+#
+# EXTRA_IMAGEDEPENDS += "linux-kexecboot"
 
-# Include kernel in the rootfs (to be launched by kexec)
-RDEPENDS_kernel-base = "kernel-image"
-
-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg"
+MACHINE_FEATURES_append = " kexecboot "
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg "





More information about the Openembedded-commits mailing list