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

#export IMAGE_BASENAME = "initramfs-kexecboot-image"

DEPENDS = "lzma-native"

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