Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-28 Thread Koen Kooi
Op 27 okt. 2014, om 14:15 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 27 October 2014 13:06, Koen Kooi k...@dominion.thruhere.net wrote: Ah, two different problems :/ The problem that lzip-native isn't in oe-core is only a problem when there's a .lz SRC_URI

Re: [OE-core] [PATCH] gcc-common: Only apply fpu settings to target gcc

2014-10-28 Thread Kristof Robot
On Mon, Oct 27, 2014 at 11:59 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2014-10-27 at 20:54 +0100, Kristof Robot wrote: Richard, all, After bisecting, I found that, since this patch, my toolchain is being built with soft floating point support, while it should be

Re: [OE-core] [PATCH] gcc-common: Only apply fpu settings to target gcc

2014-10-28 Thread Richard Purdie
On Tue, 2014-10-28 at 11:30 +0100, Kristof Robot wrote: On Mon, Oct 27, 2014 at 11:59 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2014-10-27 at 20:54 +0100, Kristof Robot wrote: Richard, all, After bisecting, I found that, since this patch, my toolchain is being

[OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

2014-10-28 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com In managed mode, Toaster tries to discover layers that are being checked-out on disk. In base layers, the toasterconf.json file describes basic configuration file for builds based on that layer, like default configuration variable settings,

[OE-core] [PATCH] python-pygtk: Restore pkg-config file

2014-10-28 Thread Gary Thomas
Some previous version of this recipe was errantly removing the pygtk-2.0.pc (pkg-config) file. This is needed for other packages to be able to build against this library. Also update the .pc file to match current pkg-config use (libdir was missing). Signed-off-by: Gary Thomas g...@mlbassoc.com

Re: [OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

2014-10-28 Thread Damian, Alexandru
This is just one patch, sorry about the confusing headline. It should read [PATCH 01/01]. Alex On Tue, Oct 28, 2014 at 2:09 PM, Alex DAMIAN alexandru.dam...@intel.com wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com In managed mode, Toaster tries to discover layers that are being

Re: [OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

2014-10-28 Thread Koen Kooi
Op 28 okt. 2014, om 15:09 heeft Alex DAMIAN alexandru.dam...@intel.com het volgende geschreven: From: Alexandru DAMIAN alexandru.dam...@intel.com In managed mode, Toaster tries to discover layers that are being checked-out on disk. In base layers, the toasterconf.json file describes

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-28 Thread Richard Purdie
On Tue, 2014-10-28 at 10:36 +0100, Koen Kooi wrote: Op 27 okt. 2014, om 14:15 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 27 October 2014 13:06, Koen Kooi k...@dominion.thruhere.net wrote: Ah, two different problems :/ The problem that lzip-native isn't

[OE-core] opkg Status Update

2014-10-28 Thread Paul Barker
Hi all, This is fairly relevant to OpenEmbedded so I'd like to give you all a heads up. I'll be releasing opkg v0.2.4 in around 2 weeks and will be following that with v0.3.0 in the next month or two. The v0.3.0 release will incorporate some useful features, including cache improvements and

Re: [OE-core] opkg Status Update

2014-10-28 Thread Otavio Salvador
Hello Paul, On Tue, Oct 28, 2014 at 9:33 PM, Paul Barker p...@paulbarker.me.uk wrote: I'll be releasing opkg v0.2.4 in around 2 weeks and will be following that with v0.3.0 in the next month or two. The v0.3.0 release will incorporate some useful features, including cache improvements and

[OE-core] [PATCH] gcc: fix ICE in dwarf2out_var_location

2014-10-28 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fixed the ICE: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:21261 Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-devtools/gcc/gcc-4.9.inc | 1 +

Re: [OE-core] [PATCH] gcc: fix ICE in dwarf2out_var_location

2014-10-28 Thread Khem Raj
On Tue, Oct 28, 2014 at 7:34 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Fixed the ICE: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:21261 this looks ok. but we need the test case too. and a nit more documentation

[OE-core] [PATCH 1/3] man-pages/shadow: resolve man pages confliction

2014-10-28 Thread Hongxu Jia
Invoke smart/rpm to install man-pages and shadow-doc, there is a build failure: ... |error: file /usr/share/man/man5/passwd.5 from install of shadow-doc-4.2.1-r0.0.core2_64 conflicts with file from package man-pages-3.70-r0.0.core2_64 |error: file /usr/share/man/man3/getspnam.3 from install of

[OE-core] [PATCH 2/3] python-smartpm: report warn rather than error during install with --attempt

2014-10-28 Thread Hongxu Jia
With the following config and build image: ... IMAGE_INSTALL_append = shadow man-pages EXTRA_IMAGE_FEATURES += doc-pkgs ... There is an error during install with --attempt, and it breaks the build. ... |error: file /usr/share/man/man5/passwd.5 from install of shadow-doc-4.2.1-r0.i586 conflicts

[OE-core] [PATCH 0/3] fix man-pages confliction and smart install with --attempt failed

2014-10-28 Thread Hongxu Jia
1. vim local.conf ... IMAGE_INSTALL_append = shadow man-pages hdparm EXTRA_IMAGE_FEATURES += doc-pkgs ... 2. bitbake core-image-minimal //Hongxu The following changes since commit dacc4ce59e48129a1a1e5316e10780f7358e29ef: nativesdk-cmake: Adjust toolchain paths dynamically (2014-10-24

[OE-core] [PATCH 3/3] rootfs.py: tweak inner warn message catching

2014-10-28 Thread Hongxu Jia
The fix filters out irrelevant messages, and makes the catching more accurate, the inner warn message in do_rootfs usually comes from the output of complementary install, and pattern the format to catch it. Here is the example of irrelevant messages: ... |WARNING: log_check: There is a warn