aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/initramfs-image-minimal.bb
blob: 24501e0446de3e11ce47fd544dafa7d6e2ea156b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Minimal initramfs image
DESCRIPTION = "Minimal initramfs image used to bring up the system."
LICENSE = "MIT"

PACKAGE_INSTALL = "initramfs-framework-base initramfs-module-udev busybox udev base-passwd"

# Do not pollute the initramfs image with rootfs features
IMAGE_FEATURES = ""
IMAGE_LINGUAS = ""

IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
inherit image

BAD_RECOMMENDATIONS += "busybox-syslog"

# We need to set USE_DEVFS to "0" here to trigger creation of device nodes at rootfs time.
# The reason here is that, when this initramfs is bundled into kernel, we need /dev/console
# to be there before init is run.
USE_DEVFS = "0"