[OE-core] [PATCH] nss: 3.45 -> 3.47.1

Alexander Kanavin alex.kanavin at gmail.com
Fri Dec 13 13:21:51 UTC 2019


On Wed, 4 Dec 2019 at 19:00, Richard Purdie <
richard.purdie at linuxfoundation.org> wrote:

> On Wed, 2019-12-04 at 07:09 -0800, Wang Mingyu wrote:
> > Signed-off-by: Wang Mingyu <wangmy at cn.fujitsu.com>
> > ---
> >  meta/recipes-support/nss/{nss_3.45.bb => nss_3.47.1.bb} | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta/recipes-support/nss/{nss_3.45.bb => nss_3.47.1.bb} (98%)
>
> Fails on beaglebone:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/1327
>

I had a look into this: the issue is that new versions of nss require
hardware crypto capabilities on ARM (both 32 and 64 bit).
This means we have to disable the recipe when that is not the case; a quick
fix would be:

COMPATIBLE_HOST_armv7a = 'null'

but I would like to hear other ideas too :)

Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20191213/0f658a2f/attachment.html>


More information about the Openembedded-core mailing list