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

2011-05-30 Thread Yu Ke
on 2011-5-28 16:07, Richard Purdie wrote: On Sat, 2011-05-28 at 12:45 +0800, Yu Ke wrote: The marco in question is in xorg-server-1.10.1/configure.ac AC_CHECK_FUNC([dlopen], [], AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS=-ldl)) AC_SUBST(DLOPEN_LIBS) Ideally, the dlopen test should fail

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

2011-05-30 Thread Yu Ke
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: git://git.pokylinux.org/poky-contrib kyu3/dl-issue

[OE-core] [PATCH 1/1] site/powerpc-common: remove the incorrect dlopen default setting

2011-05-30 Thread Yu Ke
These two setting for dlopen is not correct. dlopen is not available in libc, instead it is provided by libdl. so the setting should not be yes by default. This fixes [YOCTO #736] [YOCTO #737] Thanks Richard for pointing out the root cause. CC: Richard Purdie richard.pur...@linuxfoundation.org

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 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 ke...@intel.com [YOCTO #737] The

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 distro

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

[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 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 ota...@ossystems.com.br ---

[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

[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