[OE-core] [PATCH 0/4] Upgrade eglibc 2.14 and gcc 4.6

2011-09-26 Thread Khem Raj
This patch upgrades gcc to latest on FSF gcc-4_6-branch Adds recipes for eglibc 2.14 and restores sunrpc support in eglibc Add configure option to gcc 4.6 select hash style in gcc at configure time The following changes since commit c7c0e60f59f625f13231d9829967255260b777b1: intltool: inherit g

[OE-core] [PATCH 4/4] gcc-4.6: Update to tip of FSF gcc-4_6-branch

2011-09-26 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index eef0ef0..a352e36 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc

[OE-core] [PATCH 3/4] eglibc: Add recipes for 2.14

2011-09-26 Thread Khem Raj
Backport Fedora patch to enable sunrpc as it was in 2.13 Fix cross-localedef-native to be able to build from eglibc 2.14 branch Tested builds/boot of angstrom/console-image on qemu for arm,mips,ppc,i386,x86_64 Signed-off-by: Khem Raj --- .../eglibc/cross-localedef-native_2.14.bb | 4

[OE-core] [PATCH 1/4] conf, recipes: Add new variable LINKER_HASH_STYLE

2011-09-26 Thread Khem Raj
LINKER_HASH_STYLE in OE is set to either 'sysv' or 'gnu' depending upon processor architecture e.g. mips does not support gnu hash style so is uses sysv besides 'sysv' and 'gnu' third option is to set it to 'both' we do not do that by default but user can still set it Signed-off-by: Khem Raj ---

[OE-core] [PATCH 2/4] gcc-4.6: Use --with-linker-hash-style configure option

2011-09-26 Thread Khem Raj
Depending upon what hash style is in use this uses the right flag for setting the hash style type. This fixes the QA errors about missing GNU hash style reported in gcc-runtime build particularly libgcc Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 + .../

[OE-core] [PATCH 3/3] Enabled kernel module for eGalax touch screen.

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta-pegasus/conf/machine/pegasus.conf |2 +- .../recipes-kernel/linux/linux-yocto/pegasus.cfg |4 .../linux/linux-yocto_2.6.37.bbappend | 12 3 files changed, 17 insertions(+), 1 deletions(-)

[OE-core] [PATCH 2/3] Config xorg.conf with eGalax touchscreen input driver

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../xserver-xf86-config/pegasus/xorg.conf | 10 ++ .../xorg-xserver/xserver-xf86-config_0.1.bbappend |2 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/meta-pegasus/recipes-graphics/xorg-xserver/xserver-

[OE-core] [PATCH 1/3] eGalax touchscreen offical xorg driver

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../xf86-input-egalax/88eGalaxCalibrate.sh |5 ++ .../xorg-driver/xf86-input-egalax_3.06.5605.bb | 49 2 files changed, 54 insertions(+), 0 deletions(-) create mode 100755 meta-pegasus/recipes-graphics/xorg-

[OE-core] [PATCH 0/3] [RFC] enable Pegasus touch screen

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Tom, These changes, based on meta-intel/tzanussi/pegasus, are needed to enable eGalax touch screen on Pegasus. Could you pls. help to review? When will you push Pegasus changes into meta-intel/master? We can have a common place for people to try pegasus... Thanks, Edwin The fo

Re: [OE-core] [PATCH] Use useradd and update-rc.d classes in the OpenSSH recipe

2011-09-26 Thread Mark Hatle
On 9/26/11 8:47 PM, Julian Pidancet wrote: > On Tue, Sep 27, 2011 at 12:59 AM, Julian Pidancet > wrote: >> On Tue, Sep 27, 2011 at 12:38 AM, Saul Wold wrote: >>> >>> Is there a reason you did not include the group and --disable-password here? >>> >>> I think it would be good to leave thelong name

Re: [OE-core] [PATCH] Use useradd and update-rc.d classes in the OpenSSH recipe

2011-09-26 Thread Julian Pidancet
On Tue, Sep 27, 2011 at 12:59 AM, Julian Pidancet wrote: > On Tue, Sep 27, 2011 at 12:38 AM, Saul Wold wrote: >> >> Is there a reason you did not include the group and --disable-password here? >> >> I think it would be good to leave thelong name options in also. >> >> Sau! >> > > The -U option cr

Re: [OE-core] [PATCH] Use useradd and update-rc.d classes in the OpenSSH recipe

2011-09-26 Thread Julian Pidancet
On Tue, Sep 27, 2011 at 12:38 AM, Saul Wold wrote: > > Is there a reason you did not include the group and --disable-password here? > > I think it would be good to leave thelong name options in also. > > Sau! > The -U option creates a group with the same name. The --disable-password option only e

Re: [OE-core] [PATCH] Use useradd and update-rc.d classes in the OpenSSH recipe

2011-09-26 Thread Saul Wold
On 09/25/2011 05:55 AM, Julian Pidancet wrote: The current sshd postinst and postrm scripts in the OpenSSH make the package dependant of the adduser/addgroup scripts which may not be available on all systems. This patch replaces the sshd postinst and postrm scripts with proper usage of the usera

Re: [OE-core] RPM and libmagic

2011-09-26 Thread Mark Hatle
On 9/26/11 7:05 PM, Saul Wold wrote: > > Mark, > > I recently found a problem with RPM and libmagic, specificly the rpmdeps > command as it's used in package.bbclass. The issue being that it was not > finding the correct magic.mgc file. I notice that we wrap the other RPM > commands, but not

Re: [OE-core] [PATCH] qt4: Added support for QtMobility 1.2

2011-09-26 Thread Saul Wold
On 09/23/2011 07:13 AM, Dmitry Cherukhin wrote: This patch is indented to add new functionality, specifically, the patch adds support for the QtMobility 1.2 package. Added two recipes: 1) qt-mobility-x11 builds the QtMobility 1.2 package on the basis of qt4-x11-free; 2) qt-mobility-embedded

Re: [OE-core] [PATCH] insane: Promote most warnings into QA errors by default

2011-09-26 Thread Saul Wold
On 09/26/2011 02:51 PM, Richard Purdie wrote: On Mon, 2011-09-26 at 21:24 +0100, Richard Purdie wrote: We agreed a while back that we'd start ERRORing on QA issues, not just WARNING about them. This patch changes the default QA levels to error on everything except ldflag and useless rpath issues

[OE-core] RPM and libmagic

2011-09-26 Thread Saul Wold
Mark, I recently found a problem with RPM and libmagic, specificly the rpmdeps command as it's used in package.bbclass. The issue being that it was not finding the correct magic.mgc file. I notice that we wrap the other RPM commands, but not rpmdeps. Additionally, as I have discovered the

Re: [OE-core] [PATCH v2] bluez4: split gstreamer plugin into a seperate recipe

2011-09-26 Thread Saul Wold
On 09/21/2011 11:42 PM, Koen Kooi wrote: This eliminates a good chunk of buildtime when building console-only image. The bluez4 and this recipe share a .inc file since the source is the same. Signed-off-by: Koen Kooi --- meta/recipes-connectivity/bluez/bluez4.inc | 37 ++

Re: [OE-core] MINUTES: OE-TSC meeting 16 Sept 2011

2011-09-26 Thread Phil Blundell
On Fri, 2011-09-16 at 12:14 -0700, Jeff Osier-Mixon wrote: > NOTE: meetings are now every two weeks instead of weekly The last set of minutes I can find before these ones (in either my inbox or the archives on ltg) were for the meeting of Aug 4. If the meetings are every two weeks then I guess th

Re: [OE-core] [PATCH] bluez4:replace deprecated configure switch

2011-09-26 Thread Saul Wold
On 09/21/2011 01:47 PM, Marko Katić wrote: "--enable-configfiles" is deprecated upstream. Here is the original reason & patch: http://www.spinics.net/lists/linux-bluetooth/msg14266.html Replace "--enable-configfiles" with "--enable-datafiles" in the bluez4 recipe. diff --git a/meta/recipes-con

Re: [OE-core] [RFC] bluez4: split gstreamer plugin into a seperate recipe

2011-09-26 Thread Saul Wold
On 09/21/2011 02:59 AM, Koen Kooi wrote: Op 20 sep. 2011, om 14:40 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 September 2011 12:08:16 Koen Kooi wrote: This eliminates a good chunk of buildtime when building console-only image. The bluez4 and this recipe share a .inc file sinc

Re: [OE-core] [PATCH] insane: Promote most warnings into QA errors by default

2011-09-26 Thread Richard Purdie
On Mon, 2011-09-26 at 21:24 +0100, Richard Purdie wrote: > We agreed a while back that we'd start ERRORing on QA issues, not just > WARNING about them. This patch changes the default QA levels to error > on everything except ldflag and useless rpath issues. > > It also stops giving out QA warnings

Re: [OE-core] [PATCH] procps 3.2.8: remove initscript

2011-09-26 Thread Saul Wold
On 09/21/2011 01:19 AM, Koen Kooi wrote: Sysctl is managed by other initscripts in the sysV world and by systemd itself in the systemd world, so drop it from the procps recipe. This also fixes some style issues and a global FILES assignenment. Signed-off-by: Koen Kooi --- .../procps/procps-3

Re: [OE-core] [PATCH 0/1] fix to bug 1086

2011-09-26 Thread Saul Wold
On 09/19/2011 01:08 AM, Dexuan Cui wrote: The following changes since commit 843f9af47ffccb7ffdf3039c560bc3e4c88175a2: sanity.bbclass: add a sanity check for KDE 4.x konsole in TERMCMD (2011-09-18 15:58:58 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contri

[OE-core] [PATCH] insane: Promote most warnings into QA errors by default

2011-09-26 Thread Richard Purdie
We agreed a while back that we'd start ERRORing on QA issues, not just WARNING about them. This patch changes the default QA levels to error on everything except ldflag and useless rpath issues. It also stops giving out QA warnings about desktop files since it adds noise to the build and until som

[OE-core] [PATCH 0/1] linux-yocto: eg20t and live boot config changes

2011-09-26 Thread Bruce Ashfield
Richard/Saul, The patch really says it all for this one. This is one update from Tom to remove some obselete options and the other is just a re-org of the live boot options and then a re-use accross the 3 boards that we've been using for a month or so to test CD booting. Cheers, Bruce The follo

[OE-core] [PATCH 1/1] linux-yocto/meta: eg20t and live boot config changes

2011-09-26 Thread Bruce Ashfield
Merging the following configuration changes: 67a46a6 meta/common-pc-64: enable live booting for common-pc-64 1010905 meta/common-pc: enable live booting for common-pc b3c5fa7 meta/atom-pc: enable live booting for atom-pc 41c090e meta: update boot live config and move it to cfg/ d51b0e7 eg20t:

[OE-core] [PATCH] gcc: Fix two QA issues

2011-09-26 Thread Richard Purdie
a) There is a QA warning from a .so being present in a main package. In the case of the plugin library for gcc, this is allowed. b) Remove the unwanted libiberty.a file with the strange path. We don't need/want this and this removes an unpackaged file warning. Signed-off-by: Richard Purdie

[OE-core] [PATCH] pseudo: Fix QA warnings

2011-09-26 Thread Richard Purdie
This fixes two QA warnings: a) Debug files being contained in the main package (by adding an appropriate FILES expression) b) Stop hardcoding the RPATH in the nativesdk case since our path is on the loaders default search path Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-dev

[OE-core] [PATCH] grub: Fix insane/QA architecture warning

2011-09-26 Thread Richard Purdie
There is QA warning about this package for an architecture mismatch but this is inappropriate in this case since the bootloader needs 32 and 64 bit code. We therefore flag the QA check to be skipped. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes

[OE-core] [PATCH] sqlite3: Fix nativesdk packaging/QA warnings

2011-09-26 Thread Richard Purdie
When building sqlite3-nativesdk, there was a warning about debug files in the main package. This was due to the order of items in PACKAGES with -dbg after the main package which breaks an assumption native.bbclass makes. Changing the order fixes the packaging problem with no change to the normal ta

Re: [OE-core] [RFC 1/2] gstreamer: sync packaging with OE .dev

2011-09-26 Thread Richard Purdie
On Thu, 2011-09-22 at 13:32 +0200, Koen Kooi wrote: > Op 16 sep 2011, om 15:38 heeft Richard Purdie het volgende geschreven: > > > On Fri, 2011-09-16 at 12:06 +0100, Phil Blundell wrote: > >> On Fri, 2011-09-16 at 12:00 +0100, Richard Purdie wrote: > >>> On Fri, 2011-09-16 at 12:19 +0200, Martin J

[OE-core] insane/QA Warnings summary

2011-09-26 Thread Richard Purdie
I did some checks on master to see where we were at with the QA warnings from insane.bbclass. I've trimmed this log to only list one line per recipe that has the problem. The situation isn't perhaps as bad as it could be. I've listed general errors first, then the GNU_HASH and RPATH ones separately

Re: [OE-core] [PATCH] gnome-doc-utils: Prepend PKG_CONFIG_SYSROOT_DIR to the path returned from PKG_CONFIG

2011-09-26 Thread Richard Purdie
On Mon, 2011-09-26 at 10:07 -0700, Khem Raj wrote: > On Sun, Sep 25, 2011 at 10:23 AM, Richard Purdie > wrote: > > On Fri, 2011-09-23 at 22:54 -0700, Khem Raj wrote: > >> If we build say gnome based image on a build system which does not have > >> gnome e.g. kubuntu then packages like gedit do not

Re: [OE-core] [PATCH] gnome-doc-utils: Prepend PKG_CONFIG_SYSROOT_DIR to the path returned from PKG_CONFIG

2011-09-26 Thread Khem Raj
On Sun, Sep 25, 2011 at 10:23 AM, Richard Purdie wrote: > On Fri, 2011-09-23 at 22:54 -0700, Khem Raj wrote: >> If we build say gnome based image on a build system which does not have >> gnome e.g. kubuntu then packages like gedit do not build since it uses >> gnome files from host system which ar

Re: [OE-core] [PATCH 6/9] libtool: Fix an issue where unnecessary rpaths were being injected

2011-09-26 Thread Richard Purdie
On Sun, 2011-09-25 at 18:14 +0200, Koen Kooi wrote: > Op 25 sep. 2011, om 17:56 heeft Richard Purdie het volgende geschreven: > > > libtool was being to aggressive in adding rpath to binaries. This > > change stops it adding them if that path the default search path. > > > > Signed-off-by: Richar

Re: [OE-core] [PATCH 1/1] matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstream

2011-09-26 Thread Richard Purdie
On Mon, 2011-09-26 at 19:55 +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > Signed-off-by: Zhai Edwin > --- > .../libmatchbox/files/16bppfixes.patch |2 +- > .../libmatchbox/files/matchbox-start-fix.patch |2 +- > .../libmatchbox/libmatchbox_git.bb

Re: [OE-core] [PATCH] tcp-wrappers: Bump PR to make meta-oe merge

2011-09-26 Thread Richard Purdie
On Mon, 2011-09-26 at 09:01 -0700, Khem Raj wrote: > meta-oe has a version of tcp-wrappers 7.6 recipe > which has virtually no differences with the one from > oe-core. So with this patch we can remove the recipe > from meta-oe > > Signed-off-by: Khem Raj > --- > .../tcp-wrappers/tcp-wrappers_7.6

[OE-core] Release Status

2011-09-26 Thread Richard Purdie
[Cross posted as I think there are two interested parties in this information] Things have been a little chaotic recently and I wish they could have been different. We've just had to make the best of them however and I do think things are coming together. Things were not helped by the fact I was t

[OE-core] [PATCH] tcp-wrappers: Bump PR to make meta-oe merge upgradable

2011-09-26 Thread Khem Raj
meta-oe has a version of tcp-wrappers 7.6 recipe which has virtually no differences with the one from oe-core. So with this patch we can remove the recipe from meta-oe Signed-off-by: Khem Raj --- .../tcp-wrappers/tcp-wrappers_7.6.bb |2 +- 1 files changed, 1 insertions(+), 1 de

Re: [OE-core] Branch management for OE-Core release

2011-09-26 Thread Otavio Salvador
On Mon, Sep 26, 2011 at 11:38, Chris Larson wrote: ... > Just the other day I was doing a conversion from svn to git for a > project and ran into a related issue. There was no merge metadata in > svn from the release branches back to master, so now I have to > painstakingly step through and make a

[OE-core] [PATCH 02/03] util-linux: Ensure perl scripts reference the correct perl

2011-09-26 Thread Richard Purdie
Without this change the perl path from the build system is used. Signed-off-by: Richard Purdie --- meta/recipes-core/util-linux/util-linux_2.19.1.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux_2.19.1.bb b/meta/recipes-cor

[OE-core] [PATCH 00/03] Perl path contamination fixes

2011-09-26 Thread Richard Purdie
The following changes since commit ed2a606909b9490ac57a3ad3db7a15e83a8664f9: neon: Add libproxy to DEPENDS to ensure determinstic builds (2011-09-25 15:54:55 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rpurdie/master2 http://cgit.ope

[OE-core] [PATCH 03/03] mc: Ensure perl scripts reference the correct perl

2011-09-26 Thread Richard Purdie
Without this change the perl path from the build system is used. Signed-off-by: Richard Purdie --- meta/recipes-extended/mc/mc_4.7.5.2.bb |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.b

[OE-core] [PATCH 01/03] openssl: Ensure perl scripts reference the correct perl

2011-09-26 Thread Richard Purdie
Without this change the perl path from the build system is used. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl.inc |1 + .../recipes-connectivity/openssl/openssl_0.9.8r.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipe

Re: [OE-core] Branch management for OE-Core release

2011-09-26 Thread Chris Larson
On Mon, Sep 26, 2011 at 5:47 AM, Richard Purdie wrote: > On Mon, 2011-09-26 at 09:27 -0300, Otavio Salvador wrote: >> On Mon, Sep 26, 2011 at 06:23, Richard Purdie >> wrote: >> ... >> > FWIW, something like git cherry can identify your local changes so you >> > could apply them on top of master s

Re: [OE-core] qt3 vs qt4 issues

2011-09-26 Thread Dmitry Eremin-Solenikov
On 09/26/2011 04:36 PM, Richard Purdie wrote: On Mon, 2011-09-26 at 16:30 +0400, Dmitry Eremin-Solenikov wrote: On 09/25/2011 06:50 PM, Koen Kooi wrote: Op 25 sep. 2011, om 13:33 heeft Richard Purdie het volgende geschreven: I've been looking at the qt3 failures on the autobuilder. It seems

Re: [OE-core] Branch management for OE-Core release

2011-09-26 Thread Otavio Salvador
On Mon, Sep 26, 2011 at 09:47, Richard Purdie wrote: ... > To illustate the problem, if a change is needed in two different release > branches you'd commit to both and then cherry-pick both into master? No, I'd merge it into master. -- Otavio Salvador                             O.S. Systems E-

Re: [OE-core] Branch management for OE-Core release

2011-09-26 Thread Richard Purdie
On Mon, 2011-09-26 at 09:27 -0300, Otavio Salvador wrote: > On Mon, Sep 26, 2011 at 06:23, Richard Purdie > wrote: > ... > > FWIW, something like git cherry can identify your local changes so you > > could apply them on top of master so there are other ways to make your > > usecase work... > > Th

Re: [OE-core] [PATCH 01/10] default-provider: also define a default provider for gconf-native

2011-09-26 Thread Richard Purdie
On Mon, 2011-09-26 at 16:11 +0400, Dmitry Eremin-Solenikov wrote: > Please delay this patch for a while. Too late :(. > Now I get the following warning in > my build logs (If someone can tell me where the problem lies, that would > help). > > ERROR: Trying to resolve runtime dependency gconf

Re: [OE-core] qt3 vs qt4 issues

2011-09-26 Thread Richard Purdie
On Mon, 2011-09-26 at 16:30 +0400, Dmitry Eremin-Solenikov wrote: > On 09/25/2011 06:50 PM, Koen Kooi wrote: > > > > Op 25 sep. 2011, om 13:33 heeft Richard Purdie het volgende geschreven: > > > >> I've been looking at the qt3 failures on the autobuilder. It seems there > >> is some kind of contami

Re: [OE-core] qt3 vs qt4 issues

2011-09-26 Thread Dmitry Eremin-Solenikov
On 09/25/2011 06:50 PM, Koen Kooi wrote: Op 25 sep. 2011, om 13:33 heeft Richard Purdie het volgende geschreven: I've been looking at the qt3 failures on the autobuilder. It seems there is some kind of contamination between the qt4 builds and the qt3 builds and I'm not sure what is or isn't ex

Re: [OE-core] Branch management for OE-Core release

2011-09-26 Thread Otavio Salvador
On Mon, Sep 26, 2011 at 06:23, Richard Purdie wrote: ... > FWIW, something like git cherry can identify your local changes so you > could apply them on top of master so there are other ways to make your > usecase work... This breaks the value of using a SCM since you won't have a common parent.

Re: [OE-core] [PATCH 01/10] default-provider: also define a default provider for gconf-native

2011-09-26 Thread Dmitry Eremin-Solenikov
Please delay this patch for a while. Now I get the following warning in my build logs (If someone can tell me where the problem lies, that would help). ERROR: Trying to resolve runtime dependency gconf resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: [

[OE-core] [PATCH 1/1] matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstream

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../libmatchbox/files/16bppfixes.patch |2 +- .../libmatchbox/files/matchbox-start-fix.patch |2 +- .../libmatchbox/libmatchbox_git.bb |6 +-- .../matchbox-wm-2/matchbox-wm-2/fix_makefile.patch |4 +-

[OE-core] [PATCH 0/1] Update SRCREV for matchbox

2011-09-26 Thread edwin . zhai
From: Zhai Edwin All, Update matchbox SRCREV after pushing patches in upstream. Pls. help to pull. Thanks, Edwin The following changes since commit 49ed1cab3bee2318fdd5fc2538b1b3d43542ed2d: documentation/poky-ref-manual/ref-classes.xml: documented useradd.bbclass (2011-09-25 18:00:00 +0100)

Re: [OE-core] Branch management for OE-Core release

2011-09-26 Thread Richard Purdie
On Fri, 2011-09-23 at 15:12 -0300, Otavio Salvador wrote: > On Fri, Sep 23, 2011 at 14:30, Richard Purdie > wrote: > ... > > I don't really see the point of this. Basically you're asking that every > > time there is a commit to the branch there is also a merge commit. You > > can just as easily ei