blob: 2573eb48183c0f157772ea58f9f39786a0d59971 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SUMMARY = "Initramfs image for kexecboot kernel"
2DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers."
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5
6inherit image
7
8IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
9
10# avoid circular dependencies
11EXTRA_IMAGEDEPENDS = ""
12KERNELDEPMODDEPEND = ""
13
14# We really need just kexecboot, kexec and ubiattach
15IMAGE_INSTALL = "kexecboot kexec mtd-utils-ubifs"
16
17# Do not pollute the initrd image with rootfs features
18IMAGE_FEATURES = ""
19
20IMAGE_LINGUAS = ""
21
22FEED_DEPLOYDIR_BASE_URI = ""
23LDCONFIGDEPEND = ""
24IMAGE_ROOTFS_EXTRA_SPACE = "0"
25
26# disable runtime dependency on run-postinsts -> update-rc.d
27ROOTFS_BOOTSTRAP_INSTALL = ""
28