[OE-core] [PATCH] insane.bbclass: Updated MicroBlaze machine definitions

2013-04-07 Thread Nathan Rossi
* Removed existing definition with machine 47787, this definition is outdated, a sanity error should occur if an ELF uses this value. * Added new definition with machine 189. This value replaces the existing value since August 2009. See binutils thread for more information. (http://sourcewa

[OE-core] RFC: gstreamer 1.0 recipes

2013-04-07 Thread Carlos Rafael Giani
Hello all, to start working with GStreamer 1.0 on several embedded platforms, I decided to adapt the existing GStreamer recipes from danny for 1.0. Out of this I created a layer, which is hosted at https://github.com/dv1/meta-gstreamer1.0 . I write this RFC, because I figure that GStreamer 1

Re: [OE-core] Sanity Failures - Segfaults in qemu images

2013-04-07 Thread Khem Raj
On Sun, Apr 7, 2013 at 1:23 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > > http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-64-lsb/builds/87/steps/Running%20Sanity%20Tests/logs/stdio > > what does complete dmesg output looks like ? I have seen ld.so segfaults on

[OE-core] [PATCH] layer.conf: add systemd-serialgetty to SIGGEN_EXCLUDERECIPES_ABISAFE

2013-04-07 Thread Martin Jansa
* it was imported from meta-systemd without SIGGEN_EXCLUDERECIPES_ABISAFE change Signed-off-by: Martin Jansa --- meta/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 81f1071..23ef09a 100644 --- a/meta/conf/layer.conf +++ b/m

[OE-core] [PATCH] systemd: Set the default firmware path to enable firmware loading in udev

2013-04-07 Thread Holger Hans Peter Freyther
From: Holger Hans Peter Freyther After some breakage in udev the kernel gained direct firmware loading. For older kernels (e.g. 3.2 in my case) udev still needs to load the firmware. Firmware loading is enabled once a default firmware path is set. Apply a compile fix from the upstream project. --

[OE-core] Sanity Failures - Segfaults in qemu images

2013-04-07 Thread Richard Purdie
We're coming up to release however we're struggling with various sanity test failures that keep showing up on the autobuilder. A lot of them have been caused by issues in the qemu scripts and the fact that the systems are being asked to do more in parallel due to the new autobuilder infrastructure

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-07 Thread Koen Kooi
Op 7 apr. 2013, om 00:00 heeft Richard Purdie het volgende geschreven: > On Sat, 2013-04-06 at 12:32 +0200, Koen Kooi wrote: >> Op 5 apr. 2013, om 16:34 heeft Richard Purdie >> het volgende geschreven: >> >>> On Fri, 2013-04-05 at 16:29 +0300, Alex Damian wrote: On udev-184 they changed