Re: [OE-core] [PATCH] gnutls: Added fips support option.

2022-05-04 Thread Alexander Kanavin
On Thu, 5 May 2022 at 06:19, leimao...@fujitsu.com wrote: > .libs/.$(gnutls_so).hmac: libgnutls.la fipshmac > $(AM_V_GEN) $(builddir)/fipshmac .libs/$(gnutls_so) > $@-t && mv $@-t > $@ If fipshmac from -native is installed into the sysroot-native, then it will be in PATH, and then you

Re: [OE-core] [PATCH] gnutls: Added fips support option.

2022-05-04 Thread leimaohui
; To: Lei, Maohui > Cc: OE-core > Subject: Re: [OE-core] [PATCH] gnutls: Added fips support option. > > On Fri, 29 Apr 2022 at 06:51, leimao...@fujitsu.com > wrote: > > Sorry, It seems that I should add an explain in commit message. > > I found that if enable fi

Re: [OE-core] [PATCH] gnutls: Added fips support option.

2022-04-29 Thread Alexander Kanavin
On Fri, 29 Apr 2022 at 06:51, leimao...@fujitsu.com wrote: > Sorry, It seems that I should add an explain in commit message. > I found that if enable fips, a binary build for target will be executed in > do_compile task. The log(MACHINE ?= "qemuarm64") is as the following: >

Re: [OE-core] [PATCH] gnutls: Added fips support option.

2022-04-28 Thread leimaohui
Lei Maohui > -----Original Message- > From: Alexander Kanavin > Sent: Thursday, April 28, 2022 4:12 PM > To: Lei, Maohui > Cc: OE-core > Subject: Re: [OE-core] [PATCH] gnutls: Added fips support option. > > What do those do_compile/do_install tweaks do

Re: [OE-core] [PATCH] gnutls: Added fips support option.

2022-04-28 Thread Alexander Kanavin
What do those do_compile/do_install tweaks do, and why are they necessary? Please explain, it seems like there might be a better way to do this. Alex On Thu, 28 Apr 2022 at 09:34, leimaohui wrote: > > Signed-off-by: Lei Maohui > --- > meta/recipes-support/gnutls/gnutls_3.7.4.bb | 17