Re: [OE-core] [PATCH] glibc: fix CVE-2015-8777 and CVE-2015-8779

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 06:19, Yuanjie Huang wrote: > From: Yuanjie Huang > > According to http://seclists.org/oss-sec/2016/q1/153 > > CVE-2015-8777 > > LD_POINTER_GUARD was an environment variable which controls > security-related

Re: [OE-core] [PATCH] linux-libc-headers: backport uapi header list

2016-02-03 Thread Alexandru But
On Tue, Feb 02, 2016 at 11:09:58AM -0800, Saul Wold wrote: > On Tue, 2016-02-02 at 13:47 -0500, Bruce Ashfield wrote: > > > > > > On Tue, Feb 2, 2016 at 1:40 PM, Saul Wold > > wrote: > > > On Tue, 2016-02-02 at 20:05 +0200, Alexandru But wrote: > > > > nvme uapi header was

[OE-core] [PATCH] p11-kit: fix packaging warnings

2016-02-03 Thread Ross Burton
This recipe was ignoring the wrong test, so update INSANE_SKIP. Signed-off-by: Ross Burton --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb

Re: [OE-core] can't compile ffmpeg without x11

2016-02-03 Thread Carlos Rafael Giani
I think libxv should be part of the x11 packageconfig dependency list instead of part of DEPENDS. I'm running a test build to see if it works like that. On 2016-02-02 11:08, Yi Qingliang wrote: HELLO! in ffmpeg.bb: DEPENDS = "alsa-lib zlib libogg yasm-native libxv" PACKAGECONFIG ??= "...

Re: [OE-core] [PATCH v2] kernel: Add support for multiple kernel packages

2016-02-03 Thread Diego Sueiro
Haris, On 2 February 2016 at 20:39, Haris Okanovic wrote: > Here's a simple recipe to make a debug version linux-yocto. It includes > the real recipe then overrides KERNEL_PACKAGE_NAME and PROVIDES so that two > sets of kernel* packages can co-exist in the feed. The other

Re: [OE-core] [PATCH 3/3] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
Hi Ross, >On Tue, Feb 02, 2016 at 12:07:06PM +, Burton, Ross wrote: >>On 2 February 2016 at 11:59, Martin Jansa wrote: On Tue, Feb 02, 2016 at 01:04:11PM +0200, Maxin B. John wrote: >>> We need machconfig file to automatically choose between physical and virtual >>>

[OE-core] software implementation opengl

2016-02-03 Thread Yi Qingliang
Hello. I'm using qt5 with poky, but there is not gpu/drm on my arm. I found the mesa has sw implementation of opengl, but I can't make it work. do you have any experience on it ? the qt5 quick 2.0 need opengl, I want use sw opengl implementation on framebuffer directly. and the

[OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
We need machconfig file to automatically choose between physical and virtual keyboards. [YOCTO #9027] Signed-off-by: Maxin B. John --- meta/recipes-bsp/formfactor/files/beaglebone/machconfig | 3 +++ meta/recipes-bsp/formfactor/files/qemumips64/machconfig | 10 ++

[OE-core] [PATCH 1/2] scripts/lib/bsp/engine: fix path separator

2016-02-03 Thread Maciej Borzecki
Make path to newly generated README file legitimate Signed-off-by: Maciej Borzecki --- scripts/lib/bsp/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index

[OE-core] [PATCH 2/2] scripts/lib/bsp/engine: trailing whitespace cleanup

2016-02-03 Thread Maciej Borzecki
Signed-off-by: Maciej Borzecki --- scripts/lib/bsp/engine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index

[OE-core] [PATCH] i2c-tools: point SRC_URI at Yocto source mirrors

2016-02-03 Thread Ross Burton
The ln-sensors.org web site has been down for some time, so point the SRC_URI at the Yocto Project source mirror. Signed-off-by: Ross Burton --- meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 2/3] glib-2.0: drop add-march-i486-into-CFLAGS-automatically.patch

2016-02-03 Thread Huang, Jie (Jackie)
> -Original Message- > From: Phil Blundell [mailto:p...@pbcl.net] > Sent: Tuesday, February 02, 2016 6:45 AM > To: MacLeod, Randy > Cc: Andre McCurdy; openembedded-core@lists.openembedded.org; Huang, Jie > (Jackie) > Subject: Re: [OE-core] [PATCH 2/3] glib-2.0: drop >

[OE-core] [meta-oe][PATCH] wic: isoimage-isohybrid: check for syslinux-native

2016-02-03 Thread Mihaly Varga
.iso image creation fails if during the image creation syslinux is baked and syslinux-native is not. Added new check to verify if both syslinux and syslinux-native are baked and bake them if these are not installed. Signed-off-by: Mihaly Varga ---

[OE-core] Language settings GTK (glibc?) problem

2016-02-03 Thread Andreas Müller
Hi, while testing libreoffice language packets I found that language settings for GTK based apps are broken. Interestingly QT based applications (tested with qtcreator and lxqt) and libreoffice are working fine. I did some research and hope for some expert with helping hints. Details are: * I

Re: [OE-core] [PATCH 8/8] boost: Fix build on soft-float ABI arm systems

2016-02-03 Thread Phil Blundell
On Mon, 2016-02-01 at 05:08 +, Khem Raj wrote: > + BOOST_FPE_ALL = MCW_EM, > +-#elif defined(BOOST_NO_FENV_H) || defined(BOOST_CLANG) > ++#elif defined(BOOST_NO_FENV_H) || defined(BOOST_CLANG) \ > ++|| defined(__ARM_PCS) > + BOOST_FPE_ALL = 1, This looks a bit bogus.

Re: [OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 20:48, Khem Raj wrote: > I was wondering if busbox provides these applets then why pull them in > explicitly like this > Presumably Ricardo is building images without busybox? Ross -- ___ Openembedded-core

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 20:32, Martin Jansa wrote: > This could be caused by chromium using own bundled binutils Wait, WHAT?! :O -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] Default value for FULL_OPTIMIZATION

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 12:57 PM, Phil Blundell wrote: > On Wed, 2016-02-03 at 12:51 -0800, Khem Raj wrote: >> On Wed, Feb 3, 2016 at 12:48 PM, Phil Blundell wrote: >> > On Tue, 2016-02-02 at 22:17 -0800, Khem Raj wrote: >> >> -pipe does speed up build time so its an

Re: [OE-core] Default value for FULL_OPTIMIZATION

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 20:51, Khem Raj wrote: > it does not create files for intermediate objects so if you have slow > media it can be significant > but if you have SSDs then it might be diminished. > That's the theory but in my experience with a modern file system on

Re: [OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 12:37 PM, Burton, Ross wrote: > > On 3 February 2016 at 19:07, Ricardo Neri > wrote: >> >> udev-cache uses find and xargs, which are provided by findutils. It also >> uses gzip, which is provided by gzip. These

Re: [OE-core] Default value for FULL_OPTIMIZATION

2016-02-03 Thread Phil Blundell
On Tue, 2016-02-02 at 22:17 -0800, Khem Raj wrote: > -pipe does speed up build time so its an optimization. How much does it really speed it up by? I seem to recall the effect was fairly negligible, but maybe I am remembering that wrong. p. -- ___

Re: [OE-core] Default value for FULL_OPTIMIZATION

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 12:48 PM, Phil Blundell wrote: > On Tue, 2016-02-02 at 22:17 -0800, Khem Raj wrote: >> -pipe does speed up build time so its an optimization. > > How much does it really speed it up by? I seem to recall the effect was > fairly negligible, but maybe I am

Re: [OE-core] [PATCH 8/8] boost: Fix build on soft-float ABI arm systems

2016-02-03 Thread Phil Blundell
On Wed, 2016-02-03 at 12:58 -0800, Khem Raj wrote: > On Wed, Feb 3, 2016 at 12:42 PM, Phil Blundell wrote: > I think it might be true > > that some libraries don't implement fesetenv() when using softfp (i.e. > > no VFP instructions at all) but that is not necessarily the same

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Trevor Woerner
On 02/03/16 14:56, Khem Raj wrote: On Feb 3, 2016, at 11:29 AM, Trevor Woerner wrote: My chromium build is now failing due to: commit 86ade2cc2553c942d9526c5323a11ae151653505 binutils: Upgrade to 2.26 | FAILED: x86_64-oe-linux-gcc -m64 -march=corei7

Re: [OE-core] Default value for FULL_OPTIMIZATION

2016-02-03 Thread Phil Blundell
On Wed, 2016-02-03 at 12:51 -0800, Khem Raj wrote: > On Wed, Feb 3, 2016 at 12:48 PM, Phil Blundell wrote: > > On Tue, 2016-02-02 at 22:17 -0800, Khem Raj wrote: > >> -pipe does speed up build time so its an optimization. > > > > How much does it really speed it up by? I seem to

Re: [OE-core] [PATCH 8/8] boost: Fix build on soft-float ABI arm systems

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 12:42 PM, Phil Blundell wrote: > On Mon, 2016-02-01 at 05:08 +, Khem Raj wrote: >> + BOOST_FPE_ALL = MCW_EM, >> +-#elif defined(BOOST_NO_FENV_H) || defined(BOOST_CLANG) >> ++#elif defined(BOOST_NO_FENV_H) || defined(BOOST_CLANG) \ >> ++||

Re: [OE-core] Default value for FULL_OPTIMIZATION

2016-02-03 Thread Phil Blundell
On Wed, 2016-02-03 at 12:59 -0800, Khem Raj wrote: > in systems of this age it should be yet. Sorry, I didn't really understand that comment. For what it's worth, as a very quick and fairly unscientific comparison, I did "time make -j4" in a glibc tree and got: real1m38.812s user

[OE-core] [PATCH] gnutls: update 3.4.8 -> 3.4.9

2016-02-03 Thread Andre McCurdy
This version fixes bugs in the current stable branch. * Version 3.4.9 (released 2016-02-03) ** libgnutls: Corrected ALPN protocol negotiation. Before GnuTLS would negotiate the last commonly supported protocol, rather than the first. Reported by Remi Denis-Courmont (#63). ** libgnutls:

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 12:09 PM, Paul Eggleton > wrote: > > On Wed, 03 Feb 2016 11:56:45 Khem Raj wrote: >>> On Feb 3, 2016, at 11:29 AM, Trevor Woerner wrote: >>> >>> My chromium build is now failing due to: >>> commit

Re: [OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 19:07, Ricardo Neri < ricardo.neri-calde...@linux.intel.com> wrote: > udev-cache uses find and xargs, which are provided by findutils. It also > uses gzip, which is provided by gzip. These utilities need to be present > when udev-cache runs. Thus, add them as RDEPENDSs. >

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Martin Jansa
This could be caused by chromium using own bundled binutils where the version doesn't match, I've solved it in our recipe by: +GYP_DEFINES_append = " linux_use_bundled_gold=0" +GYP_DEFINES_append = " linux_use_bundled_binutils=0" In my cases it was failing while building native libvpx (also

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 12:32 PM, Martin Jansa wrote: > This could be caused by chromium using own bundled binutils where the > version doesn't match, I've solved it in our recipe by: > +GYP_DEFINES_append = " linux_use_bundled_gold=0" > +GYP_DEFINES_append = "

[OE-core] OE Changelog since 2016-01-24 until 2016-01-31

2016-02-03 Thread cliff . brake
Changelog since 2016-01-24 until 2016-01-31. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
Hi Khem, On Wed, Feb 03, 2016 at 07:17:57AM -0800, Khem Raj wrote: > On Wed, Feb 3, 2016 at 7:08 AM, Maxin B. John wrote: > > Hi Martin, > > > > On Wed, Feb 03, 2016 at 04:02:56PM +0100, Martin Jansa wrote: > >> On Wed, Feb 03, 2016 at 12:30:08PM +0200, Maxin B. John wrote:

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
Hi Martin, On Wed, Feb 03, 2016 at 04:02:56PM +0100, Martin Jansa wrote: > On Wed, Feb 03, 2016 at 12:30:08PM +0200, Maxin B. John wrote: > > We need machconfig file to automatically choose between physical and virtual > > keyboards. > > > > [YOCTO #9027] > > > > Signed-off-by: Maxin B. John

[OE-core] [PATCH] linux-firmware: update to latest revision 52442afee

2016-02-03 Thread Maxin B. John
- Update to latest linux-firmware - Renamed qat_dh895xcc_firmware to qat_firmware based on commit 8d1f7a11 - Updated license info for the ath9k_htc firmware Signed-off-by: Maxin B. John --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 14 +- 1

[OE-core] [PATCH] gcc-5.3: backport fix for PR-target-65358

2016-02-03 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/gcc/gcc-5.3.inc | 3 +- .../gcc/gcc-5.3/0047-Fix-nios2-musl-build.patch| 48 +++- ...arget-65358-Avoid-clobbering-partial-argu.patch | 307 + 3 files changed, 354 insertions(+),

Re: [OE-core] Language settings GTK (glibc?) problem

2016-02-03 Thread Richard Purdie
On Wed, 2016-02-03 at 12:49 +0100, Andreas Müller wrote: > Hi, > > while testing libreoffice language packets I found that language > settings for GTK based apps are broken. Interestingly QT based > applications (tested with qtcreator and lxqt) and libreoffice are > working fine. > > I did some

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Martin Jansa
On Wed, Feb 03, 2016 at 12:30:08PM +0200, Maxin B. John wrote: > We need machconfig file to automatically choose between physical and virtual > keyboards. > > [YOCTO #9027] > > Signed-off-by: Maxin B. John > --- > meta/recipes-bsp/formfactor/files/beaglebone/machconfig |

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Martin Jansa
On Wed, Feb 03, 2016 at 05:08:47PM +0200, Maxin B. John wrote: > Hi Martin, > > On Wed, Feb 03, 2016 at 04:02:56PM +0100, Martin Jansa wrote: > > On Wed, Feb 03, 2016 at 12:30:08PM +0200, Maxin B. John wrote: > > > We need machconfig file to automatically choose between physical and > > >

Re: [OE-core] [PATCH] p11-kit: fix packaging warnings

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 2:35 AM, Ross Burton wrote: > This recipe was ignoring the wrong test, so update INSANE_SKIP. > This fixes my lone world failure. see here http://errors.yoctoproject.org/Errors/Build/12189/ > Signed-off-by: Ross Burton > ---

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 7:08 AM, Maxin B. John wrote: > Hi Martin, > > On Wed, Feb 03, 2016 at 04:02:56PM +0100, Martin Jansa wrote: >> On Wed, Feb 03, 2016 at 12:30:08PM +0200, Maxin B. John wrote: >> > We need machconfig file to automatically choose between physical and >>

[OE-core] [PATCH] neon: convert to PACKAGECONFIG

2016-02-03 Thread Andre McCurdy
Along with the conversion to PACKAGECONFIG, drop unnecessary dependencies on time (it's an app, not a library?) and libxml2 (neon requires either expat or libxml2 for xml parsing, defaulting to expat if both are available). Signed-off-by: Andre McCurdy ---

Re: [OE-core] Default value for FULL_OPTIMIZATION

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 1:08 PM, Phil Blundell wrote: > > On Wed, 2016-02-03 at 12:59 -0800, Khem Raj wrote: >> in systems of this age it should be yet. > > Sorry, I didn't really understand that comment. systems of today ( new systems ). read ‘yet' as 'yes' > > For what it's

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Dan McGregor
On 3 Feb 2016 7:30 p.m., "Trevor Woerner" wrote: > > On 02/03/16 22:08, Khem Raj wrote: >> >> >>> On Feb 3, 2016, at 7:06 PM, Trevor Woerner wrote: >>> >>> On 02/03/16 15:32, Martin Jansa wrote: This could be caused by chromium using own bundled

[OE-core] [PATCH V2] glibc: fix CVE-2015-8777 and CVE-2015-8779

2016-02-03 Thread Yuanjie Huang
From: Yuanjie Huang According to http://seclists.org/oss-sec/2016/q1/153 CVE-2015-8777: LD_POINTER_GUARD was an environment variable which controls security-related behavior, but was not ignored for privileged binaries (in AT_SECURE mode). This might allow local

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 7:06 PM, Trevor Woerner wrote: > > On 02/03/16 15:32, Martin Jansa wrote: >> This could be caused by chromium using own bundled binutils where the >> version doesn't match, I've solved it in our recipe by: >> +GYP_DEFINES_append = "

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Trevor Woerner
On 02/03/16 22:08, Khem Raj wrote: On Feb 3, 2016, at 7:06 PM, Trevor Woerner wrote: On 02/03/16 15:32, Martin Jansa wrote: This could be caused by chromium using own bundled binutils where the version doesn't match, I've solved it in our recipe by: +GYP_DEFINES_append

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Trevor Woerner
On 02/03/16 15:32, Martin Jansa wrote: This could be caused by chromium using own bundled binutils where the version doesn't match, I've solved it in our recipe by: +GYP_DEFINES_append = " linux_use_bundled_gold=0" +GYP_DEFINES_append = " linux_use_bundled_binutils=0" w00t!! awesome. works

[OE-core] [PATCH v3] formfactor: add machconfig for qemumips64

2016-02-03 Thread Maxin B. John
We need machconfig file to automatically choose between physical and virtual keyboards. [YOCTO #9027] Signed-off-by: Maxin B. John --- meta/recipes-bsp/formfactor/files/qemumips64/machconfig | 10 ++ 1 file changed, 10 insertions(+) create mode 100755

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
Hi Martin, On Wed, Feb 03, 2016 at 04:30:24PM +0100, Martin Jansa wrote: > On Wed, Feb 03, 2016 at 05:08:47PM +0200, Maxin B. John wrote: > > Hi Martin, > > > > On Wed, Feb 03, 2016 at 04:02:56PM +0100, Martin Jansa wrote: > > > On Wed, Feb 03, 2016 at 12:30:08PM +0200, Maxin B. John wrote: > >

Re: [OE-core] Language settings GTK (glibc?) problem

2016-02-03 Thread Andreas Müller
On Wed, Feb 3, 2016 at 3:50 PM, Richard Purdie wrote: > On Wed, 2016-02-03 at 12:49 +0100, Andreas Müller wrote: >> Hi, >> >> while testing libreoffice language packets I found that language >> settings for GTK based apps are broken. Interestingly QT based >>

Re: [OE-core] [PATCH 6/6] gcc: musl related fixes for unwinding, ppc/secure-plt and gthr

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 16:38, Khem Raj wrote: > is it with security flags enabled or disabled and which arch. > my builds all went ok. I will do a clean build without sstate to see > if I can reproduce your issue. May be its because I have gold linker > enabled > I will check

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 7:30 PM, Trevor Woerner wrote: > > On 02/03/16 22:08, Khem Raj wrote: >> >>> On Feb 3, 2016, at 7:06 PM, Trevor Woerner wrote: >>> >>> On 02/03/16 15:32, Martin Jansa wrote: This could be caused by chromium using own bundled

[OE-core] [PATCH 00/24][Jethro V2] Jethro Consolidated Patchset

2016-02-03 Thread Saul Wold
Richard, This is the the udpated patch set for 2.0.1 after reviewing the open CVEs and Medium+ bugs with available backports. V2 added 2 patches I had in my Poky branch, but got left out here. This has patches that address the AB failures from the other day There will be a set of patches going

Re: [OE-core] [PATCH 6/6] gcc: musl related fixes for unwinding, ppc/secure-plt and gthr

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 06:27, Khem Raj wrote: > These issues are fixing building gcc for target, ppc issue > helps in fixing discrepency between gcc cmdline and linker cmdline > This appears to break glibc builds for me: | checking version of bison... 3.0.4, ok | checking

[OE-core] [PATCH] license.bbclass: add LICENSE_CREATE_PACKAGE to perform_packagecopy vardeps

2016-02-03 Thread Ross Burton
This class has a perform_packagecopy_prepend() that uses LICENSE_CREATE_PACKAGE, but the BitBake variable dependency code doesn't know that oe.data.typed_value() is a getter. Until BitBake knows this, add an explicit vardeps. [ YOCTO #5635 ] Signed-off-by: Ross Burton

Re: [OE-core] [PATCH 6/6] gcc: musl related fixes for unwinding, ppc/secure-plt and gthr

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 8:17 AM, Burton, Ross wrote: > > > On 3 February 2016 at 06:27, Khem Raj > wrote: > These issues are fixing building gcc for target, ppc issue > helps in fixing discrepency between gcc cmdline and

[OE-core] [PATCH 00/22][Jethro] Jethro Consolidated Patchset

2016-02-03 Thread Saul Wold
Richard, This is the the udpated patch set for 2.0.1 after reviewing the open CVEs and Medium+ bugs with available backports. This has patches that address the AB failures from the other day There will be a set of patches going to poky for the meta-yocto-bsp fixes when they are available and

Re: [OE-core] [PATCH 6/6] gcc: musl related fixes for unwinding, ppc/secure-plt and gthr

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 8:40 AM, Burton, Ross wrote: > > > On 3 February 2016 at 16:38, Khem Raj > wrote: > is it with security flags enabled or disabled and which arch. > my builds all went ok. I will do a clean build

[OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Trevor Woerner
My chromium build is now failing due to: commit 86ade2cc2553c942d9526c5323a11ae151653505 binutils: Upgrade to 2.26 | FAILED: x86_64-oe-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/z/chromium-49/build/tmp-glibc/sysroots/intel-corei7-64 -Wl,-O1

[OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-03 Thread Ricardo Neri
udev-cache uses find and xargs, which are provided by findutils. It also uses gzip, which is provided by gzip. These utilities need to be present when udev-cache runs. Thus, add them as RDEPENDSs. Otherwise, the following errors could be observed when booting if such packages are not present in

[OE-core] [PATCH] python-distutils: add missing dependency on python-email

2016-02-03 Thread Dominique Hunziker
Signed-off-by: Dominique Hunziker --- meta/recipes-devtools/python/python-2.7-manifest.inc | 4 ++-- meta/recipes-devtools/python/python-3.5-manifest.inc | 4 ++-- scripts/contrib/python/generate-manifest-2.7.py | 2 +-

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 11:29 AM, Trevor Woerner wrote: > > My chromium build is now failing due to: > >commit 86ade2cc2553c942d9526c5323a11ae151653505 >binutils: Upgrade to 2.26 > > | FAILED: x86_64-oe-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse >

Re: [OE-core] binutils upgrade to 2.26 failure - unsupported reloc 42 against global symbol __gmon_start__

2016-02-03 Thread Paul Eggleton
On Wed, 03 Feb 2016 11:56:45 Khem Raj wrote: > > On Feb 3, 2016, at 11:29 AM, Trevor Woerner wrote: > > > > My chromium build is now failing due to: > >commit 86ade2cc2553c942d9526c5323a11ae151653505 > > > >binutils: Upgrade to 2.26 > > | > > | FAILED: