From ebb924b454f80b1143fe56f71f4298b38a9bdabe Mon Sep 17 00:00:00 2001 From: Sergii Dmytruk Date: Wed, 18 Mar 2026 16:41:15 +0200 Subject: [PATCH] Makefile,sbom/Makefile.mk: note that `make sbom` is problematic Change-Id: Ic7cf27b77cf400470e986959fcca3de076817207 Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Sergii Dmytruk --- Makefile | 2 +- src/sbom/Makefile.mk | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a23c1d0b0..83838fe076 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ help_coreboot help:: @echo '*** coreboot platform targets ***' @echo ' Use "make [target] V=1" for extra build debug information' @echo ' all - Build coreboot' - @echo ' sbom - Rebuild SBOM (sbom.uswid) from existing build artifacts' + @echo ' sbom - Rebuild SBOM (sbom.uswid) from existing build artifacts (FIXME)' @echo ' clean - Remove coreboot build artifacts' @echo ' distclean - Remove build artifacts and config files' @echo ' sphinx - Build sphinx documentation for coreboot' diff --git a/src/sbom/Makefile.mk b/src/sbom/Makefile.mk index 1f52a9aa6b..2502099b99 100644 --- a/src/sbom/Makefile.mk +++ b/src/sbom/Makefile.mk @@ -404,4 +404,6 @@ sbom-acm-clean: $(if $(CONFIG_SBOM_BIOS_ACM_GENERATE),rm -f $(build-dir)/intel-bios-acm.json,) $(if $(CONFIG_SBOM_SINIT_ACM_GENERATE),rm -f $(build-dir)/intel-sinit-acm.json,) +## FIXME: this target doesn't reliably trigger regeneration of sbom.uswid, which +## is easy to see by running `make --debug=b sbom` once or twice sbom: $(build-dir)/sbom.uswid