aboutsummaryrefslogtreecommitdiff
path: root/src/sbom
diff options
context:
space:
mode:
authorElias Souza <eliascontato@protonmail.com>2023-02-16 21:04:09 -0300
committerFelix Singer <felixsinger@posteo.net>2023-02-17 01:21:43 +0000
commit718a7ae62dc59ece08f8b7849e691873e9216258 (patch)
tree39647589cd581580858d27681d3f22316c226b3c /src/sbom
parentc013fa6234f08e22dd3706849936847cf82b5024 (diff)
payloads/Yabits: Remove deprecated Yabits Payload
Yabits is no longer maintained and git repo is archived. Yabits has not been maintained for a long time, the project is apparently closed. Change-Id: Ida0bb79342448510d2c309339fabbe8066eca73c Signed-off-by: Elias Souza <eliascontato@protonmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72463 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/sbom')
-rw-r--r--src/sbom/Kconfig2
-rw-r--r--src/sbom/TAGS1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/sbom/Kconfig b/src/sbom/Kconfig
index ed83c1e599..43fde4c72c 100644
--- a/src/sbom/Kconfig
+++ b/src/sbom/Kconfig
@@ -41,7 +41,7 @@ config SBOM_PAYLOAD
config SBOM_PAYLOAD_GENERATE
bool "Auto-generate generic SBOM info for payload"
- depends on SBOM_PAYLOAD && (PAYLOAD_BOOTBOOT || PAYLOAD_DEPTHCHARGE || PAYLOAD_FILO || PAYLOAD_GRUB2 || PAYLOAD_LINUXBOOT || PAYLOAD_SEABIOS || PAYLOAD_SKIBOOT || PAYLOAD_UBOOT || PAYLOAD_YABITS)
+ depends on SBOM_PAYLOAD && (PAYLOAD_BOOTBOOT || PAYLOAD_DEPTHCHARGE || PAYLOAD_FILO || PAYLOAD_GRUB2 || PAYLOAD_LINUXBOOT || PAYLOAD_SEABIOS || PAYLOAD_SKIBOOT || PAYLOAD_UBOOT)
default y
help
Select this option if you want coreboot to generate and include
diff --git a/src/sbom/TAGS b/src/sbom/TAGS
index dec4859d0b..776e265131 100644
--- a/src/sbom/TAGS
+++ b/src/sbom/TAGS
@@ -8,7 +8,6 @@ payload-LinuxBoot: uuidgen --name linuxboot --namespace "6ba7b810-9dad-
payload-SeaBIOS: uuidgen --name seabios --namespace "6ba7b810-9dad-11d1-80b4-00c04fd430c8" --sha1
payload-skiboot: uuidgen --name skiboot --namespace "6ba7b810-9dad-11d1-80b4-00c04fd430c8" --sha1
payload-U-Boot: uuidgen --name uboot --namespace "6ba7b810-9dad-11d1-80b4-00c04fd430c8" --sha1
-payload-Yabits: uuidgen --name yabits --namespace "6ba7b810-9dad-11d1-80b4-00c04fd430c8" --sha1
coreboot: uuidgen --name coreboot --namespace "6ba7b810-9dad-11d1-80b4-00c04fd430c8" --sha1
generic-ec: uuidgen --name generic-ec --namespace "6ba7b810-9dad-11d1-80b4-00c04fd430c8" --sha1
intel-me: uuidgen --name intel-me --namespace "6ba7b810-9dad-11d1-80b4-00c04fd430c8" --sha1