summaryrefslogtreecommitdiffstats
path: root/recipes/images/initramfs-kexecboot-image.bb
blob: fd28026a8f7f888f16f0b94420146343f454617f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Initramfs image providing kexecboot
# a linux as bootloader implementation

IMAGE_FSTYPES = "cpio.gz cpio.lzma"

# avoid circular dependencies
EXTRA_IMAGEDEPENDS = ""

IMAGE_INSTALL = "kexecboot"

IMAGE_LINGUAS = ""
IMAGE_LOGIN_MANAGER = ""
IMAGE_INIT_MANAGER = ""
IMAGE_INITSCRIPTS = ""
IMAGE_DEV_MANAGER = ""

FEED_DEPLOYDIR_BASE_URI = ""
ONLINE_PACKAGE_MANAGEMENT = "none"

inherit image