aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-01 14:50:04 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-04 14:47:10 +0100
commit940760612bca4f1dba5f58eedd2d41aff13c6d69 (patch)
tree323560ec951d5e397d521c99e804cc4f60ca50e9 /conf/machine/include
parent6497d49a06487b809a40e43786eec50c6ade678f (diff)
downloadmeta-handheld-940760612bca4f1dba5f58eedd2d41aff13c6d69.tar.gz
initramfs-kexecboot.inc: import missing file from meta-zaurus
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/initramfs-kexecboot.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc
new file mode 100644
index 0000000..bc9cd51
--- /dev/null
+++ b/conf/machine/include/initramfs-kexecboot.inc
@@ -0,0 +1,18 @@
+# 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"
+
+
+# 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 "