initramfs-kexecboot.inc: remove RDEPENDS_kernel-base = "kernel-image"
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 14 Feb 2010 10:33:54 +0000 (11:33 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 14 Feb 2010 10:36:47 +0000 (11:36 +0100)
conf/machine/include/initramfs-kexecboot.inc

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