mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
254 B
BlitzBasic
11 lines
254 B
BlitzBasic
# Simple initramfs image. Mostly used for live images.
|
|
|
|
IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd"
|
|
|
|
export IMAGE_BASENAME = "core-image-minimal-initramfs"
|
|
IMAGE_LINGUAS = ""
|
|
|
|
LICENSE = "MIT"
|
|
|
|
inherit poky-image
|