mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
5343e04498
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
29 lines
745 B
BlitzBasic
29 lines
745 B
BlitzBasic
SUMMARY = "Initramfs image for kexecboot kernel"
|
|
DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
|
|
|
inherit image
|
|
|
|
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
|
|
|
# avoid circular dependencies
|
|
EXTRA_IMAGEDEPENDS = ""
|
|
KERNELDEPMODDEPEND = ""
|
|
|
|
# We really need just kexecboot, kexec and ubiattach
|
|
IMAGE_INSTALL = "kexecboot kexec mtd-utils-ubifs"
|
|
|
|
# Do not pollute the initrd image with rootfs features
|
|
IMAGE_FEATURES = ""
|
|
|
|
IMAGE_LINGUAS = ""
|
|
|
|
FEED_DEPLOYDIR_BASE_URI = ""
|
|
LDCONFIGDEPEND = ""
|
|
IMAGE_ROOTFS_EXTRA_SPACE = "0"
|
|
|
|
# disable runtime dependency on run-postinsts -> update-rc.d
|
|
ROOTFS_BOOTSTRAP_INSTALL = ""
|
|
|