diff options
author | Elias Souza <eliascontato@protonmail.com> | 2023-02-16 21:04:09 -0300 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 01:21:43 +0000 |
commit | 718a7ae62dc59ece08f8b7849e691873e9216258 (patch) | |
tree | 39647589cd581580858d27681d3f22316c226b3c /src/sbom/Kconfig | |
parent | c013fa6234f08e22dd3706849936847cf82b5024 (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/Kconfig')
-rw-r--r-- | src/sbom/Kconfig | 2 |
1 files changed, 1 insertions, 1 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 |