summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-08-27 14:10:06 -0700
committerSteve Sakoman <steve@sakoman.com>2023-10-04 05:21:27 -1000
commit6a5828aface72ff51644eb591054a0ad9d4ae79b (patch)
tree83a2a7409325256a8504064c671613f6299f0f01 /meta/recipes-core
parent33a7287abc6613ba7c379ac877fbb7cd5111d90b (diff)
downloadpoky-6a5828aface72ff51644eb591054a0ad9d4ae79b.tar.gz
core-image-ptest: Define a fallback for SUMMARY field
Fixes errors like below seen with bitbake core-image-ptest-fast WARNING: core-image-ptest-apr-util-1.0-r0 do_recipe_qa: QA Issue: Recipe core-image-ptest-apr-util in /mnt/b/yoe/master/sources/poky/meta/recipes-core/images/core-image-ptest.bb does not contain a SUMMARY. Please a dd an entry. [missing-metadata] (From OE-Core rev: 66c2245280dd6e22fa2de230de458ce5ba267f91) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 307381c9267eb3a3e687c577a0afd552d44248f7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/images/core-image-ptest.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb
index ddc56c8f9f..21754224d2 100644
--- a/meta/recipes-core/images/core-image-ptest.bb
+++ b/meta/recipes-core/images/core-image-ptest.bb
@@ -5,6 +5,7 @@ require core-image-minimal.bb
5require conf/distro/include/ptest-packagelists.inc 5require conf/distro/include/ptest-packagelists.inc
6 6
7DESCRIPTION += "Also including the ${MCNAME} ptest package." 7DESCRIPTION += "Also including the ${MCNAME} ptest package."
8SUMMARY ?= "${MCNAME} ptest image."
8HOMEPAGE = "https://www.yoctoproject.org/" 9HOMEPAGE = "https://www.yoctoproject.org/"
9 10
10PTESTS = "${PTESTS_SLOW} ${PTESTS_FAST}" 11PTESTS = "${PTESTS_SLOW} ${PTESTS_FAST}"