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

2014-10-28 Thread Koen Kooi
> Op 28 okt. 2014, om 23:22 heeft Richard Purdie > het volgende geschreven: > > On Tue, 2014-10-28 at 10:36 +0100, Koen Kooi wrote: >>> Op 27 okt. 2014, om 14:15 heeft Burton, Ross het >>> volgende geschreven: >>> >>> >>> On 27 October 2014 13:06, Koen Kooi wrote: >>> Ah, two different pro

[OE-core] [PATCH] iproute2: backport a patch to make adding vxlan link success

2014-10-28 Thread rongqing.li
From: "Roy.Li" If without this patch: $ ip link add vxlan0 type vxlan id 51 group 238.1.1.1 dev eth0 Error: argument "vxlan0" is wrong: Unknown device $ With this patch; $ ip link add vxlan0 type vxlan id 51 group 238.1.1.1 dev eth0 $ ifconfig -a |grep vxlan0 vxlan0Li

[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 21:

[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 messag

[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 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 shad

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, wrote: > From: Jackie Huang > > 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 > Signed-off-by: Jackie Huang > --- > meta/recipes-devtools/

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

2014-10-28 Thread jackie.huang
From: Jackie Huang Fixed the ICE: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:21261 Signed-off-by: Jackie Huang --- meta/recipes-devtools/gcc/gcc-4.9.inc | 1 + .../0058-gcc-ice-dwarf2out_var_location.patch | 31 ++ 2 files changed,

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 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 > package file extracti

[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 packa

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 het > > volgende geschreven: > > > > > > On 27 October 2014 13:06, Koen Kooi wrote: > > Ah, two different problems :/ > > > > The problem that lzip-native isn't in oe-core is only a problem wh

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 het > volgende geschreven: > > From: Alexandru DAMIAN > > 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

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 wrote: > From: Alexandru DAMIAN > > In managed mode, Toaster tries to discover layers > that are being checked-out on disk. > > In base layers, the toaste

[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 --- .../python/py

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

2014-10-28 Thread Alex DAMIAN
From: Alexandru DAMIAN 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, toaster-compatible branches, and

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 > 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 f

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 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 built with >> hard floating

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 het > volgende geschreven: > > > On 27 October 2014 13:06, Koen Kooi 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 in oe-core, but the false-positives are