diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-07-27 16:36:07 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-30 09:16:52 +0100 |
| commit | e0515a6a0d9b9e433dfc6ea2152ae0eda368a479 (patch) | |
| tree | 909b61985a1f04ac1c23339f1c1030c8e9db3ff2 /meta/recipes-extended/images | |
| parent | 5d65d26db3d43a304e789eafe4d2c0ea12abc041 (diff) | |
| download | poky-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')
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 @@ | |||
| 1 | DESCRIPTION = "A console-only image with more full-featured Linux system \ | 1 | SUMMARY = "A console-only image with more full-featured Linux system \ |
| 2 | functionality installed." | 2 | functionality installed." |
| 3 | 3 | ||
| 4 | IMAGE_FEATURES += "splash ssh-server-openssh" | 4 | IMAGE_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 @@ | |||
| 1 | DESCRIPTION = "Small image capable of booting a device with custom install scripts, \ | 1 | SUMMARY = "Small image capable of booting a device with custom install scripts, \ |
| 2 | adding a second rootfs, used for testing." | 2 | adding 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 @@ | |||
| 1 | DESCRIPTION = "A test controller image to be deployed on a target useful for testing other images using the OEQA runtime tests" | 1 | SUMMARY = "A test controller image to be deployed on a target useful for testing other images using the OEQA runtime tests" |
| 2 | 2 | ||
| 3 | IMAGE_FEATURES += "ssh-server-openssh package-management" | 3 | IMAGE_FEATURES += "ssh-server-openssh package-management" |
| 4 | 4 | ||
