mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
5d65d26db3
commit
e0515a6a0d
@@ -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."
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user