update configuration

fips-update-config
night1rider 2026-02-23 11:00:24 -07:00
parent 9eb5563329
commit 135e920976
2 changed files with 7 additions and 1 deletions

View File

@ -79,4 +79,7 @@ TARGET_CFLAGS += "-DFP_MAX_BITS=16384"
EXTRA_OECONF += " \ EXTRA_OECONF += " \
--enable-fips=v5 \ --enable-fips=v5 \
--enable-reproducible-build \ --enable-reproducible-build \
--enable-smallstack
--enable-sp-math-all
--disable-sp
" "

View File

@ -88,8 +88,11 @@ EXTRA_OECONF = " \
--enable-linuxkm \ --enable-linuxkm \
--enable-fips=v5.2.4 \ --enable-fips=v5.2.4 \
--with-linux-source=${STAGING_KERNEL_BUILDDIR} \ --with-linux-source=${STAGING_KERNEL_BUILDDIR} \
--enable-all-crypto \
--enable-crypttests \ --enable-crypttests \
--enable-smallstack \
--enable-sp-math-all \
--disable-sp \
--enable-linuxkm-lkcapi-register=all-kconfig \
" "
python __anonymous() { python __anonymous() {