[OE-core] [PATCH 0/2] Upgrade binutils to 2.24

2014-02-01 Thread Khem Raj
This patchset upgrades binutils to 2.24 It also upgrades wireless-tools to 30.pre9 to fix an underlinking problems thats exposed by newer binutils in existing wireless-tools 29 version The following changes since commit 3004eb3b7ee5fd8dfe9c4e5749b4e125d0bd4b59: gcc: Include patch scheduled for

[OE-core] [PATCH 2/2] wireless-tools: Upgrade 29 - 30.pre9

2014-02-01 Thread Khem Raj
This also fixes the underlinking problems that are unearthed with newer binutils 2.24 where one of the wireless-tools libraries is asking for symbols from libm but all the symbols it asks for are unfortunately weak and they do not let new linker convince enough to link libm even though -lm is on

Re: [OE-core] Putting fltk into oe-core (recipes-graphics)

2014-02-01 Thread Richard Purdie
On Thu, 2014-01-30 at 18:46 +, Laszlo Papp wrote: Ping? I asked this a bit more than five months ago. Shall I take it as No? The lack of responses does indicate that its not something there is strong support for so I don't think fltk will be moving, correct. Cheers, Richard

Re: [OE-core] [RFC] Binutils upgrade to 2.24

2014-02-01 Thread Khem Raj
On Fri, Jan 31, 2014 at 3:42 PM, Khem Raj raj.k...@gmail.com wrote: On Fri, Jan 31, 2014 at 2:35 PM, Saul Wold s...@linux.intel.com wrote: On 01/31/2014 02:08 PM, Khem Raj wrote: On Fri, Jan 31, 2014 at 1:36 PM, Saul Wold s...@linux.intel.com wrote: On 01/29/2014 08:33 PM, Khem Raj wrote:

[OE-core] [for-dora] systemd: journald fix ignored disk space restrictions

2014-02-01 Thread Diego Sueiro
The upstream bug report can be seen at: [Systemd #68161] -- https://bugs.freedesktop.org/show_bug.cgi?id=68161 This backports patches come from 207 and need to address this in the 206 version for dora branch. Signed-off-by: Diego Sueiro diego.sue...@gmail.com ---

Re: [OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-02-01 Thread Mike Looijmans
On 01/29/2014 01:56 PM, Richard Purdie wrote: On Wed, 2014-01-29 at 13:09 +0100, Ulf Samuelsson wrote: We discussed this 2.3 months ago. Did some studies on my dual hex-core machine (24 H/W treads) while building a cloud9-gnome-image derivative. This did about 7500 tasks. Enabled the CPU

Re: [OE-core] [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu

2014-02-01 Thread Richard Purdie
Hi Jason, We're seeing a parallel make race on the autobuilder and it seems its from this patch: On Thu, 2014-01-23 at 08:32 -0600, Jason Wessel wrote: diff --git a/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch b/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch new

Re: [OE-core] [PATCH v3 1/1] acl: enable ptest support

2014-02-01 Thread Richard Purdie
On Sun, 2014-01-26 at 15:50 +0800, Chong Lu wrote: Install acl test suite and run it as ptest. nfs test cases need depend on nfs service. So exclude them order to make ptest all pass. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/attr/acl.inc | 14

Re: [OE-core] [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu

2014-02-01 Thread Jason Wessel
On 02/01/2014 03:22 AM, Richard Purdie wrote: Hi Jason, We're seeing a parallel make race on the autobuilder and it seems its from this patch: You actually still need the patch or you get a different parallel build error with the lib file. I tracked down the regression from the original.

Re: [OE-core] [RFC] 'EFI' machine feature

2014-02-01 Thread Darren Hart
On Thu, 2014-01-23 at 13:17 +0100, Koen Kooi wrote: Hi, Hi Koen, While working on the ARM support for GRUB I noticed that the EFI support in OE-core is a mess. A lot of it is due to GRUB insisting on its byzantine config/install/skynet system and the rest is due to the EFI==x86

[OE-core] [PATCH] syslinux: fix booting memtest86+ using pxelinux regression

2014-02-01 Thread Jonathan Liu
After syslinux was updated from 4.07 to 6.01, booting memtest86+ using pxelinux would fail: PXELINUX 6.01 2013-07-04 Copyright (C) 1994-2013 H. Peter Anvin et al Loading memtest86... ok Booting kernel failed: invalid argument This backports the necessary upstream patches to allow memtest86+ to