blob: 835b3075499a68d3e063e5aed4b70ac7815d6c13 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Initramfs image for kexecboot kernel"
2DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers."
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006inherit image
7
Patrick Williamsb48b7b42016-08-17 15:04:38 -05008IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
9
10# avoid circular dependencies
11EXTRA_IMAGEDEPENDS = ""
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012KERNELDEPMODDEPEND = ""
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013
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 = ""
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024IMAGE_ROOTFS_EXTRA_SPACE = "0"
25
Brad Bishop6e60e8b2018-02-01 10:27:11 -050026# disable runtime dependency on run-postinsts -> update-rc.d
27ROOTFS_BOOTSTRAP_INSTALL = ""
28