[OE-core] [PATCH 2/2] staging.bbclass: Avoid looking at other multiconfigs on extend_recipe_sysroot

2019-01-05 Thread Alejandro Enedino Hernandez Samaniego
On extend_recipe_sysroot we only compare taskname and pn, but if we have some dependency to a recipe from another multiconfig, these two will still match if it is the same recipe, causing an error since the build system believes it has already proccesed that dependency. Check if this is a multicon

Re: [OE-core] [Openembedded-architecture] Dropping armv5 and armv5e tunes in 2.7

2019-01-05 Thread Trevor Woerner
Hello Khem, Thanks for pointing this out. On Thu, Jan 3, 2019 at 5:02 PM Khem Raj wrote: > Secondly, I would also like to drop armv4t, and keep armv5te as lowest > supported tune > Fortunately I don't have any ARMv4 boards. But, just for informational purposes, I wanted to point out that I do

Re: [OE-core] [PATCH v5 3/8] bitbake: runqueue: Track task unique hash

2019-01-05 Thread Joshua Watt
On Sat, Jan 5, 2019 at 1:50 AM Alejandro Hernandez wrote: > > Hey Joshua, > > This is breaking multiconfig builds with the following error (trimmed), > I believe it is not taking into account that the Key could contain > "mc:..." if it is a multiconfig build. Hmm, yes that seems likely. I'll take

[OE-core] [v2][PATCH] nettle: update to 3.4.1

2019-01-05 Thread Armin Kuster
Bug fix only release Include: CVE-2018-16868 gnutls: Bleichenbacher-like side channel leakage in PKCS#1 1.5 verification and padding oracle verification CVE-2018-16869 nettle: Leaky data conversion exposing a manager oracle For full details see: http://lists.lysator.liu.se/pipermail/nettl

Re: [OE-core] [PATCH v5 3/8] bitbake: runqueue: Track task unique hash

2019-01-05 Thread Alejandro Hernandez
Hey Joshua, This is breaking multiconfig builds with the following error (trimmed), I believe it is not taking into account that the Key could contain "mc:..." if it is a multiconfig build. ERROR: Running idle function  File "poky/bitbake/lib/bb/runqueue.py", line 1170, in RunQueueData.prep

Re: [OE-core] Official sstate premirrors and builds

2019-01-05 Thread Andrea Galbusera
Hi, On Sat, Jan 5, 2019 at 4:21 AM Jate Sujjavanich wrote: > > I setup a machine on AWS and wanted to use the sstate cache mirror at > sstate.yoctoproject.org in my site.conf. > > Bitbake does not pull the artifacts from the mirror despite the uninative C > library. I have tried checking out se