aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/initramfs-minimal-image.bb
blob: 1aa928b2a932e0c8bb5c123533a56cc827ed29f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Sample initramfs image

#IMAGE_INSTALL = "initramfs-boot busybox kernel-module-uinput uclibc libgcc1"
IMAGE_INSTALL = "initramfs-nfsboot busybox-static kernel-module-uinput"

export IMAGE_BASENAME = "initramfs-image"
IMAGE_LINGUAS = ""

# Install only ${IMAGE_INSTALL}, not even deps
PACKAGE_INSTALL_NO_DEPS = "1"

inherit image