update configuration
parent
9eb5563329
commit
135e920976
|
|
@ -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
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue