diff mbox series

[v2,1/3] meta/conf/fragments: harmonize fragment summaries and descriptions

Message ID 20260825-sbom-cve-check-fragment-desc-v2-1-01c3823eb780@bootlin.com
State Under Review
Headers show
Series Disk space monitoring fragment and minor tooling tweaks | expand

Commit Message

Antonin Godard Aug. 25, 2026, 6:55 a.m. UTC
Use the present tense for fragment summaries, so that the
'bitbake-config-build list-fragments' has a coherent output.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 .../yocto-autobuilder/autobuilder-resource-constraints.conf  |  4 ++--
 meta/conf/fragments/yocto-autobuilder/autobuilder.conf       |  4 ++--
 meta/conf/fragments/yocto/sbom-cve-check.conf                | 12 ++++++------
 3 files changed, 10 insertions(+), 10 deletions(-)
diff mbox series

Patch

diff --git a/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf b/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf
index 58cadd92b6..c3fc9990eb 100644
--- a/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf
+++ b/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf
@@ -1,5 +1,5 @@ 
-BB_CONF_FRAGMENT_SUMMARY = "Resource constraint variables used on the Yocto Projects autobuilder"
-BB_CONF_FRAGMENT_DESCRIPTION = "Resource constraint variables used on the Yocto Projects autobuilder"
+BB_CONF_FRAGMENT_SUMMARY = "Set resource constraint variables for Yocto Project Autobuilder builds"
+BB_CONF_FRAGMENT_DESCRIPTION = "Resource constraint variables for Yocto Project Autobuilder builds"
 
 BB_NUMBER_THREADS = '16'
 BB_NUMBER_PARSE_THREADS = '16'
diff --git a/meta/conf/fragments/yocto-autobuilder/autobuilder.conf b/meta/conf/fragments/yocto-autobuilder/autobuilder.conf
index 81adebe5ae..1f16c87d98 100644
--- a/meta/conf/fragments/yocto-autobuilder/autobuilder.conf
+++ b/meta/conf/fragments/yocto-autobuilder/autobuilder.conf
@@ -1,5 +1,5 @@ 
-BB_CONF_FRAGMENT_SUMMARY = "Default variables used on the Yocto Projects autobuilder builds"
-BB_CONF_FRAGMENT_DESCRIPTION = "Default variables used on the Yocto Projects autobuilder builds"
+BB_CONF_FRAGMENT_SUMMARY = "Set default variables for Yocto Project Autobuilder builds"
+BB_CONF_FRAGMENT_DESCRIPTION = "Default variables for Yocto Project Autobuilder builds"
 
 QEMU_USE_KVM ?= 'True'
 INHERIT += 'report-error'
diff --git a/meta/conf/fragments/yocto/sbom-cve-check.conf b/meta/conf/fragments/yocto/sbom-cve-check.conf
index 46f6965a0d..df43999572 100644
--- a/meta/conf/fragments/yocto/sbom-cve-check.conf
+++ b/meta/conf/fragments/yocto/sbom-cve-check.conf
@@ -1,9 +1,9 @@ 
-BB_CONF_FRAGMENT_SUMMARY = "This fragment enables sbom-cve-check with recommended default options"
-BB_CONF_FRAGMENT_DESCRIPTION = "Enables sbom-cve-check and applies the following configurations: \
- - Adds the sbom-cve-check class to IMAGE_CLASSES. \
- - Configures CVE database recipes to fetch the latest git revision using AUTOREV. \
- - Ensures generated SBOM includes all CVE annotations. \
- - Configures the Linux kernel recipe to provide compiled sources, \
+BB_CONF_FRAGMENT_SUMMARY = "Enable sbom-cve-check with recommended default options"
+BB_CONF_FRAGMENT_DESCRIPTION = "Enable sbom-cve-check and apply the following configurations: \
+ - Add the sbom-cve-check class to IMAGE_CLASSES. \
+ - Configure CVE database recipes to fetch the latest git revision using AUTOREV. \
+ - Ensure generated SBOM includes all CVE annotations. \
+ - Configure the Linux kernel recipe to provide compiled sources, \
    allowing CVEs to be excluded if the source is not compiled. \
 "