mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
meta-initramfs: add initramfs-kexecboot images from meta-handheld
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Initramfs image providing kexecboot
|
||||
# a linux as bootloader implementation
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
||||
|
||||
# avoid circular dependencies
|
||||
EXTRA_IMAGEDEPENDS = ""
|
||||
|
||||
IMAGE_INSTALL = "kexec kexecboot"
|
||||
|
||||
# Do not pollute the initrd image with rootfs features
|
||||
IMAGE_FEATURES = ""
|
||||
|
||||
export IMAGE_BASENAME = "initramfs-kexecboot-image"
|
||||
|
||||
IMAGE_LINGUAS = ""
|
||||
IMAGE_LOGIN_MANAGER = ""
|
||||
IMAGE_INIT_MANAGER = ""
|
||||
IMAGE_INITSCRIPTS = ""
|
||||
IMAGE_DEV_MANAGER = ""
|
||||
|
||||
FEED_DEPLOYDIR_BASE_URI = ""
|
||||
ONLINE_PACKAGE_MANAGEMENT = "none"
|
||||
|
||||
inherit image
|
||||
@@ -0,0 +1,5 @@
|
||||
require initramfs-kexecboot-image.bb
|
||||
|
||||
IMAGE_INSTALL = "kexec-klibc kexecboot-klibc"
|
||||
|
||||
export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"
|
||||
Reference in New Issue
Block a user