summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r--meta/recipes-core/images/core-image-tiny-initramfs.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb
index 184727ddf7..a8893d1e53 100644
--- a/meta/recipes-core/images/core-image-tiny-initramfs.bb
+++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb
@@ -1,10 +1,9 @@
1# Simple initramfs image artifact generation for tiny images. 1# Simple initramfs image artifact generation for tiny images.
2DESCRIPTION = "Tiny image capable of booting a device. The kernel includes \ 2DESCRIPTION = "Tiny image capable of booting a device. The kernel includes \
3the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ 3the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
4first 'init' program more efficiently. core-image-tiny-initramfs doesn't \ 4first 'init' program more efficiently. core-image-tiny-initramfs doesn't \
5actually generate an image but rather generates boot and rootfs artifacts \ 5actually generate an image but rather generates boot and rootfs artifacts \
6into a common location that can subsequently be picked up by external image \ 6that can subsequently be picked up by external image generation tools such as wic."
7generation tools such as wic."
8 7
9PACKAGE_INSTALL = "initramfs-live-boot packagegroup-core-boot dropbear ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" 8PACKAGE_INSTALL = "initramfs-live-boot packagegroup-core-boot dropbear ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
10 9
@@ -17,7 +16,7 @@ IMAGE_LINGUAS = ""
17LICENSE = "MIT" 16LICENSE = "MIT"
18 17
19# don't actually generate an image, just the artifacts needed for one 18# don't actually generate an image, just the artifacts needed for one
20IMAGE_FSTYPES = "${INITRAMFS_FSTYPES} wic" 19IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
21 20
22inherit core-image 21inherit core-image
23 22