blob: 9a686f366ff8f5313394c21d257c2691f530b1ae [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."
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004inherit image
5
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
7
8# avoid circular dependencies
9EXTRA_IMAGEDEPENDS = ""
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010KERNELDEPMODDEPEND = ""
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12# We really need just kexecboot, kexec and ubiattach
13IMAGE_INSTALL = "kexecboot kexec mtd-utils-ubifs"
14
15# Do not pollute the initrd image with rootfs features
16IMAGE_FEATURES = ""
17
18IMAGE_LINGUAS = ""
19
20FEED_DEPLOYDIR_BASE_URI = ""
21LDCONFIGDEPEND = ""
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022IMAGE_ROOTFS_EXTRA_SPACE = "0"
23
Brad Bishop6e60e8b2018-02-01 10:27:11 -050024# disable runtime dependency on run-postinsts -> update-rc.d
25ROOTFS_BOOTSTRAP_INSTALL = ""
26