meta: add missing summaries for image recipes

(From OE-Core rev: ff6f67f8fa6a5601a4203000ed039252aea1ef93)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2023-07-27 16:36:07 +02:00
committed by Richard Purdie
parent 5d65d26db3
commit e0515a6a0d
7 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
# Simple initramfs image. Mostly used for live images.
SUMMARY = "Small image capable of booting a device."
DESCRIPTION = "Small image capable of booting a device. The kernel includes \
the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
first 'init' program more efficiently."

View File

@@ -1,4 +1,5 @@
# Simple initramfs image artifact generation for tiny images.
SUMMARY = "Tiny image capable of booting a device."
DESCRIPTION = "Tiny image capable of booting a device. The kernel includes \
the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
first 'init' program more efficiently. core-image-tiny-initramfs doesn't \

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "boot image with UEFI shell and tools"
SUMMARY = "boot image with UEFI shell and tools"
COMPATIBLE_HOST:class-target='(i.86|x86_64).*'
# For this image recipe, only the wic format with a

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "A console-only image with more full-featured Linux system \
SUMMARY = "A console-only image with more full-featured Linux system \
functionality installed."
IMAGE_FEATURES += "splash ssh-server-openssh"

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "Small image capable of booting a device with custom install scripts, \
SUMMARY = "Small image capable of booting a device with custom install scripts, \
adding a second rootfs, used for testing."
# use -testfs live-install scripts

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "A test controller image to be deployed on a target useful for testing other images using the OEQA runtime tests"
SUMMARY = "A test controller image to be deployed on a target useful for testing other images using the OEQA runtime tests"
IMAGE_FEATURES += "ssh-server-openssh package-management"

View File

@@ -1,3 +1,4 @@
SUMMARY = "Image with Sato, a mobile environment and visual style for mobile devices."
DESCRIPTION = "Image with Sato, a mobile environment and visual style for \
mobile devices. The image supports X11 with a Sato theme, Pimlico \
applications, and contains terminal, editor, and file manager."