aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-02-14 11:33:54 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-02-14 11:36:47 +0100
commitef9f23fd42c4293c3aae2d898f633251f42596ef (patch)
tree473bd7c43c62a366e263ad7674bb7cb2b92a49df /conf/machine
parent5c0b720153536943fcaa10ec07db7e8b5a2a505f (diff)
downloadopenembedded-ef9f23fd42c4293c3aae2d898f633251f42596ef.tar.gz
initramfs-kexecboot.inc: remove RDEPENDS_kernel-base = "kernel-image"
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/initramfs-kexecboot.inc13
1 files changed, 6 insertions, 7 deletions
diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc
index e59c4a2f59..fb3cdc9aa8 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 "