On Wed, 4 Dec 2019 at 19:00, Richard Purdie <
[email protected]> wrote:

> On Wed, 2019-12-04 at 07:09 -0800, Wang Mingyu wrote:
> > Signed-off-by: Wang Mingyu <[email protected]>
> > ---
> >  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
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to