mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:03:23 +00:00
initramfs-debug-image: tiny debugging initramfs image
A tiny initramfs image suitable for initial bringup of the hardware. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
a94da01779
commit
f3efc4f94f
21
meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb
Normal file
21
meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Simple initramfs image. Mostly used for live images.
|
||||||
|
DESCRIPTION = "Small image capable of booting a device. The kernel includes \
|
||||||
|
the Minimal RAM-based Initial Root Filesystem (initramfs), which one can use \
|
||||||
|
to check the hardware efficiently."
|
||||||
|
|
||||||
|
PACKAGE_INSTALL = "initramfs-debug busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
|
||||||
|
|
||||||
|
# Do not pollute the initrd image with rootfs features
|
||||||
|
IMAGE_FEATURES = ""
|
||||||
|
|
||||||
|
export IMAGE_BASENAME = "initramfs-debug-image"
|
||||||
|
IMAGE_LINGUAS = ""
|
||||||
|
|
||||||
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
||||||
|
inherit core-image
|
||||||
|
|
||||||
|
IMAGE_ROOTFS_SIZE = "8192"
|
||||||
|
|
||||||
|
BAD_RECOMMENDATIONS += "busybox-syslog"
|
||||||
Loading…
x
Reference in New Issue
Block a user