]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta: add missing summaries for image recipes
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 27 Jul 2023 14:36:07 +0000 (16:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2023 08:16:50 +0000 (09:16 +0100)
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>
meta/recipes-core/images/core-image-minimal-initramfs.bb
meta/recipes-core/images/core-image-tiny-initramfs.bb
meta/recipes-core/ovmf/ovmf-shell-image.bb
meta/recipes-extended/images/core-image-full-cmdline.bb
meta/recipes-extended/images/core-image-testcontroller-initramfs.bb
meta/recipes-extended/images/core-image-testcontroller.bb
meta/recipes-sato/images/core-image-sato.bb

index 0b51187d516fb7e4f49bbfed30d381a7b2c6c2f3..1c08c7fec627a4985b523be89c2bfad45b7b0890 100644 (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."
index a1883de0ebe53a86bf8993a9e66f70d10a229660..96b56a2f59b682f3d144161c808a39b5e1dec7bc 100644 (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 \
index 50c4517da39e74f04bccb3f45b6dc061cb4f65ca..4d7958eb5fae57a36b3c3360b17368a832bc66a5 100644 (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
index 4d69073d9dc0cafdedb35d84209291ade95d52f2..4e1cf58d55b9b9250ace475560c03c37ea814245 100644 (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"
index 2bc035a538d61d2f512491ff30c62c3c017923b8..a5b3d10205c003a661559a8b728ffc43dd556d02 100644 (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
index 20edbd5630c68b890da2661b50ba781a0f8139f8..ff79bde0c5d4eca2c985406ff68409c29501eaf2 100644 (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"
 
index e63a229d1257f660dfe810ba7501f6d5b2b7bb5f..9200ae544014a0f5968132b0e234622e468355a4 100644 (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."