summaryrefslogtreecommitdiff
path: root/conf/machine/include/initramfs-kexecboot.inc
blob: e59c4a2f594abb2a103aa008de0e8748681990c5 (plain)
1
2
3
4
5
6
7
8
9
10
# initramfs-kexecboot specific config options

MACHINE_FEATURES_append = " kexecboot "

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"