summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-03-31 07:26:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-13 13:53:44 +0100
commit9f96e494687f513509e52c645bbcb86dfdf2c4f9 (patch)
tree1a39d3ba7f8ba5b8ef508c9f90a20bd31bcf7c14 /meta/recipes-core/images
parentba94f9a3b1960cc0fdc831c20a9d2f8ad289f307 (diff)
downloadpoky-9f96e494687f513509e52c645bbcb86dfdf2c4f9.tar.gz
meta/recipes: ensure all recipes have a SUMMARY
DESCRIPTION is optional for now; writing good component descriptions is not easy (but appreciated). (From OE-Core rev: 9ce4f9248db3db70732d886a18ea355f321bd49d) 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-core/images')
-rw-r--r--meta/recipes-core/images/core-image-ptest-all.bb2
-rw-r--r--meta/recipes-core/images/core-image-ptest-fast.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/core-image-ptest-all.bb b/meta/recipes-core/images/core-image-ptest-all.bb
index c84e653d6e..d4edb0fd05 100644
--- a/meta/recipes-core/images/core-image-ptest-all.bb
+++ b/meta/recipes-core/images/core-image-ptest-all.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Recipe to trigger execution of all ptest images." 1SUMMARY = "Recipe to trigger execution of all ptest images."
2HOMEPAGE = "https://www.yoctoproject.org/" 2HOMEPAGE = "https://www.yoctoproject.org/"
3 3
4LICENSE = "MIT" 4LICENSE = "MIT"
diff --git a/meta/recipes-core/images/core-image-ptest-fast.bb b/meta/recipes-core/images/core-image-ptest-fast.bb
index e768afb302..a5364e6cbf 100644
--- a/meta/recipes-core/images/core-image-ptest-fast.bb
+++ b/meta/recipes-core/images/core-image-ptest-fast.bb
@@ -1,6 +1,6 @@
1require core-image-ptest-all.bb 1require core-image-ptest-all.bb
2 2
3DESCRIPTION = "Recipe to trigger execution of all fast ptest images." 3SUMMARY = "Recipe to trigger execution of all fast ptest images."
4 4
5PTESTS = "${PTESTS_FAST}" 5PTESTS = "${PTESTS_FAST}"
6 6