Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 18, 2015, at 4:31 PM, Khem Raj wrote: > > >> On Feb 18, 2015, at 4:28 PM, Khem Raj wrote: >> >> >>> On Feb 18, 2015, at 4:23 PM, Khem Raj wrote: >>> >>> On Feb 18, 2015, at 1:41 PM, Richard Purdie wrote: On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote: >>

[OE-core] [PATCH] Revert "kernel-arch.bbclass: add arm64 support to U-Boot architecture map"

2015-02-18 Thread Nathan Rossi
This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe. U-Boot does support AArch64, this however was only added to newer versions of U-Boot and at the time of this original commit the U-Boot in OE-Core did not support the 'arm64' architecture. OE-Core now has a newer version of U-Boot for t

Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 18, 2015, at 4:28 PM, Khem Raj wrote: > > >> On Feb 18, 2015, at 4:23 PM, Khem Raj wrote: >> >> >>> On Feb 18, 2015, at 1:41 PM, Richard Purdie >>> wrote: >>> >>> On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote: > On Feb 18, 2015, at 5:06 AM, Richard Purdie > wrote: >

Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 18, 2015, at 4:23 PM, Khem Raj wrote: > > >> On Feb 18, 2015, at 1:41 PM, Richard Purdie >> wrote: >> >> On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote: On Feb 18, 2015, at 5:06 AM, Richard Purdie wrote: On Wed, 2015-02-18 at 11:51 +, Richard Purdie wrote: >>

Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 18, 2015, at 1:41 PM, Richard Purdie > wrote: > > On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote: >>> On Feb 18, 2015, at 5:06 AM, Richard Purdie >>> wrote: >>> On Wed, 2015-02-18 at 11:51 +, Richard Purdie wrote: On Wed, 2015-02-18 at 01:01 -0800, Khem Raj wrote: >>> The

Re: [OE-core] [PATCH 37/61] lib/oe/package: Ensure strip breaks hardlinks

2015-02-18 Thread Richard Purdie
On Wed, 2015-02-18 at 19:25 +0100, Enrico Scholz wrote: > Armin Kuster > writes: > > > Normally, strip preserves hardlinks which in the case of the way our > > hardlink rather than copy functionality works, > > This breaks stripping of hardlinked files. 'package.bbclass' contains > logic to run

Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Richard Purdie
On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote: > > On Feb 18, 2015, at 5:06 AM, Richard Purdie > > wrote: > > On Wed, 2015-02-18 at 11:51 +, Richard Purdie wrote: > >> On Wed, 2015-02-18 at 01:01 -0800, Khem Raj wrote: > > The series needs: > > > > TUNE_CCARGS_x86 := "${@oe_filter_out('-

Re: [OE-core] [PATCH 2/4] wic: remove useless calls to __write_fstab

2015-02-18 Thread Alexandre Belloni
Actually drop that patch completely, the fix is more complex and we can live with the small overhead On 18/02/2015 at 17:48:26 +0100, Alexandre Belloni wrote : > On 10/02/2015 at 00:46:42 +0100, Alexandre Belloni wrote : > > __write_fstab() is already iterating over parts. There is no need to > >

Re: [OE-core] [PATCH 37/61] lib/oe/package: Ensure strip breaks hardlinks

2015-02-18 Thread Enrico Scholz
Armin Kuster writes: > Normally, strip preserves hardlinks which in the case of the way our > hardlink rather than copy functionality works, This breaks stripping of hardlinked files. 'package.bbclass' contains logic to run 'strip' only once per hardlinked file. With this patch, only one insta

Re: [OE-core] [PATCH 2/4] wic: remove useless calls to __write_fstab

2015-02-18 Thread Alexandre Belloni
On 10/02/2015 at 00:46:42 +0100, Alexandre Belloni wrote : > __write_fstab() is already iterating over parts. There is no need to > call it fort each parts. > > Signed-off-by: Alexandre Belloni > --- > scripts/lib/wic/imager/direct.py | 8 > 1 file changed, 4 insertions(+), 4 deletions(

[OE-core] State of bitbake world, Failed tasks 2015-02-18

2015-02-18 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status The metadata were updated between the builds, so the results aren't very consistent between MACHINEs, but still it means that we have more issues than last time, please help fixing them. == Failed tasks 2015-02-18 == INFO: jenkins-job.sh-1.1.

[OE-core] [PATCHv2] feature-arm-thumb.inc: respect ARM_INSTRUCTION_SET when adding thumb suffix

2015-02-18 Thread Martin Jansa
* this means that recipes with ARM_INSTRUCTION_SET explicitly changed to arm will be built in feed without thumb suffix, the same does apply for workdir, e.g. after "bitbake glib-2.0" you can see: tmp-glibc/work/armv5e-oe-linux-gnueabi: glib-2.0 glibc glibc-initial tmp-glibc/work/armv

[OE-core] [daisy][PATCH 0/1] Enable complementary package exclusion

2015-02-18 Thread Paul Eggleton
The following changes since commit afc44fad44261677c799558ffd35f4908556bce0: btrfs: create an empty file to build the fs in (2015-02-06 14:55:25 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/exclude-complementary-daisy http://cg

[OE-core] [daisy][PATCH 1/1] lib/oe/package_manager: support exclusion from complementary glob process by regex

2015-02-18 Thread Paul Eggleton
Sometimes you do not want certain packages to be installed when installing complementary packages, e.g. when using dev-pkgs in IMAGE_FEATURES you may not want to install all packages from a particular multilib. This introduces a new PACKAGE_EXCLUDE_COMPLEMENTARY variable to allow specifying regexes

[OE-core] [dizzy][PATCH 1/1] lib/oe/package_manager: support exclusion from complementary glob process by regex

2015-02-18 Thread Paul Eggleton
Sometimes you do not want certain packages to be installed when installing complementary packages, e.g. when using dev-pkgs in IMAGE_FEATURES you may not want to install all packages from a particular multilib. This introduces a new PACKAGE_EXCLUDE_COMPLEMENTARY variable to allow specifying regexes

[OE-core] [dizzy][PATCH 0/1] Enable complementary package exclusion

2015-02-18 Thread Paul Eggleton
The following changes since commit 3cd31ef5bb5d0bd9245956d16680ba9d9668817e: toaster.bbclass: use the openembedded-core name (2015-02-13 14:46:28 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/exclude-complementary-dizzy http://c

Re: [OE-core] [PATCH] package_rpm.bbclass: support packaging of symlinks to directories

2015-02-18 Thread Patrick Ohly
On Wed, 2015-02-18 at 09:43 +0100, Patrick Ohly wrote: > On Tue, 2015-02-17 at 08:55 -0700, Christopher Larson wrote: > > > > On Tue, Feb 17, 2015 at 6:42 AM, Patrick Ohly > > wrote: > > +# Treat all symlinks to directories as normal > > files. > > +

Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 17, 2015, at 11:46 PM, Richard Purdie > wrote: > > On Tue, 2015-02-17 at 23:15 -0800, Khem Raj wrote: >> On Sat, Feb 14, 2015 at 2:06 AM, Richard Purdie >> wrote: >>> Hi Khem, >>> >>> On Thu, 2015-02-12 at 15:35 +0800, Khem Raj wrote: I have refreshed the branch to include the p

Re: [OE-core] [PATCH] package_rpm.bbclass: support packaging of symlinks to directories

2015-02-18 Thread Patrick Ohly
On Tue, 2015-02-17 at 21:40 -0600, Dan McGregor wrote: > > On 17 Feb 2015 11:09, "Mark Hatle" wrote: > > > > On 2/17/15 10:57 AM, Christopher Larson wrote: > > > > > > On Tue, Feb 17, 2015 at 9:54 AM, Mark Hatle > > > > wrote: > > > This patch doesn't make it wal

Re: [OE-core] [PATCH] package_rpm.bbclass: support packaging of symlinks to directories

2015-02-18 Thread Patrick Ohly
On Tue, 2015-02-17 at 08:55 -0700, Christopher Larson wrote: > > On Tue, Feb 17, 2015 at 6:42 AM, Patrick Ohly > wrote: > +# Treat all symlinks to directories as normal > files. > +# os.walk() lists them as directories. > +for i,