aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/initramfs-kexecboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/initramfs-kexecboot.inc')
-rw-r--r--conf/machine/include/initramfs-kexecboot.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc
new file mode 100644
index 0000000000..6ee1ddc3fa
--- /dev/null
+++ b/conf/machine/include/initramfs-kexecboot.inc
@@ -0,0 +1,13 @@
+# initramfs-kexecboot specific config options
+
+MACHINE_FEATURES_append = " kexecboot "
+
+EXTRA_IMAGEDEPENDS += "linux-kexecboot"
+
+# Include kernel image in kexecboot enabled images
+RDEPENDS_kernel-base = "kernel-image"
+
+# we store kernel images in rootfs and only a minimal initramfs kernel in nand for booting other kernels
+DONT_CHECK_KERNELSIZE ?= "1"
+
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg"