Re: [OE-core] [PATCH] oeqa/parselogs: Ignore qemu usbhid errors

2014-10-01 Thread Burton, Ross
On 1 October 2014 16:57, Richard Purdie wrote: > +'usbhid .*: can't add hid device:', The apostrophe in "can't" needs escaping. In related news, the autobuilder isn't in a happy place. Ross -- ___ Openembedded-core mailing list Openembedded-core@

[OE-core] [PATCH] oeqa/parselogs: Ignore qemu usbhid errors

2014-10-01 Thread Richard Purdie
These are harmless from the USB pointer device we install, ignore them. Signed-off-by: Richard Purdie diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 604a29a..078316e 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-01 Thread Martin Jansa
On Wed, Oct 01, 2014 at 09:12:16AM +0100, Richard Purdie wrote: > On Wed, 2014-10-01 at 06:10 +0200, Martin Jansa wrote: > > On Tue, Sep 30, 2014 at 08:55:53PM -0700, Khem Raj wrote: > > > On Tue, Sep 30, 2014 at 6:32 PM, Denys Dmytriyenko > > > wrote: > > > > On Tue, Sep 30, 2014 at 06:25:57PM -

[OE-core] [oe-core][PATCH] lz4: update to version r123

2014-10-01 Thread Armin Kuster
Makefile md5sum changed since version is hardcode in it. Added : experimental lz4frame API; special thanks to Takayuki Matsuoka and Christopher Jackson for testings and suggestions Fix : s390x support, thanks to Nobuhiro Iwamatsu Signed-off-by: Armin Kuster --- meta/recipes-support/lz4/lz4_svn.

Re: [OE-core] [PATCH] curl: Security Advisory - CVE-2014-3613 & CVE-2014-3620

2014-10-01 Thread Maxin B. John
Hi Ross, On Thu, Sep 25, 2014 at 10:07:37PM +0100, Burton, Ross wrote: > On 25 September 2014 18:17, Maxin B. John wrote: > > I have tried it with the latest master and it "worked for me". > > Could you please confirm if it was applied on the "master" branch ? > > (Couldn't recreate this failure

[OE-core] [PATCH v2] curl: Security Advisory - CVE-2014-3613 & CVE-2014-3620

2014-10-01 Thread Maxin B. John
Details of vulnerabilities are available below: CVE-2014-3613: http://curl.haxx.se/docs/adv_20140910A.html CVE-2014-3620: http://curl.haxx.se/docs/adv_20140910B.html Signed-off-by: Maxin B. John --- meta/recipes-support/curl/curl/CVE-2014-3613.patch | 214 + meta/recipes-supp

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-01 Thread Peter A. Bigot
On 09/30/2014 07:55 PM, Denys Dmytriyenko wrote: On Thu, Sep 25, 2014 at 02:17:55PM +0200, Steffen Sledz wrote: Currently allarch recipes using useradd rebuild each time MACHINE changes which is not desireable. Adding the useradd dependencies to this list ensures they do not change under these c

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-01 Thread Koen Kooi
Op 1 okt. 2014, om 10:12 heeft Richard Purdie het volgende geschreven: > On Wed, 2014-10-01 at 06:10 +0200, Martin Jansa wrote: >> On Tue, Sep 30, 2014 at 08:55:53PM -0700, Khem Raj wrote: >>> On Tue, Sep 30, 2014 at 6:32 PM, Denys Dmytriyenko wrote: On Tue, Sep 30, 2014 at 06:25:57PM -07

[OE-core] shlibs failing to add dependencies if shared objects are called .so

2014-10-01 Thread Khem Raj
Hi Richard You did bunch of shlib refactoring lately. I am seeing a change in dependency list for libegl-gallium and see that on master libllvm3.3-llvm-3.3 has gone missing but the .so is there in DT_NEEDED section of egl_gallium.so. i586-rdk-linux/mesa/2_10.1.3-r0/packages-split/libegl-gallium/

[OE-core] gtk+3: Add missing MLPREFIX

2014-10-01 Thread Richard Purdie
Without this each tries to provide libgtk-3.0 which directly conflict when using multilibs. Signed-off-by: Richard Purdie diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 54ca77a..3e36676 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-g

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-01 Thread Richard Purdie
On Wed, 2014-10-01 at 06:10 +0200, Martin Jansa wrote: > On Tue, Sep 30, 2014 at 08:55:53PM -0700, Khem Raj wrote: > > On Tue, Sep 30, 2014 at 6:32 PM, Denys Dmytriyenko wrote: > > > On Tue, Sep 30, 2014 at 06:25:57PM -0700, Khem Raj wrote: > > >> On Tue, Sep 30, 2014 at 5:55 PM, Denys Dmytriyenko

[OE-core] [PATCH] meta-environment: Set libdir correctly to fix PKGCONFIG entries

2014-10-01 Thread Richard Purdie
Currently libdir is coming from cross-canadian which is incorrect. We need to reset this to target_libdir so that the toolchains contain the correct value. Signed-off-by: Richard Purdie diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index b