[OE-core] Toolchain library whitelisting: A first pass

2012-04-25 Thread Peter Seebach
This is a followup from some chat in #yocto and elsewhere. To make a long story short, some of the commercial vendors (like Wind River) tend to ship prebuilt binaries for glibc, and want to require these binaries to be used as-is (unless the user has done something special and is building libc).

[OE-core] [PATCH 0/2] Misc Bugfixes

2012-04-25 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 492a58cabdc053b2312712681dbcffa8270d4ea4: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-24 10:21:11 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/bugfix

[OE-core] [PATCH 1/2] libproxy: fix compilations with gcc 4.7

2012-04-25 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libproxy/libproxy_fix_for_gcc4.7.patch | 30 meta/recipes-support/libproxy/libproxy_0.4.7.bb|3 +- 2 files changed, 32 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-support/libpro

[OE-core] [PATCH 2/2] quilt: fix perl path in target perl scripts

2012-04-25 Thread nitin . a . kamble
From: Nitin A Kamble While building on distros like fedora17, which has /bin/perl, the target perl scripts get perl path also as /bin/perl. And that is not correction path of perl on the target. This commit avoids this error. | error: Failed dependencies: | /bin/perl is needed by quilt-0.

[OE-core] gcc 4.7 + mips64 architecture support

2012-04-25 Thread Khem Raj
Hello Now that release is almost out of door. I would like some eyes on the gcc-4.7 work and mips64 architecture support that I have done meanwhile I have made sure that gcc-4.6 still keeps working and I have patches for gcc-4.5 too for meta-oe too. I have repeatedly built core-image-sato and cor

[OE-core] [PATCH 1/3] u-boot-fw-utils: update 2012.04 to 2012.04.01 release

2012-04-25 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../u-boot/u-boot-fw-utils_2012.04.01.bb | 33 meta/recipes-bsp/u-boot/u-boot-fw-utils_2012.04.bb | 33 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 meta/recipes-bsp/u-boot/u-boot-

[OE-core] [PATCH 3/3] u-boot: update 2012.04 to 2012.04.01 release

2012-04-25 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb | 30 ++ meta/recipes-bsp/u-boot/u-boot_2012.04.bb| 30 -- 2 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 meta/recipes-bsp/u-boot/u-boot_

[OE-core] [PATCH 2/3] u-boot-mkimage: update 2012.04 to 2012.04.01 release

2012-04-25 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../u-boot/u-boot-mkimage_2012.04.01.bb| 33 meta/recipes-bsp/u-boot/u-boot-mkimage_2012.04.bb | 33 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 meta/recipes-bsp/u-boot/u-boot-

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-25 Thread Flanagan, Elizabeth
On Wed, Apr 25, 2012 at 1:17 AM, Richard Purdie wrote: > On Tue, 2012-04-24 at 16:13 -0700, Flanagan, Elizabeth wrote: >> On Tue, Apr 24, 2012 at 3:53 PM, Chris Larson wrote: >> > On Tue, Apr 24, 2012 at 3:38 PM, Flanagan, Elizabeth >> > wrote: >> >> The rest of the packages in the bb should be

Re: [OE-core] [PATCH 3/5] u-boot-fw-utils: add 2012.04 release

2012-04-25 Thread Otavio Salvador
On Wed, Apr 25, 2012 at 10:30, Wolfgang Denk wrote: > Please update and use v2012.04.01 instead.  This is a bug fix release > which fixes a nasty bug in the command line processing, which can > cause incorrect execution of commands and scripts. Once I get back to office, I prepare a patchset to u

Re: [OE-core] [PATCH 3/5] u-boot-fw-utils: add 2012.04 release

2012-04-25 Thread Wolfgang Denk
Dear Otavio Salvador, In message <0d6637cfcd02587fe62c2c550aac5a33ce9cc72d.1335118370.git.ota...@ossystems.com.br> you wrote: > Signed-off-by: Otavio Salvador > --- > meta/recipes-bsp/u-boot/u-boot-fw-utils_2012.04.bb | 33 > > 1 files changed, 33 insertions(+), 0 delet

[OE-core] [PATCH v2] uclibc SDK not including libpthread_nonshared.a

2012-04-25 Thread Mark Norman
Modified the uclibc PACKAGES list order to ensure the uclibc-dev package is processed before uclibc-staticdev to allow *_nonshared.a libraries to be packaged in the uclibc-dev package. The *_nonshared.a libraries are required by the SDK. --- meta/recipes-core/uclibc/uclibc.inc |8 1

Re: [OE-core] adding package nss in rootfs failed with dependency "/usr/local/bin/perl"

2012-04-25 Thread Jegan Chandru
> This is a bug in the nss package. It has an executable shell script that has a: > #! /usr/local/bin/perl > in it, which causes RPM to add a dependency on that specific path, and nothing > is providing the path. > The fix is either, decide this is a sample/demo shell script and remove it from

[OE-core] [PATCH 1/1] distro_tracking_fields: manual checks for some recipes

2012-04-25 Thread Shane Wang
Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 83 ++-- 1 files changed, 43 insertions(+), 40 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index de6f3dd..

[OE-core] [PATCH 0/1] Manual check for later package upgrade

2012-04-25 Thread Shane Wang
Update the distro tracking info after manually checking. The following changes since commit 492a58cabdc053b2312712681dbcffa8270d4ea4: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-24 10:21:11 +0100) are available in the git repository at: git://git.poky

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-25 Thread Richard Purdie
On Tue, 2012-04-24 at 16:13 -0700, Flanagan, Elizabeth wrote: > On Tue, Apr 24, 2012 at 3:53 PM, Chris Larson wrote: > > On Tue, Apr 24, 2012 at 3:38 PM, Flanagan, Elizabeth > > wrote: > >> The rest of the packages in the bb should be inheriting LICENSE if no > >> PN level license is set. Which o