Re: [OE-core] [PATCH 03/10] bash-completion: new recipe

2011-09-25 Thread Richard Purdie
On Fri, 2011-09-23 at 23:46 +0400, Dmitry Eremin-Solenikov wrote: > Add a bash-completion recipe. Largely based on the one from oe-dev repo. > Changes: > 1) Version bump to most recent bash-completion upstream tarball > 2) Dropped custom profile.d script in favour of upstream one. > > Signed-off-b

[OE-core] Quick note about one of the autobuilder failures

2011-09-25 Thread Richard Purdie
With the autobuilder now stressing out sstate more, we're seeing some interesting build failures. One example which caught my eye is: http://autobuilder.yoctoproject.org:8010/builders/nightly-arm/builds/100/steps/shell_57/logs/stdio What this is telling us is we actually have some dependency issu

[OE-core] qt3 vs qt4 issues

2011-09-25 Thread Richard Purdie
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 expected to work there. We're doing the following in the build: a) Build core-image-lsb (includes qt4, builds qt4+qt4-

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

2011-09-25 Thread Julian Pidancet
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 useradd and update-rc.d classes. Signed-off-by: Julia

[OE-core] [PATCH 1/2] meta: qt4: fix postprocessing of pkg-config files

2011-09-25 Thread Simon Busch
When building qt4-embedded the generated and cleaned pkg-config files for qt are wrong. The Cflags variable contains something like ${includedir}/qtopia/QtCore where ${includedir} is already /usr/include/qtopia/QtCore. This patch reverts the fix up of the Cflags variable implemented in do_install

[OE-core] [PATCH 2/2] qt4-embedded: move qte.sh profile script into own package

2011-09-25 Thread Simon Busch
We don't want to pull the whole qt suite in our images when only installing a tiny setup which needs the profile script for several configuration issues. This moves the qte.sh profile script into a qt4-embedded-conf package which is automatically installed when an image depends on qt4-embedded.

Re: [OE-core] [PATCH 0/2] v2 of attr/acl with qemuimage-testlib fix

2011-09-25 Thread Richard Purdie
On Sat, 2011-09-24 at 11:56 -0700, Saul Wold wrote: > Richard, > > These 2 patches would be for edison > > Sau! > > The following changes since commit 368b150416688654e35229a63b87177b52e83d02: > > populate_sdk_rpm: add pkgconfig(pkg-config) to the list (2011-09-23 > 19:55:43 +0100) > > are

Re: [OE-core] qt3 vs qt4 issues

2011-09-25 Thread Koen Kooi
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 expected to work there. > > We're doing

[OE-core] [PATCH 3/9] cairo: Disable bfd symbol loopup since we don't list it in DEPENDS

2011-09-25 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-graphics/cairo/cairo.inc |3 +++ meta/recipes-graphics/cairo/cairo_1.10.2.bb |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index c983

[OE-core] [PATCH 8/9] base.bbclass: Drop legacy code that is no longer useful/used

2011-09-25 Thread Richard Purdie
The code displaying console events has been handled by the bitbake UI since 1.8 so the legacy code path can be removed. If a log event is wanted, there are much better (and more complete) ways to do this so remove the EVENTLOG code too. Signed-off-by: Richard Purdie --- meta/classes/base.bbclass

[OE-core] [PATCH 2/9] gtk+: Explicitly disable xinerama since we don't have it as a DEPENDS

2011-09-25 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk+/gtk+_2.22.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb index a52250d..ea8a5cb 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.

[OE-core] [PATCH 4/9] libsndfile1: Disable external codec librbaries since we don't list in DEPENDS

2011-09-25 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../libsndfile/libsndfile1_1.0.24.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb index a547d76..7b8b

[OE-core] [PATCH 1/9] gnome-desktop: Ensure we're deterministic about startup-notification dependency

2011-09-25 Thread Richard Purdie
Without this change we may or may not include startup-notification support. We therefore explictly include it in the dependency list. Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/gnome-desktop.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 7/9] autotools.bbclass: Set the dynamic linker search path for libtool correctly

2011-09-25 Thread Richard Purdie
libtool obtains the search path from /etc/ld.so.conf and hardcodes /usr/lib and /lib. This results in host contamination and variable sets of RPATH values ending up in binaries. By exporting the correct values for all autotools recipes we avoid this. Signed-off-by: Richard Purdie --- meta/class

[OE-core] [PATCH 5/9] neon: Add libproxy to DEPENDS to ensure determinstic builds

2011-09-25 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-support/neon/neon_0.29.5.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/neon/neon_0.29.5.bb b/meta/recipes-support/neon/neon_0.29.5.bb index 4653a28..8201ffe 100644 --- a/meta/recipes-support/neon

[OE-core] [PATCH 0/9] Various misc fixes/cleanups

2011-09-25 Thread Richard Purdie
I've placed various misc fixes/cleanups into the git repository at: git://git.openembedded.org/openembedded-core-contrib rpurdie/master http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/master Richard Purdie (9): gnome-desktop: Ensure we're deterministic about s

[OE-core] [PATCH 9/9] sstate: No need to spew out a debug message per file, summarise instead

2011-09-25 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/classes/sstate.bbclass |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 91f209a..eee04ab 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass

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

2011-09-25 Thread Richard Purdie
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: Richard Purdie --- meta/recipes-devtools/libtool/libtool-cross_2.4.bb |2 +- .../recipes-devtools/libtool/libtool-native_2.4.bb |2 +- .../li

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

2011-09-25 Thread Koen Kooi
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: Richard Purdie > --- > meta/recipes-devtools/libtool/libtool-cross_2

Re: [OE-core] [PATCH 0/2] v2 of attr/acl with qemuimage-testlib fix

2011-09-25 Thread Richard Purdie
On Sun, 2011-09-25 at 15:29 +0100, Richard Purdie wrote: > On Sat, 2011-09-24 at 11:56 -0700, Saul Wold wrote: > > Richard, > > > > These 2 patches would be for edison > > > > Sau! > > > > The following changes since commit 368b150416688654e35229a63b87177b52e83d02: > > > > populate_sdk_rpm:

Re: [OE-core] [PATCH] intltool: inherit gettext to add missing dependency on gettext

2011-09-25 Thread Richard Purdie
On Sat, 2011-09-24 at 17:11 -0700, Khem Raj wrote: > Fixes the error like below > > | configure: error: GNU gettext tools not found; required for intltool > | + bbfatal 'oe_runconf failed' > | + echo 'ERROR: oe_runconf failed' > | ERROR: oe_runconf failed > > Signed-off-by: Khem Raj > --- > met

Re: [OE-core] [PATCH 04/10] dbus-glib: include bash-completion stuff

2011-09-25 Thread Richard Purdie
On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote: > On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov > wrote: > ... > > +FILES_${PN} = "${libdir}/lib*.so.* \ > > + ${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \ > > + ${libexecdir}/dbus-bash-compl

Re: [OE-core] [PATCH 05/10] eglibc: fix packaging of some of nativesdk packages, V2

2011-09-25 Thread Richard Purdie
On Fri, 2011-09-23 at 23:46 +0400, Dmitry Eremin-Solenikov wrote: > eglibc.inc contains packaging rules that depend on PKGSUFFIX expansion. > However that variable wasn't expanded properly in some case. E.g. > > PACKAGES = " ... nscd${PKGSUFFIX} ..." > FILES_nscd${PKGSUFFIX} = "${sbindir}/nscd*" >

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

2011-09-25 Thread Richard Purdie
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 are non existent on kubuntu > > Signed-off-by: Khem Raj > ---

Re: [OE-core] [PATCH 04/10] dbus-glib: include bash-completion stuff

2011-09-25 Thread Otavio Salvador
On Sun, Sep 25, 2011 at 14:20, Richard Purdie wrote: > On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote: >> On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov >> wrote: >> ... >> > +FILES_${PN} = "${libdir}/lib*.so.* \ >> > +               ${sysconfdir}/bash_completion.d/dbus-bash-com

Re: [OE-core] [PATCH 04/10] dbus-glib: include bash-completion stuff

2011-09-25 Thread Richard Purdie
On Sun, 2011-09-25 at 14:34 -0300, Otavio Salvador wrote: > On Sun, Sep 25, 2011 at 14:20, Richard Purdie > wrote: > > On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote: > >> On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov > >> wrote: > >> ... > >> > +FILES_${PN} = "${libdir}/lib*.s

Re: [OE-core] [PATCH 04/10] dbus-glib: include bash-completion stuff

2011-09-25 Thread Anders Darander
* Otavio Salvador [110925 19:34]: > On Sun, Sep 25, 2011 at 14:20, Richard Purdie > wrote: > > On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote: > >> On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov > >> wrote: > >> ... > >> > +FILES_${PN} = "${libdir}/lib*.so.* \ > >> > +        

[OE-core] [PATCH 1/3] tune-cortexa9.inc: add tunefile for cortexa9 socs

2011-09-25 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/conf/machine/include/tune-cortexa9.inc | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-cortexa9.inc diff --git a/meta/conf/machine/include/tune-cortexa9.inc b/meta/conf

[OE-core] [PATCH 0/3] adding cortexa9 tune file and feature for arm socs whithout neon

2011-09-25 Thread Henning Heinold
Hi, the series adding the tune file for cortexa9 which is in pandaboard or tegra2. It also adds a feature for socs like the tegra2 which has no neon unit and enables it for cortexa8 and cortexa9 Bye Henning Henning Heinold (3): tune-cortexa9.inc: add tunefile for cortexa9 socs feature-arm-d1

[OE-core] [PATCH 3/3] tune: enable d16 feature for cortexa8 and cortexa9

2011-09-25 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/conf/machine/include/arm/arch-armv7.inc | 25 + meta/conf/machine/include/arm/arch-armv7a.inc | 24 meta/conf/machine/include/tune-cortexa8.inc |8 ++-- meta/conf/machine/include/tune-cortexa9

[OE-core] [PATCH 2/3] feature-arm-d16.inc: add feature for arm cores which do not have a neon unit or no support for it in the kernel

2011-09-25 Thread Henning Heinold
* call it d16 because of the -mfpu=vfpv3-d16 gcc option and avoid naming conflicts with vfp feature Signed-off-by: Henning Heinold --- meta/conf/machine/include/arm/feature-arm-d16.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/ar

[OE-core] [PATCH 0/3] adding cortexa9 tune file and feature for arm socs whithout neon

2011-09-25 Thread Henning Heinold
Hi, the series adding the tune file for cortexa9 which is in pandaboard or tegra2. It also adds a feature for socs like the tegra2 which has no neon unit and enables it for cortexa8 and cortexa9 Bye Henning Henning Heinold (3): tune-cortexa9.inc: add tunefile for cortexa9 socs feature-arm-d1

[OE-core] [PATCH 3/3] tune: enable d16 feature for cortexa8 and cortexa9

2011-09-25 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/conf/machine/include/arm/arch-armv7.inc | 25 + meta/conf/machine/include/arm/arch-armv7a.inc | 24 meta/conf/machine/include/tune-cortexa8.inc |8 ++-- meta/conf/machine/include/tune-cortexa9

[OE-core] [PATCH 2/3] feature-arm-d16.inc: add feature for arm cores which do not have a neon unit or no support for it in the kernel

2011-09-25 Thread Henning Heinold
* call it d16 because of the -mfpu=vfpv3-d16 gcc option and avoid naming conflicts with vfp feature Signed-off-by: Henning Heinold --- meta/conf/machine/include/arm/feature-arm-d16.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/ar

[OE-core] [PATCH 1/3] tune-cortexa9.inc: add tunefile for cortexa9 socs

2011-09-25 Thread Henning Heinold
Signed-off-by: Henning Heinold --- meta/conf/machine/include/tune-cortexa9.inc | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-cortexa9.inc diff --git a/meta/conf/machine/include/tune-cortexa9.inc b/meta/conf

Re: [OE-core] [PATCH 2/3] feature-arm-d16.inc: add feature for arm cores which do not have a neon unit or no support for it in the kernel

2011-09-25 Thread Koen Kooi
Op 25 sep. 2011, om 21:37 heeft Henning Heinold het volgende geschreven: > * call it d16 because of the -mfpu=vfpv3-d16 gcc option and > avoid naming conflicts with vfp feature That's a highly artificial seperation to be honest. Is there really any demonstrable real world use to it? ___

Re: [OE-core] [PATCH 2/3] feature-arm-d16.inc: add feature for arm cores which do not have a neon unit or no support for it in the kernel

2011-09-25 Thread Henning Heinold
On Sun, Sep 25, 2011 at 09:53:08PM +0200, Koen Kooi wrote: > > Op 25 sep. 2011, om 21:37 heeft Henning Heinold het volgende geschreven: > > > * call it d16 because of the -mfpu=vfpv3-d16 gcc option and > > avoid naming conflicts with vfp feature > > That's a highly artificial seperation to be h

Re: [OE-core] [PATCH] intltool: inherit gettext to add missing dependency on gettext

2011-09-25 Thread Khem Raj
On Sun, Sep 25, 2011 at 10:16 AM, Richard Purdie wrote: > On Sat, 2011-09-24 at 17:11 -0700, Khem Raj wrote: >> Fixes the error like below >> >> | configure: error: GNU gettext tools not found; required for intltool >> | + bbfatal 'oe_runconf failed' >> | + echo 'ERROR: oe_runconf failed' >> | ERR

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

2011-09-25 Thread Chris Larson
On Fri, Sep 23, 2011 at 11:12 AM, 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 eithe