aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal-initramfs.bb
blob: 3da4a952f729f2e16e7a04ef12a883cdcec809cb (plain)
1
2
3
4
5
6
7
8
9
10
# 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