summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/initramfs-kexecboot.inc
blob: bc9cd518e2012667c7e31153e0c86f6afff7ebef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 "