@@ -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'
@@ -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'
@@ -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. \
"
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(-)