blob: 81cceaaf251ffbd781fe56e14fa634d420e92121 (
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 "
|