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:
Andrea Adami
2012-02-21 00:21:55 +00:00
committed by Koen Kooi
parent 302cf2272c
commit efeb924041
2 changed files with 33 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,5 @@
require initramfs-kexecboot-image.bb
IMAGE_INSTALL = "kexec-klibc kexecboot-klibc"
export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"