[OE-core] Chicken toolchain progress

2011-05-30 Thread Otavio Salvador
Hello, Here at O.S. Systems we use Chicken (Scheme) a lot and we deliver it on our embedded OS ofthenly. Since we're moving to oe-core we're working at migrating it to it and we then decided to include it as a meta-oe layer for later proposal for merging. Currently we got most of it done but the

[OE-core] [PATCH 0/1] linux-yocto: update SRCREVs

2011-05-30 Thread Bruce Ashfield
Richard/Saul, Just updating the linux-yocto SRCREVs to pickup the Romley changes and meta cleanup from TomZ. There's also a config update for the routerstation pro to enable watchdog support to fix yocto bug . cc: Tom Zanussi Cheers, Bruce The following changes since commit cdc3397262f58

[OE-core] [PATCH 1/1] linux-yocto: update meta SRCREV

2011-05-30 Thread Bruce Ashfield
Fixes [YOCTO: ] and updates the meta branch with some cleanups and feature groupings. >From the meta branch itself: 06d3793 meta: add romley features f101ab9 meta: remove 'not set' lines from netfilter.cfg d0599f8 meta: add dca feature 0cd5ef1 meta: replace open-coded E1 opti

[OE-core] [PATCH 1/2] busybox: enable mdev by default

2011-05-30 Thread Otavio Salvador
Since we do not require a configuration file by default we don't force it's addition on the package. If the a layer wants to have it enabled it should also set the CONFFILES for busybox-mdev package. Signed-off-by: Otavio Salvador --- meta/recipes-core/busybox/busybox-1.18.4/defconfig |2 +-

[OE-core] [PATCH 0/2] Misc fixes from O.S. Systems tree

2011-05-30 Thread Otavio Salvador
The following changes since commit 83ce96f44516c8a4a44c8c0140949256f8422014: bitbake.conf: make OVERRIDES match what people expect (2011-05-30 08:31:53 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/master

[OE-core] [PATCH 2/2] qmake_base.bbclass: fix lrelease/lupdate binary names

2011-05-30 Thread Otavio Salvador
To support translation, qmake based projects usually call lrelease and lupdate however OE changes the binary names so this needs some mangle to work out of box. Signed-off-by: Otavio Salvador --- meta/classes/qmake_base.bbclass |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff

[OE-core] [PATCH] u-boot: package up u-boot.bin for field upgrades

2011-05-30 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-bsp/uboot/u-boot.inc| 11 +++ meta/recipes-bsp/uboot/u-boot_2011.03.bb |2 +- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc index 83dfb6f..2be9f

Re: [OE-core] Any volunteers for fixing all the kernel version checks?

2011-05-30 Thread Koen Kooi
Op 30 mei 2011, om 09:47 heeft Eric Bénard het volgende geschreven: > On 30/05/2011 09:33, Koen Kooi wrote: >> >> Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven: >> >>> Hi, >>> >>> On 30/05/2011 08:52, Koen Kooi wrote: As some of you might have seen already: http://lwn

Re: [OE-core] Any volunteers for fixing all the kernel version checks?

2011-05-30 Thread Eric Bénard
On 30/05/2011 09:33, Koen Kooi wrote: Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven: Hi, On 30/05/2011 08:52, Koen Kooi wrote: As some of you might have seen already: http://lwn.net/Articles/445223/ - linux 3.0 is going to happen. This means all the crufty "is it 2.4 o

Re: [OE-core] [RFC][PATCH] sysvinit: make pidof usuable in a standalone setting

2011-05-30 Thread Koen Kooi
ping Op 28 mei 2011, om 13:21 heeft Koen Kooi het volgende geschreven: > Currently it's a symlink to killall5: > > $ dpkg-deb -c sysvinit-pidof_2.88dsf-r1_armv7a.ipk | grep pidof > lrwxrwxrwx root/root 0 2011-05-27 11:05 ./bin/pidof.sysvinit -> > /sbin/killall5 > > The point of the pi

Re: [OE-core] Any volunteers for fixing all the kernel version checks?

2011-05-30 Thread Koen Kooi
Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven: > Hi, > > On 30/05/2011 08:52, Koen Kooi wrote: >> As some of you might have seen already: http://lwn.net/Articles/445223/ - >> linux 3.0 is going to happen. >> >> This means all the crufty "is it 2.4 or 2.6" checks are going

Re: [OE-core] [RFC][PATCH] bitbake.conf: make OVERRIDES match what people expect

2011-05-30 Thread Richard Purdie
On Tue, 2011-05-24 at 16:04 +0200, Koen Kooi wrote: > In the current situation TARGET_ARCH will override MACHINE, which is counter > intuitive since the machine is more specific than the arch. > > The order is now pn-$PN} -> arch -> machine -> distro as the machine is a set > of defaults and the

Re: [OE-core] [PATCH 1/1] xserver: force to use libdl

2011-05-30 Thread Richard Purdie
On Sat, 2011-05-28 at 00:35 +0200, Koen Kooi wrote: > Op 28 mei 2011, om 00:23 heeft Richard Purdie het volgende geschreven: > > > On Fri, 2011-05-27 at 22:24 +0100, Phil Blundell wrote: > >> On Fri, 2011-05-27 at 14:09 -0700, Saul Wold wrote: > >>> From: Yu Ke > >>> > >>> [YOCTO #737] > >>> >

Re: [OE-core] Any volunteers for fixing all the kernel version checks?

2011-05-30 Thread Eric Bénard
Hi, On 30/05/2011 08:52, Koen Kooi wrote: As some of you might have seen already: http://lwn.net/Articles/445223/ - linux 3.0 is going to happen. This means all the crufty "is it 2.4 or 2.6" checks are going to need a rework :) Does supporting 2.4 kernels still makes sense in 2011 ? Eric

Re: [OE-core] [PATCH 0/1] Fix powerpc xserver dlopen issue

2011-05-30 Thread Richard Purdie
On Mon, 2011-05-30 at 14:40 +0800, Yu Ke wrote: > Fix Yocto bug 736, 737 > > The following changes since commit c412674cf818e77e35857fb93353e392e7ac9e53: > Khem Raj (1): > package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0" > > are available in the git repository at: >