mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
sbctl intends to be a user-friendly secure boot key manager capable of setting up secure boot, offer key management capabilities, and keep track of files that needs to be signed in the boot chain. Signed-off-by: Hendrik De Vloed <hendrik.devloed@dekimo.com> Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
595 B
Plaintext
17 lines
595 B
Plaintext
config BR2_PACKAGE_SBCTL
|
|
bool "sbctl"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pcsc-lite
|
|
depends on BR2_USE_MMU # pcsc-lite
|
|
depends on !BR2_STATIC_LIBS # pcsc-lite
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # pcsc-lite
|
|
select BR2_PACKAGE_HOST_GO
|
|
select BR2_PACKAGE_PCSC_LITE # yubikey
|
|
help
|
|
sbctl intends to be a user-friendly secure boot key manager
|
|
capable of setting up secure boot, offer key management
|
|
capabilities, and keep track of files that needs to be
|
|
signed in the boot chain.
|
|
|
|
https://github.com/Foxboron/sbctl
|