Re: [OE-core] [PATCH 4/5] nss: create checksum files for the nss libraries

2013-07-12 Thread Hongxu Jia
On 07/12/2013 08:39 PM, Burton, Ross wrote: On 10 July 2013 09:03, Hongxu Jia wrote: Add checksum files required for the NSS softoken to operate in FIPS 140 mode. The shlibsign is invoked to sign the libraries, and it is built for the target architecture and doesn't support cross-compiling so f

Re: [OE-core] [PATCH 4/5] nss: create checksum files for the nss libraries

2013-07-12 Thread Burton, Ross
On 10 July 2013 09:03, Hongxu Jia wrote: > Add checksum files required for the NSS softoken to operate in FIPS 140 mode. > The shlibsign is invoked to sign the libraries, and it is built for the target > architecture and doesn't support cross-compiling so far. > > Invoke shlibsign at target's firs

[OE-core] [PATCH 4/5] nss: create checksum files for the nss libraries

2013-07-10 Thread Hongxu Jia
Add checksum files required for the NSS softoken to operate in FIPS 140 mode. The shlibsign is invoked to sign the libraries, and it is built for the target architecture and doesn't support cross-compiling so far. Invoke shlibsign at target's first boot time to generate checksum files. https://de

[OE-core] [PATCH 4/5] nss: Create checksum files for the NSS libraries

2013-07-09 Thread Hongxu Jia
Add checksum files required for the NSS softoken to operate in FIPS 140 mode. The shlibsign is invoked to sign the libraries, and it is built for the target architecture and doesn't support cross-compiling so far. Invoke shlibsign at target's boot time to generate checksum files. https://develope