mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
initramfs-kexecboot(-klibc)-image: provide SUMMARY and DESCRIPTION
* plus some minor editing of comments Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
bb84e59036
commit
eb426661f4
@@ -1,6 +1,5 @@
|
|||||||
# Initramfs image providing kexecboot
|
SUMMARY = "Initramfs image for kexecboot kernel"
|
||||||
# a linux as bootloader implementation
|
DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers."
|
||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
@@ -9,9 +8,8 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
|||||||
# avoid circular dependencies
|
# avoid circular dependencies
|
||||||
EXTRA_IMAGEDEPENDS = ""
|
EXTRA_IMAGEDEPENDS = ""
|
||||||
|
|
||||||
# for ubiattach we have to install mtd-utils-ubifs
|
# We really need just kexecboot, kexec and ubiattach
|
||||||
# or use ubiattach-klibc instead
|
IMAGE_INSTALL = "kexecboot kexec mtd-utils-ubifs"
|
||||||
IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs"
|
|
||||||
|
|
||||||
# Do not pollute the initrd image with rootfs features
|
# Do not pollute the initrd image with rootfs features
|
||||||
IMAGE_FEATURES = ""
|
IMAGE_FEATURES = ""
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
require initramfs-kexecboot-image.bb
|
require initramfs-kexecboot-image.bb
|
||||||
|
|
||||||
IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
|
SUMMARY = "Initramfs image for kexecboot kernel (klibc-static binaries)"
|
||||||
|
|
||||||
|
# We really need just kexecboot, kexec and ubiattach
|
||||||
|
# statically compiled against klibc
|
||||||
|
IMAGE_INSTALL = "kexecboot-klibc kexec-klibc ubiattach-klibc"
|
||||||
|
|||||||
Reference in New Issue
Block a user