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

IMAGE_INSTALL = "initramfs-module-nfs busybox-static"

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

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

inherit image