kumquat-buildroot/package/ima-evm-utils/Config.in
Yann E. MORIN 8ecb041c87 Revert "package/libopenssl does not support riscv32"
Now that we have a backport from upstream with a proper fix for the
build on riscv32 *and* a proper implementationfor 64-bit time structs,
we can re-activate the build on riscv32.

This partially reverts commit c72be5dd2f.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Alistair Francis <alistair.francis@wdc.com>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Cc: Mark Corbin <mark@dibsco.co.uk>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-03-11 21:22:10 +01:00

17 lines
485 B
Plaintext

config BR2_PACKAGE_IMA_EVM_UTILS
bool "ima-evm-utils"
depends on BR2_USE_MMU # keyutils
depends on !BR2_STATIC_LIBS # keyutils, tpm2-tss
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_KEYUTILS
select BR2_PACKAGE_TPM2_TSS
help
Linux Integrity Measurement Architecture (IMA)
Extended Verification Module (EVM) tools.
https://sourceforge.net/p/linux-ima/wiki/Home/
comment "ima-evm-utils needs dynamic library support"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS