[OE-core] [dizzy][PATCH] e2fsprogs: install populate-extfs.sh

2015-05-15 Thread Martin Jansa
From: Martin Jansa * install populate-extfs.sh from contrib, be aware that in order to use it you need to set DEBUGFS shell variable, otherwise it will try to use debugfs from relative path which is almost always incorrect: CONTRIB_DIR=$(dirname $(readlink -f $0)) DEBUGFS="$CONTRIB_

[OE-core] [fido][PATCH] e2fsprogs: install populate-extfs.sh

2015-05-15 Thread Martin Jansa
From: Martin Jansa * install populate-extfs.sh from contrib, be aware that in order to use it you need to set DEBUGFS shell variable, otherwise it will try to use debugfs from relative path which is almost always incorrect: CONTRIB_DIR=$(dirname $(readlink -f $0)) DEBUGFS="$CONTRIB_

[OE-core] [OE-Core] [master/glibc 2.21] [PATCH] glibc: CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow

2015-05-15 Thread Haris Okanovic
Backport Arjun Shankar's patch for CVE-2015-1781: A buffer overflow flaw was found in the way glibc's gethostbyname_r() and other related functions computed the size of a buffer when passed a misaligned buffer as input. An attacker able to make an application call any of these functions with a mis

Re: [OE-core] [PATCH 2/2] glibc: CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow

2015-05-15 Thread Haris Okanovic
On 05/14/2015 03:39 PM, Burton, Ross wrote: Will you be able to port this to master which is currently glibc 2.21? Sure. I'll post a second patch to oe-core for master (glibc 2.21) once I test it out. It'll be the same .patch file for glibc's source, but a different change in the bb recipe.

Re: [OE-core] [PATCH 05/12] libsdl: depends on libglu when x11

2015-05-15 Thread Burton, Ross
On 15 May 2015 at 20:59, Burton, Ross wrote: > I've just sent a revert for this, but was there a problem this was > attempting to fix? > Just realised - opengl enabled and x11 disabled in DISTRO_FEATURES. I guess you need to make the GL support depend on opengl *and* x11. Tested patches for al

Re: [OE-core] [PATCH 05/12] libsdl: depends on libglu when x11

2015-05-15 Thread Burton, Ross
On 11 May 2015 at 07:08, Robert Yang wrote: > Let it depend on libglu when x11 rather than opengl, since libglu can't > be built without x11. > But you can build libsdl with X11 enabled and OpenGL disabled, which then refuses to build as libsdl depends on libglu depends on virtual/opengl which r

[OE-core] [PATCH] Revert "libsdl: depends on libglu when x11"

2015-05-15 Thread Ross Burton
This patch was incorrect, GLU depends on GLX (and so X) but you can build SDL with X11 and without GL. This reverts commit f744f0b18c22daf8bdab837ba8096760b1ce00b8. Signed-off-by: Ross Burton --- meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion

[OE-core] [PATCH][V2 2/2] automake: simplify perl location forcing logic

2015-05-15 Thread Ross Burton
Instead of letting configure find the host's perl and then use a complicated sed to replace it at install time, simply pre-seed the configure logic with the path we want to use. Signed-off-by: Ross Burton --- meta/recipes-devtools/automake/automake_1.15.bb | 12 ++-- 1 file changed, 2 in

[OE-core] [PATCH][V2 1/2] autoconf: simplify perl location forcing logic

2015-05-15 Thread Ross Burton
Instead of letting configure find the host's perl and then use a complicated sed to replace it at install time, simply pre-seed the configure logic with the path we want to use. Signed-off-by: Ross Burton --- meta/recipes-devtools/autoconf/autoconf.inc | 14 +++--- 1 file changed, 3 inse

Re: [OE-core] [PATCH] rpm: fix build issue with gcc5

2015-05-15 Thread Bruce Ashfield
On Fri, May 15, 2015 at 12:45 PM, akuster808 wrote: > > > On 05/15/2015 09:25 AM, Khem Raj wrote: >> >> On Fri, May 15, 2015 at 3:40 AM, Richard Purdie >> wrote: >>> >>> On Tue, 2015-05-12 at 08:06 +0100, Richard Purdie wrote: With the gcc patch I've posted applied: http:

[OE-core] [PATCH 2/2] automake: simplify perl location forcing logic

2015-05-15 Thread Ross Burton
Instead of letting configure find the host's perl and then use a complicated sed to replace it at install time, simply pre-seed the configure logic with the path we want to use. Signed-off-by: Ross Burton --- meta/recipes-devtools/automake/automake_1.15.bb | 12 ++-- 1 file changed, 2 in

[OE-core] [PATCH 1/2] autoconf: simplify perl location forcing logic

2015-05-15 Thread Ross Burton
Instead of letting configure find the host's perl and then use a complicated sed to replace it at install time, simply pre-seed the configure logic with the path we want to use. Signed-off-by: Ross Burton --- meta/recipes-devtools/autoconf/autoconf.inc | 16 1 file changed, 4 in

Re: [OE-core] [PATCH] rpm: fix build issue with gcc5

2015-05-15 Thread Khem Raj
On Fri, May 15, 2015 at 3:40 AM, Richard Purdie wrote: > On Tue, 2015-05-12 at 08:06 +0100, Richard Purdie wrote: >> With the gcc patch I've posted applied: >> >> http://errors.yoctoproject.org/Errors/Search/?items=10&query=5fd0b7c163f4f3312bea9bd3246a6bd67a8da594&limit=100 >> >> so down to 57 err

[OE-core] [PATCH] base-files: Remove /proc/bus/usb from fstab.

2015-05-15 Thread Andreas Oberritter
The usb filesystem was removed in Linux 3.5. Signed-off-by: Andreas Oberritter --- meta/recipes-core/base-files/base-files/fstab | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/base-files/base-files/fstab b/meta/recipes-core/base-files/base-files/fstab index 739b844..d79a01

Re: [OE-core] [PATCH 1/1] cairo: make xlib and libxcb dependencies explicit

2015-05-15 Thread Joshua Lock
Hi Andreas, On 15/05/15 16:50, Andreas Oberritter wrote: Hi Joshua, On 15.05.2015 15:37, Joshua Lock wrote: Signed-off-by: Joshua Lock --- meta/recipes-graphics/cairo/cairo.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc

Re: [OE-core] [PATCH 1/1] cairo: make xlib and libxcb dependencies explicit

2015-05-15 Thread Burton, Ross
On 15 May 2015 at 16:50, Andreas Oberritter wrote: > your patch adds a dependency on xcb by default, which you didn't > mention. > Considering libx11 depends on xcb, this is in practise enabled by default. I'll take Josh's patch, but extending Cairo's detection would be good. I'm not sure I ag

Re: [OE-core] [PATCH 1/1] cairo: make xlib and libxcb dependencies explicit

2015-05-15 Thread Andreas Oberritter
Hi Joshua, On 15.05.2015 15:37, Joshua Lock wrote: > Signed-off-by: Joshua Lock > --- > meta/recipes-graphics/cairo/cairo.inc | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-graphics/cairo/cairo.inc > b/meta/recipes-graphics/cairo/cairo.inc > index 9

Re: [OE-core] [RESEND][PATCH 1/3] meta: add new qemuarma9 machine definition

2015-05-15 Thread Bruce Ashfield
On 2015-05-15 03:18 AM, Dmitry Eremin-Solenikov wrote: On 05/14/2015 05:37 PM, Bruce Ashfield wrote: On 2015-05-14 09:46 AM, Richard Purdie wrote: On Wed, 2015-05-13 at 18:17 -0700, Andre McCurdy wrote: On Tue, May 12, 2015 at 7:47 AM, Martin Jansa wrote: On Tue, May 12, 2015 at 03:25:43PM +

Re: [OE-core] [PATCH 1/2] autoconf: set perl location only for target

2015-05-15 Thread Burton, Ross
On 15 May 2015 at 11:35, Junling Zheng wrote: > We should only fix perl location to /usr/bin/perl for target. It seems > to be more appropriate that the perl used by native and nativesdk class > of autoconf depends on build host environment. > But as this fragment matches any hashbang line and r

[OE-core] [PATCH 1/1] cairo: make xlib and libxcb dependencies explicit

2015-05-15 Thread Joshua Lock
Signed-off-by: Joshua Lock --- meta/recipes-graphics/cairo/cairo.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 98add5a..1e45318 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +

[OE-core] [PATCH 0/1] Fix implicit dependencies in cairo

2015-05-15 Thread Joshua Lock
The following changes since commit 90861b8908d254154f4d1d613471070df8013da8: base: Avoid find race (2015-05-14 15:22:42 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib joshuagl/cairo http://cgit.openembedded.org/cgit.cgi/openembedded-cor

[OE-core] [PATCH 1/2] autoconf: set perl location only for target

2015-05-15 Thread Junling Zheng
We should only fix perl location to /usr/bin/perl for target. It seems to be more appropriate that the perl used by native and nativesdk class of autoconf depends on build host environment. Signed-off-by: Junling Zheng --- meta/recipes-devtools/autoconf/autoconf.inc | 4 ++-- 1 file changed, 2 i

[OE-core] [PATCH 2/2] automake: set perl location only for target

2015-05-15 Thread Junling Zheng
We should only fix perl location to /usr/bin/perl for target. It seems to be more appropriate that the perl used by native and nativesdk class of automake depends on build host environment. Signed-off-by: Junling Zheng --- meta/recipes-devtools/automake/automake_1.15.bb | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH 2/3] xserver-xorg: disable xwayland

2015-05-15 Thread Burton, Ross
On 15 May 2015 at 11:16, Andreas Oberritter wrote: > You don't need a conditional here, because empty packages get ignored. > I should have said that I fixed that when merging it into MUT, so there's no need to re-send Robert. Ross -- ___ Openembedde

Re: [OE-core] [PATCH 2/3] xserver-xorg: disable xwayland

2015-05-15 Thread Andreas Oberritter
Hi Robert, On 14.05.2015 09:02, Robert Yang wrote: > --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > @@ -62,7 +62,9 @@ PACKAGES =+ "${PN}-security-policy \ > ${PN}-module-exa \ > ${PN}-module-xaa \

Re: [OE-core] [PATCH v2] wic: remove intermediate partitions

2015-05-15 Thread Ed Bartosh
Hi Alexandre, Thank you for the patch! Sorry for delayed review. I was on vacation. Acked-by: Ed Bartosh On Fri, May 08, 2015 at 09:17:14PM +0200, Alexandre Belloni wrote: > Remove intermediate partitions that may have been created by a previous > wic invocation. Those partitions are causing is

Re: [OE-core] [RESEND][PATCH 1/3] meta: add new qemuarma9 machine definition

2015-05-15 Thread Dmitry Eremin-Solenikov
On 05/14/2015 05:37 PM, Bruce Ashfield wrote: On 2015-05-14 09:46 AM, Richard Purdie wrote: On Wed, 2015-05-13 at 18:17 -0700, Andre McCurdy wrote: On Tue, May 12, 2015 at 7:47 AM, Martin Jansa wrote: On Tue, May 12, 2015 at 03:25:43PM +0100, Burton, Ross wrote: On 11 May 2015 at 20:52, Dmit