summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-07-27 16:36:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-30 09:16:52 +0100
commite0515a6a0d9b9e433dfc6ea2152ae0eda368a479 (patch)
tree909b61985a1f04ac1c23339f1c1030c8e9db3ff2
parent5d65d26db3d43a304e789eafe4d2c0ea12abc041 (diff)
downloadpoky-e0515a6a0d9b9e433dfc6ea2152ae0eda368a479.tar.gz
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>
-rw-r--r--meta/recipes-core/images/core-image-minimal-initramfs.bb1
-rw-r--r--meta/recipes-core/images/core-image-tiny-initramfs.bb1
-rw-r--r--meta/recipes-core/ovmf/ovmf-shell-image.bb2
-rw-r--r--meta/recipes-extended/images/core-image-full-cmdline.bb2
-rw-r--r--meta/recipes-extended/images/core-image-testcontroller-initramfs.bb2
-rw-r--r--meta/recipes-extended/images/core-image-testcontroller.bb2
-rw-r--r--meta/recipes-sato/images/core-image-sato.bb1
7 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
index 0b51187d51..1c08c7fec6 100644
--- a/meta/recipes-core/images/core-image-minimal-initramfs.bb
+++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb
@@ -1,4 +1,5 @@
1# Simple initramfs image. Mostly used for live images. 1# Simple initramfs image. Mostly used for live images.
2SUMMARY = "Small image capable of booting a device."
2DESCRIPTION = "Small image capable of booting a device. The kernel includes \ 3DESCRIPTION = "Small image capable of booting a device. The kernel includes \
3the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ 4the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
4first 'init' program more efficiently." 5first 'init' program more efficiently."
diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb
index a1883de0eb..96b56a2f59 100644
--- a/meta/recipes-core/images/core-image-tiny-initramfs.bb
+++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb
@@ -1,4 +1,5 @@
1# Simple initramfs image artifact generation for tiny images. 1# Simple initramfs image artifact generation for tiny images.
2SUMMARY = "Tiny image capable of booting a device."
2DESCRIPTION = "Tiny image capable of booting a device. The kernel includes \ 3DESCRIPTION = "Tiny image capable of booting a device. The kernel includes \
3the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ 4the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
4first 'init' program more efficiently. core-image-tiny-initramfs doesn't \ 5first 'init' program more efficiently. core-image-tiny-initramfs doesn't \
diff --git a/meta/recipes-core/ovmf/ovmf-shell-image.bb b/meta/recipes-core/ovmf/ovmf-shell-image.bb
index 50c4517da3..4d7958eb5f 100644
--- a/meta/recipes-core/ovmf/ovmf-shell-image.bb
+++ b/meta/recipes-core/ovmf/ovmf-shell-image.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "boot image with UEFI shell and tools" 1SUMMARY = "boot image with UEFI shell and tools"
2COMPATIBLE_HOST:class-target='(i.86|x86_64).*' 2COMPATIBLE_HOST:class-target='(i.86|x86_64).*'
3 3
4# For this image recipe, only the wic format with a 4# For this image recipe, only the wic format with a
diff --git a/meta/recipes-extended/images/core-image-full-cmdline.bb b/meta/recipes-extended/images/core-image-full-cmdline.bb
index 4d69073d9d..4e1cf58d55 100644
--- a/meta/recipes-extended/images/core-image-full-cmdline.bb
+++ b/meta/recipes-extended/images/core-image-full-cmdline.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "A console-only image with more full-featured Linux system \ 1SUMMARY = "A console-only image with more full-featured Linux system \
2functionality installed." 2functionality installed."
3 3
4IMAGE_FEATURES += "splash ssh-server-openssh" 4IMAGE_FEATURES += "splash ssh-server-openssh"
diff --git a/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb b/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb
index 2bc035a538..a5b3d10205 100644
--- a/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb
+++ b/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Small image capable of booting a device with custom install scripts, \ 1SUMMARY = "Small image capable of booting a device with custom install scripts, \
2adding a second rootfs, used for testing." 2adding a second rootfs, used for testing."
3 3
4# use -testfs live-install scripts 4# use -testfs live-install scripts
diff --git a/meta/recipes-extended/images/core-image-testcontroller.bb b/meta/recipes-extended/images/core-image-testcontroller.bb
index 20edbd5630..ff79bde0c5 100644
--- a/meta/recipes-extended/images/core-image-testcontroller.bb
+++ b/meta/recipes-extended/images/core-image-testcontroller.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "A test controller image to be deployed on a target useful for testing other images using the OEQA runtime tests" 1SUMMARY = "A test controller image to be deployed on a target useful for testing other images using the OEQA runtime tests"
2 2
3IMAGE_FEATURES += "ssh-server-openssh package-management" 3IMAGE_FEATURES += "ssh-server-openssh package-management"
4 4
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
index e63a229d12..9200ae5440 100644
--- a/meta/recipes-sato/images/core-image-sato.bb
+++ b/meta/recipes-sato/images/core-image-sato.bb
@@ -1,3 +1,4 @@
1SUMMARY = "Image with Sato, a mobile environment and visual style for mobile devices."
1DESCRIPTION = "Image with Sato, a mobile environment and visual style for \ 2DESCRIPTION = "Image with Sato, a mobile environment and visual style for \
2mobile devices. The image supports X11 with a Sato theme, Pimlico \ 3mobile devices. The image supports X11 with a Sato theme, Pimlico \
3applications, and contains terminal, editor, and file manager." 4applications, and contains terminal, editor, and file manager."