[oe] [meta-handheld][PATCH] linux(-kexecboot): upgrade from 3.1.4 to 3.1.6

2011-12-30 Thread Andrea Adami
* apply latest stable patchset 2011-12-21 Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-kexecboot_3.1.bb |8 recipes-kernel/linux/linux_3.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot_

[oe] OE Changelog for 2011-12-19 to 2011-12-26

2011-12-30 Thread cliff . brake
Changelog for 2011-12-19 to 2011-12-26. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://git.angstrom-distribution.org/

Re: [oe] [meta-oe][PATCH v3 0/3] Move xserver-nodm-init systemd support to xserver-nodm-init-systemd

2011-12-30 Thread Martin Jansa
On Fri, Dec 30, 2011 at 03:40:11PM -0200, Otavio Salvador wrote: > On Fri, Dec 30, 2011 at 15:34, Koen Kooi wrote: > > > Still missing a few: > > > > koen@dominion:/OE/tentacle/sources/openembedded-core$ for i in ../* ; do > > echo $(basename $PWD); git grep xserver-nodm-init | grep -v > > distro

Re: [oe] [meta-oe][PATCH v3 0/3] Move xserver-nodm-init systemd support to xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
On Fri, Dec 30, 2011 at 15:34, Koen Kooi wrote: > Still missing a few: > > koen@dominion:/OE/tentacle/sources/openembedded-core$ for i in ../* ; do > echo $(basename $PWD); git grep xserver-nodm-init | grep -v > distro_tracking_fields ; cd $i ; done > openembedded-core > meta/conf/multilib.conf:B

Re: [oe] [meta-oe][PATCH v3 0/3] Move xserver-nodm-init systemd support to xserver-nodm-init-systemd

2011-12-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30-12-11 17:40, Otavio Salvador schreef: > With this patchset version addresses the complains done on mailing list. > For people using sysvinit at list a task-x11 needs a virtual runtime > override to avoid bringing systemd as dependency. > > The f

[oe] [meta-oe][PATCH v3 3/3] task-x11: use xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta-oe/recipes-core/tasks/task-x11_1.0.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-core/tasks/task-x11_1.0.bb b/meta-oe/recipes-core/tasks/task-x11_1.0.bb index 67ff93b..681e4f3 100644 --- a/meta-oe/recipes-

[oe] [meta-oe][PATCH v3 2/3] meta-efl: elsa: rconflicts/rreplaces xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta-efl/recipes-efl/efl/elsa_svn.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-efl/recipes-efl/efl/elsa_svn.bb b/meta-efl/recipes-efl/efl/elsa_svn.bb index 949c7e1..a079ec0 100644 --- a/meta-efl/recipes-efl/efl/elsa_svn.

[oe] [meta-oe][PATCH v3 1/3] xserver-nodm-init: move systemd service to xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
Move systemd service to xserver-nodm-init-systemd to be consistent with other packages. Signed-off-by: Otavio Salvador --- .../xserver-nodm-init/xserver-nodm-init_2.0.bb | 30 +-- 1 files changed, 14 insertions(+), 16 deletions(-) diff --git a/meta-oe/recipes-graphics/xse

[oe] [meta-oe][PATCH v3 0/3] Move xserver-nodm-init systemd support to xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
With this patchset version addresses the complains done on mailing list. For people using sysvinit at list a task-x11 needs a virtual runtime override to avoid bringing systemd as dependency. The following changes since commit 2642db3615ea2d4196b9c73537d9ebff6c57de2d: dialog: add 1.1-20111020 r

Re: [oe] [meta-oe][PATCH 3/3] task-x11: use xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
On Fri, Dec 30, 2011 at 13:52, Martin Jansa wrote: > Yes, but this is task-x11 not task-basic.. I wouldn't complain if you > add it to task-basic. > In this case adding both is the way to go but I *hate* this solutin :-( -- Otavio Salvador O.S. Systems E-mail: ota..

Re: [oe] [meta-oe][PATCH 3/3] task-x11: use xserver-nodm-init-systemd

2011-12-30 Thread Martin Jansa
On Fri, Dec 30, 2011 at 01:47:18PM -0200, Otavio Salvador wrote: > On Fri, Dec 30, 2011 at 11:00, Martin Jansa wrote: > > > > # elsa, xserver-nodm-init > > > -VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" > > > +VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init-systemd

Re: [oe] [meta-oe][PATCH 3/3] task-x11: use xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
On Fri, Dec 30, 2011 at 11:00, Martin Jansa wrote: > > # elsa, xserver-nodm-init > > -VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" > > +VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init-systemd" > > There are still people not using systemd _only_ and I belive that thi

Re: [oe] [meta-oe][PATCH 1/3] xserver-nodm-init: move systemd service to xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
On Fri, Dec 30, 2011 at 10:54, Martin Jansa wrote: > I haven't tried but isn't this ^ overwritting systemd runtime dependency > set by systemd.bbclass? += would be probably bette if it's the case. > Got catch, indeed. Thanks. Fixed locally. -- Otavio Salvador O.S.

Re: [oe] Including python libs

2011-12-30 Thread Martin Jansa
On Fri, Dec 30, 2011 at 08:26:25AM -0700, itodroid wrote: > Greetings all! > > I'm having a little trouble figuring out the "right" way to include some > extra python libraries into a recipe, and for the life of me, I cannot > figure it out. I'm using Python2.6 and I have a few python scripts tha

[oe] Including python libs

2011-12-30 Thread itodroid
Greetings all! I'm having a little trouble figuring out the "right" way to include some extra python libraries into a recipe, and for the life of me, I cannot figure it out. I'm using Python2.6 and I have a few python scripts that depend on httplib. I've found that httplib.py is contained within

Re: [oe] [meta-oe][PATCH 3/3] task-x11: use xserver-nodm-init-systemd

2011-12-30 Thread Martin Jansa
On Fri, Dec 30, 2011 at 12:40:56PM +, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > meta-oe/recipes-core/tasks/task-x11_1.0.bb |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-oe/recipes-core/tasks/task-x11_1.0.bb > b/meta-oe/recipes-co

Re: [oe] [meta-oe][PATCH 1/3] xserver-nodm-init: move systemd service to xserver-nodm-init-systemd

2011-12-30 Thread Martin Jansa
On Fri, Dec 30, 2011 at 12:40:54PM +, Otavio Salvador wrote: > Move systemd service to xserver-nodm-init-systemd to be consistent > with other packages. > > Signed-off-by: Otavio Salvador > --- > .../xserver-nodm-init/xserver-nodm-init_2.0.bb | 30 +-- > 1 files changed

[oe] [meta-oe][PATCH 1/3] xserver-nodm-init: move systemd service to xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
Move systemd service to xserver-nodm-init-systemd to be consistent with other packages. Signed-off-by: Otavio Salvador --- .../xserver-nodm-init/xserver-nodm-init_2.0.bb | 30 +-- 1 files changed, 14 insertions(+), 16 deletions(-) diff --git a/meta-oe/recipes-graphics/xse

[oe] [meta-oe][PATCH 3/3] task-x11: use xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta-oe/recipes-core/tasks/task-x11_1.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/tasks/task-x11_1.0.bb b/meta-oe/recipes-core/tasks/task-x11_1.0.bb index 67ff93b..af92e49 100644 --- a/meta-oe/recipes-co

[oe] [meta-oe][PATCH 2/3] meta-efl: elsa: rconflicts/rreplaces xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta-efl/recipes-efl/efl/elsa_svn.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-efl/recipes-efl/efl/elsa_svn.bb b/meta-efl/recipes-efl/efl/elsa_svn.bb index 949c7e1..a079ec0 100644 --- a/meta-efl/recipes-efl/efl/elsa_svn.

[oe] [meta-oe][PATCH 0/3] Move xserver-nodm-init to xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
The following changes since commit 2642db3615ea2d4196b9c73537d9ebff6c57de2d: dialog: add 1.1-20111020 recipe (dynamic and static) (2011-12-24 19:07:53 +0100) are available in the git repository at: git://github.com/OSSystems/meta-oe master https://github.com/OSSystems/meta-oe/tree/master

Re: [oe] [meta-oe][PATCH 1/1] xserver-nodm-init: move systemd service to xserver-nodm-init-systemd

2011-12-30 Thread Otavio Salvador
On Fri, Dec 30, 2011 at 10:09, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Op 28-12-11 18:05, Otavio Salvador schreef: > > Move systemd service to xserver-nodm-init-systemd to be consistent with > > other packages. > > > > Signed-off-by: Otavio Salvador > > I'm not goi

Re: [oe] [meta-oe][PATCH 1/1] xserver-nodm-init: move systemd service to xserver-nodm-init-systemd

2011-12-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 28-12-11 18:05, Otavio Salvador schreef: > Move systemd service to xserver-nodm-init-systemd to be consistent with > other packages. > > Signed-off-by: Otavio Salvador I'm not going to merge such patches unless a reasonable effort has been made t

Re: [oe] [PATCH mete-oe] bbclass: drop gitver.bbclass amd srctree.bbclass which are already in oe-core

2011-12-30 Thread Luo Zhenhua-B19537
Sorry for the mistake, please ignore the patch. Best Regards, Zhenhua > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded- > devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Friday, December 30, 2011 4:58 PM > To: o

Re: [oe] [PATCH mete-oe] bbclass: drop gitver.bbclass amd srctree.bbclass which are already in oe-core

2011-12-30 Thread Martin Jansa
On Fri, Dec 30, 2011 at 10:59:36AM +0800, b19...@freescale.com wrote: > From: Zhenhua Luo > > Signed-off-by: Zhenhua Luo Are you sure? I don't see them in http://git.openembedded.org/openembedded-core/tree/meta/classes or patch with them here http://patchwork.openembedded.org/project/oe-core/l