Signed-off-by: Martin Jansa <[email protected]> --- conf/machine/include/initramfs-kexecboot.inc | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 conf/machine/include/initramfs-kexecboot.inc
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 " -- 1.7.6.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
