[OE-core] State of bitbake world, Failed tasks 2016-01-01

2016-01-02 Thread Martin Jansa
Many changes caused by gnutls upgrade, I'll start PNBLACKLISTing these recipe next week. There are also reports from test-dependencies at the end, you can see failure logs for individual recipes there. == Tested changes (not included in master yet) - bitbake == 6fd310a world-image: add extra

Re: [OE-core] [RFC] Delete all .la files?

2016-01-02 Thread Burton, Ross
On 29 December 2015 at 11:21, Phil Blundell wrote: > Oh, yes, you're right. In fact I don't build openjade-native > routinely, but a bit of git archaeology reveals that I do have the > following patch in my tree as well. > You're my hero, thanks. :) Ross --

[OE-core] [PATCH v2 1/3] kernel: allow kernel module and firmware installation with ${nonarch_base_libdir} != "/lib"

2016-01-02 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer --- v2: * also adjust comments * use ${nonarch_base_libdir} instead of ${base_libdir}, modules and firmware are always expected under /lib, while ppc64 has ${base_libdir} = "/lib64". meta/classes/kernel-module-split.bbclass |

[OE-core] [PATCH v2 2/3] base-files: create ${base_bindir} etc. instead of /bin, /sbin and /lib

2016-01-02 Thread Matthias Schiffer
These directories conflict with the symlinks created for merged-usr setups. Signed-off-by: Matthias Schiffer --- v2: create both ${base_libdir} and ${nonarch_base_libdir} meta/recipes-core/base-files/base-files_3.0.14.bb | 4 ++-- 1 file changed, 2

[OE-core] [PATCH v2 3/3] base-files: create typical merged /usr symlinks if the "merged-usr" distro feature is set

2016-01-02 Thread Matthias Schiffer
The typical symlinks are: * /bin -> usr/bin * /sbin -> usr/sbin * /lib -> usr/lib * /usr/sbin -> bin It is checked that only sane symlinks are created, so a half-merged /usr (e.g, merging bin and sbin, but not lib) is feasible as well. The following options in a distro configuration create a

Re: [OE-core] State of bitbake world, Failed tasks 2016-01-01

2016-01-02 Thread Trevor Woerner
On 01/02/16 13:19, Martin Jansa wrote: > > == Tested changes (not included in master yet) - meta-openembedded == ... > 7020a19 nodejs: cleanup and update ... > > == Failed tasks 2016-01-01 == ... > > === qemuarm (1) === > * /meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_4.2.2.bb >