Re: [oe] at91bootstrap and gcc 4.6+

2012-09-12 Thread Khem Raj
On Mon, Sep 10, 2012 at 7:37 PM, Chris Verges wrote: > Hi all, > > For anyone doing development on the AT91-based platforms, there is a known > issue with at91bootstrap and gcc 4.6 (and later) where the > linker erroneously causes an overlap between sections. There is a known > fix here, just nee

[oe] [meta-oe] libnfnetlink: use a correct LIC_FILES_CHKSUM

2012-09-12 Thread b19537
From: Zhenhua Luo The current LIC_FILES_CHKSUM checks the copyright/license from the generated Makefile.in, this is not correct. Since there is no seperated license/copying file, this fixes it to use license content in src/libnfnetlink.c instead. Signed-off-by: Zhenhua Luo ---

[oe] [meta-oe, V2] xfce4-session: Don't loose xfwm4 when closing session with multiple windows waiting for user input

2012-09-12 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-xfwm4-when-closing-session-with-multiple.patch | 169 .../xfce4-session/xfce4-session_4.8.3.bb |4 +- 2 files changed, 172 insertions(+), 1 deletions(-) create mode 100644 meta-xfce/recipes-xfce/xfce4-session/files/0001-D

[oe] [PATCH] xfce4-session: Don't loose xfwm4 when closing session with multiple windows waiting for user input

2012-09-12 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-xfwm4-when-closing-session-with-multiple.patch | 169 .../xfce4-session/xfce4-session_4.8.3.bb |4 +- 2 files changed, 172 insertions(+), 1 deletions(-) create mode 100644 meta-xfce/recipes-xfce/xfce4-session/files/0001-D

[oe] [meta-handheld][PATCH v2] zaurus.inc: fix xserver/mesa virtual providers

2012-09-12 Thread Andrea Adami
* xserver-xorg-lite has been removed with commit 5868358 * mesa-xlib has been removed with commit 7a815ca * * default-providers.inc gives following settings: * PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" * PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" * PREFERRED_PROVIDER_virt

[oe] [meta-handheld][PATCH] zaurus.inc: fix virtual providers after xserver and mesa rework * * xserver-xorg-lite has been removed with commit 5868358 * mesa-xlib has been removed with commit 7a815ca

2012-09-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- conf/machine/include/zaurus.inc |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 3f5c642..99fd7bd 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine/i

Re: [oe] [recipe]variable shared

2012-09-12 Thread Khem Raj
On Wed, Sep 12, 2012 at 1:29 AM, Sophie Bonnouvrier wrote: > > > I would like to set a variable in a recipe and used it in another one. > but when I get the variable in the second recipe the value is none. > How can I shared variable ? you have to define such variables in global metadata. any met

Re: [oe] minimal template layer for new machine support

2012-09-12 Thread Tilman Baumann
On 11/09/12 14:48, Andrea Galbusera wrote: Hi Tilman, On Tue, Sep 11, 2012 at 11:05 AM, Tilman Baumann wrote: On 11/09/12 05:49, Khem Raj wrote: On (10/09/12 18:12), Tilman Baumann wrote: Hi, I'm working on a TI DM812x support overlay. I guess what it comes down to is a new kernel recipe (b

Re: [oe] libx11-diet removal

2012-09-12 Thread Burton, Ross
On 12 September 2012 15:23, Richard Purdie wrote: > Is there any way to add in enough functionality that gtk/qt would work > but still save some space? The big piece that gets removed in diet is the Xlocale functionality - this is what brings the size and the compatibility problems. libX11 as it

Re: [oe] libx11-diet removal

2012-09-12 Thread Richard Purdie
On Wed, 2012-09-12 at 15:10 +0100, Burton, Ross wrote: > On 12 September 2012 14:59, Richard Purdie > wrote: > > I don't think there are many such users so I've merged the series. We've > > had this mess around for a long time, keep talking about fixing and now > > someone gives me a patch series

[oe] libx11-diet removal

2012-09-12 Thread Burton, Ross
On 12 September 2012 14:59, Richard Purdie wrote: > I don't think there are many such users so I've merged the series. We've > had this mess around for a long time, keep talking about fixing and now > someone gives me a patch series so I really just can't resist ;-) Thanks, Richard. The final qu

[oe] [meta-oe][for-denzil][PATCH] libxaw: Fix libxaw-dev to not depends on non-existent libxaw package

2012-09-12 Thread Otavio Salvador
The libxaw recipe generate a binary package for each soname of libxaw (currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev cannot depends on it. Reported-by: Daiane Angolini Signed-off-by: Otavio Salvador Signed-off-by: Koen Kooi --- meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.

Re: [oe] [PATCH] lxdm: initial add 1.22_git

2012-09-12 Thread Andreas Müller
On Mon, Sep 3, 2012 at 6:43 PM, Andreas Müller wrote: > * use git version since 1.21 missing escape button and bugfixes > * no init-scripts (I am working with systemd -> testing causes huge efforts -> > subsequent patches) > * run tested on overo/xfce > > Signed-off-by: Andreas Müller > --- >

Re: [oe] [PATCH 1/3] gdm: do not rely on dev-tty7.device

2012-09-12 Thread Andreas Müller
On Mon, Sep 3, 2012 at 8:54 AM, Andreas Müller wrote: > Error message was: > > [ TIME ] Timed out waiting for device dev-tty7.device. > [DEPEND] Dependency failed for Gnome Display Manager. > > run tested on overo/xfce > > Signed-off-by: Andreas Müller > --- > .../meta-gnome/recipes-gnome/gdm/gd

Re: [oe] [PATCH] networkmanager: unbreak build with latest kernel headers

2012-09-12 Thread Andreas Müller
On Tue, Sep 4, 2012 at 3:42 PM, Andreas Müller wrote: > | nm-ppp-manager.c: In function 'monitor_cb': > | nm-ppp-manager.c:307:23: error: storage size of 'req' isn't known > | make[5]: *** [libppp_manager_la-nm-ppp-manager.lo] Error 1 > > Signed-off-by: Andreas Müller > --- > ...se-struct-ifppps

Re: [oe] [OE-core] Feature Developement vs. Stablisation and Bug fixing

2012-09-12 Thread Richard Purdie
On Wed, 2012-09-12 at 12:25 +0200, Martin Jansa wrote: > On Wed, Sep 12, 2012 at 11:15:16AM +0100, Richard Purdie wrote: > > Hi, > > > > I know in the past this has taken some people by surprise. Both OE-Core > > and the Yocto Project are aiming at release points every six months, > > roughly Octo

Re: [oe] [OE-core] Feature Developement vs. Stablisation and Bug fixing

2012-09-12 Thread Richard Purdie
On Wed, 2012-09-12 at 14:52 +0300, Vladimir Zapolskiy wrote: > Hi Richard, > > On 12.09.2012 13:15, Richard Purdie wrote: > > Hi, > > > > I know in the past this has taken some people by surprise. Both OE-Core > > and the Yocto Project are aiming at release points every six months, > > roughly Oct

Re: [oe] [OE-core] Feature Developement vs. Stablisation and Bug fixing

2012-09-12 Thread Martin Jansa
On Wed, Sep 12, 2012 at 11:15:16AM +0100, Richard Purdie wrote: > Hi, > > I know in the past this has taken some people by surprise. Both OE-Core > and the Yocto Project are aiming at release points every six months, > roughly October and April. In order to prepare for those there is a > period of

[oe] Feature Developement vs. Stablisation and Bug fixing

2012-09-12 Thread Richard Purdie
Hi, I know in the past this has taken some people by surprise. Both OE-Core and the Yocto Project are aiming at release points every six months, roughly October and April. In order to prepare for those there is a period of 6-8 weeks beforehand which is aimed at stabilisation and bug fixing. We ar

Re: [oe] [2011.03-maintenance][PATCH] gdk-pixbuf: add missing dependencies

2012-09-12 Thread Steffen Sledz
On 11.09.2012 15:39, Burton, Ross wrote: > On 11 September 2012 14:03, Paul Eggleton > wrote: >>> oe-core master has 2.24.1 at the moment, is there a good reason why >>> meta-oe is hanging onto 2.10.14? >> >> This is the OE-Classic 2011.03-maintenance branch. I was surprised too until >> I >> re

[oe] [recipe]variable shared

2012-09-12 Thread Sophie Bonnouvrier
hello, I would like to set a variable in a recipe and used it in another one. but when I get the variable in the second recipe the value is none. How can I shared variable ? Sophie recipe 1: export XENO_DIR = "${@get_xenomai_dir(bb, d)} " export XENO_PV = "${@get_xenomai_pv(bb, d)} " recipe