summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images
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 /meta/recipes-extended/images
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>
Diffstat (limited to 'meta/recipes-extended/images')
-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
3 files changed, 3 insertions, 3 deletions
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