summaryrefslogtreecommitdiff
path: root/conf/machine/include/initramfs-kexecboot.inc
blob: 6ee1ddc3fa0e7d585e8fd6048f070e593f09a140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"