Re: [OE-core] [PATCH v2] Give coreutils a chance to build the df utility

2011-11-01 Thread Koen Kooi
Op 26 okt. 2011, om 23:41 heeft Julian Pidancet het volgende geschreven: The coreutils configure script is unable determine how to get free space from the Operating System when cross-compiling. This changes caches the result of the statfs2_bsize test for the coreutils configure script. Both

Re: [OE-core] [PATCH] package_ipk: There is no longer any need to force owners/groups to root

2011-11-01 Thread Koen Kooi
user of it. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Acked-by: Koen Kooi k-k...@ti.com --- diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index c0893a6..c97e36e 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes

Re: [OE-core] [PATCH] dbus: Use $D not ${D} in the postinstall

2011-11-01 Thread Koen Kooi
Op 1 nov. 2011, om 15:26 heeft Richard Purdie het volgende geschreven: We need to do this as we don't want bitbake to expand the variable but use the shell variable instead. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Acked-by: Koen Kooi k-k...@ti.com Although

Re: [OE-core] [PATCH 2/2] udev: Split out consolekit and udev-acl

2011-11-01 Thread Koen Kooi
Recent udevs removed udev-acl and ck is on its way out as well. For more changes do a git log on the meta-oe udev dir :) Op 1 nov. 2011 om 17:14 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: From: Holger Hans Peter Freyther ze...@selfish.org This can safe

Re: [OE-core] [PATCH 1/1] distro_tracking_fields: update packages tracking fields

2011-10-31 Thread Koen Kooi
Op 31 okt. 2011, om 18:04 heeft Saul Wold het volgende geschreven: On 10/24/2011 07:49 PM, wenzong@windriver.com wrote: From: Wenzong Fanwenzong@windriver.com Update packages tracking fields including ccache, chkconfig. Signed-off-by: Wenzong Fanwenzong@windriver.com ---

Re: [OE-core] [PATCH 1/2] perl: upgrade from 5.12.3 to 5.14.2

2011-10-25 Thread Koen Kooi
Op 25 okt. 2011 om 09:06 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Thu, Oct 20, 2011 at 10:47:08AM -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com parallel build fix patches are not needed as they are upstream now. Got a

[OE-core] serial-console: IMAGE_FEATURE, MACHINE_FEATURE or DISTRO_FEATURE?

2011-10-24 Thread Koen Kooi
Hi, Otavio is cleaning up systemd in meta-oe to work with his initramfs setup and we stumbled onto a challenge that we'd like some more feedback on. The old sysvinit recipes always hardcode a serial getty into inittab, systemd installs a getty@port.service file instead. Otavio doesn't need (or

Re: [OE-core] [CONSOLIDATED PULL 26/27] abiword: convert to svn

2011-10-24 Thread Koen Kooi
Op 24 okt. 2011, om 15:14 heeft Richard Purdie het volgende geschreven: On Sun, 2011-10-23 at 11:27 -0700, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- meta-demoapps/recipes-gnome/abiword/abiword.inc|4 ++-- meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb |

Re: [OE-core] [CONSOLIDATED PULL 20/27] libtool: Upgrade from 2.4 - 2.4.2

2011-10-24 Thread Koen Kooi
Op 24 okt. 2011, om 15:34 heeft Richard Purdie het volgende geschreven: On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Adjust prefix.patch and delete resolve-sysroot.patch since its already applied upstream Signed-off-by: Khem Raj

Re: [OE-core] [CONSOLIDATED PULL 20/27] libtool: Upgrade from 2.4 - 2.4.2

2011-10-24 Thread Koen Kooi
Op 24 okt. 2011, om 16:10 heeft Richard Purdie het volgende geschreven: On Mon, 2011-10-24 at 15:37 +0200, Koen Kooi wrote: Op 24 okt. 2011, om 15:34 heeft Richard Purdie het volgende geschreven: On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com

Re: [OE-core] [review/test 3/5] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-23 Thread Koen Kooi
Op 23 okt. 2011, om 01:54 heeft Kamble, Nitin A het volgende geschreven: Hi Martin, I have kept my python work at nitin/python branch on poky contrib. Do you have a branch against oe-core? ___ Openembedded-core mailing list

Re: [OE-core] [oe] [ANNOUNCEMENT] New Patchwork available for testing

2011-10-21 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 21-10-11 02:20, Denys Dmytriyenko schreef: On Mon, Oct 17, 2011 at 12:06:04PM -0700, Khem Raj wrote: Hi Here is a new instance of patchwork accessible at http://patchwork.openembedded.org This instance uses same database therefore it

Re: [OE-core] [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

2011-10-21 Thread Koen Kooi
Op 21 okt. 2011, om 08:54 heeft Phil Blundell het volgende geschreven: On Fri, 2011-10-21 at 03:31 +, Otavio Salvador wrote: +USERADD_PACKAGES = ${PN} +GROUPADD_PARAM_${PN} = -r netdev +USERADD_PARAM_${PN} = --system --home ${localstatedir}/lib/dbus \ +

Re: [OE-core] [PATCH] mesa-dri: move extra DRIMODULES to EXTRA_DRIMODULES

2011-10-21 Thread Koen Kooi
Op 21 okt. 2011, om 09:34 heeft Martin Jansa het volgende geschreven: On Sat, Oct 15, 2011 at 7:02 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sat, 2011-10-15 at 12:38 +0200, Martin Jansa wrote: * this way we can use EXTRA_DRIDRIVERS_armv4t += ,glamo in meta-openmoko

Re: [OE-core] [PATCH 3/8] pulseaudio-0.9.23: force ARM mode

2011-10-21 Thread Koen Kooi
Op 21 okt. 2011, om 10:17 heeft Martin Jansa het volgende geschreven: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../pulseaudio/pulseaudio_0.9.23.bb|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-21 Thread Koen Kooi
Op 20 okt. 2011, om 15:02 heeft Otavio Salvador het volgende geschreven: On Thu, Oct 20, 2011 at 10:54, Koen Kooi k...@dominion.thruhere.net wrote: ... Also, the idea never was to have everyone using bleeding edge for shipping products. This is what stable releases are for? That's what

Re: [OE-core] [PATCH 3/8] pulseaudio-0.9.23: force ARM mode

2011-10-21 Thread Koen Kooi
Op 21 okt. 2011, om 17:40 heeft Khem Raj het volgende geschreven: On Fri, Oct 21, 2011 at 1:17 AM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../pulseaudio/pulseaudio_0.9.23.bb|1 + 1 files changed, 1

Re: [OE-core] [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

2011-10-21 Thread Koen Kooi
Op 21 okt. 2011, om 19:03 heeft Saul Wold het volgende geschreven: On 10/21/2011 07:10 AM, Otavio Salvador wrote: Move creation of required user/groups to useradd class thus allowing use with read-only filesystems and booting the initial boot. Signed-off-by: Otavio

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Koen Kooi
Op 28 sep. 2011, om 22:04 heeft Otavio Salvador het volgende geschreven: On Wed, Sep 28, 2011 at 16:50, Richard Purdie richard.pur...@linuxfoundation.org wrote: This patch improves the current situation and I don't foresee the autoPR code working soon Which is why we need to switch to

Re: [OE-core] [PATCH 2/6] gmp: also generate the libgmpcxx library

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 09:50 heeft Saul Wold het volgende geschreven: On 10/18/2011 05:30 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com configure runs few checks to make sure c++ compiler and runtime are working as expected with the --enable-cxx=detect

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 13:21 heeft Richard Purdie het volgende geschreven: On Thu, 2011-10-20 at 08:23 +0200, Koen Kooi wrote: Op 28 sep. 2011, om 22:04 heeft Otavio Salvador het volgende geschreven: On Wed, Sep 28, 2011 at 16:50, Richard Purdie richard.pur...@linuxfoundation.org wrote

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 14:38 heeft Richard Purdie het volgende geschreven: On Thu, 2011-10-20 at 13:29 +0200, Koen Kooi wrote: Op 20 okt. 2011, om 13:21 heeft Richard Purdie het volgende geschreven: On Thu, 2011-10-20 at 08:23 +0200, Koen Kooi wrote: Op 28 sep. 2011, om 22:04 heeft Otavio

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 16:36 heeft Martin Jansa het volgende geschreven: On Thu, Oct 20, 2011 at 03:25:52PM +0100, Richard Purdie wrote: On Wed, 2011-10-19 at 16:33 -0700, Saul Wold wrote: On 10/19/2011 12:00 PM, Otavio Salvador wrote: On Wed, Oct 19, 2011 at 16:30, Khem Rajraj.k...@gmail.com

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 17:55 heeft Richard Purdie het volgende geschreven: On Thu, 2011-10-20 at 16:36 +0200, Martin Jansa wrote: On Thu, Oct 20, 2011 at 03:25:52PM +0100, Richard Purdie wrote: On Wed, 2011-10-19 at 16:33 -0700, Saul Wold wrote: On 10/19/2011 12:00 PM, Otavio Salvador wrote:

Re: [OE-core] [PATCH 4/4] gst-plugins-good: correctly handle gconf schema

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011 om 19:41 heeft Joshua Lock j...@linux.intel.com het volgende geschreven: On 10/19/2011 10:41 PM, Koen Kooi wrote: Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven: Add the shipped gconf schema to the base package and inherit the gconf class so

Re: [OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 21:44 heeft Martin Jansa het volgende geschreven: On Thu, Oct 20, 2011 at 12:36:01PM -0700, Khem Raj wrote: Fixes the compile problems e.g. | checking for GL... yes | checking for DRIPROTO... yes | checking for DRI... no | configure: error: Package requirements

Re: [OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 23:48 heeft Martin Jansa het volgende geschreven: On Thu, Oct 20, 2011 at 11:42:27PM +0200, Koen Kooi wrote: Op 20 okt. 2011, om 21:44 heeft Martin Jansa het volgende geschreven: On Thu, Oct 20, 2011 at 12:36:01PM -0700, Khem Raj wrote: Fixes the compile problems e.g

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-19 Thread Koen Kooi
btrfs-tools is a toolchain recipe?!?!?! Op 19 okt. 2011, om 10:28 heeft Saul Wold het volgende geschreven: From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 42

Re: [OE-core] [PATCH 1/1] module.bbclass: add lock to prevent error bulding ext modules

2011-10-19 Thread Koen Kooi
Op 19 okt. 2011, om 13:15 heeft Anders Darander het volgende geschreven: When external modules are built, files in $STAGING_KERNEL_DIR/scripts/basic will/can get rebuilt. This raises a potential race condition. Prevent this by adding a lock around the do_make_scripts() function. Further,

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-19 Thread Koen Kooi
-boun...@lists.openembedded.org] On Behalf Of Koen Kooi Sent: Wednesday, October 19, 2011 1:31 AM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes btrfs-tools is a toolchain recipe

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-19 Thread Koen Kooi
Op 19 okt. 2011, om 18:24 heeft Kamble, Nitin A het volgende geschreven: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Koen Kooi Sent: Wednesday, October 19, 2011 8:52 AM

Re: [OE-core] xerver-xorg build problem

2011-10-19 Thread Koen Kooi
add mesa-dri to DEPENDS in the xorg .bb, not the .inc Op 19 okt. 2011 om 21:02 heeft Andreas Müller schnitzelt...@gmx.de het volgende geschreven: On Wednesday, October 19, 2011 08:22:27 PM Khem Raj wrote: Hi I am seeing this error today | checking for GL... yes | checking for

Re: [OE-core] [PATCH 4/4] gst-plugins-good: correctly handle gconf schema

2011-10-19 Thread Koen Kooi
Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven: Add the shipped gconf schema to the base package and inherit the gconf class so that scheme processing is handled via post* scripts. Signed-off-by: Joshua Lock j...@linux.intel.com ---

Re: [OE-core] [PATCH] fontconfig: fix fix-pkgconfig.patch

2011-10-18 Thread Koen Kooi
Op 18 okt. 2011, om 00:09 heeft Martin Jansa het volgende geschreven: * missing $ is causing problems ie when building webkit-efl * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html for details Can I have a rough ETA when this is going into master? There are

Re: [OE-core] [PATCH 3/3] gcc-4.6: Backport PR46934 fix

2011-10-18 Thread Koen Kooi
Op 18 okt. 2011, om 03:39 heeft Khem Raj het volgende geschreven: We have been hitting this issue on ARM/thumb and have a workaround in place to compile samba http://git.openembedded.org/openembedded/commit/recipes/samba/samba_3.2.15.bb?id=4ba7aa07c0dcd28f94515ff9927e2a04403fcf15 This

Re: [OE-core] [PATCH 3/3] gcc-4.6: Backport PR46934 fix

2011-10-18 Thread Koen Kooi
Op 18 okt. 2011, om 18:47 heeft Saul Wold het volgende geschreven: On 10/18/2011 07:18 AM, Koen Kooi wrote: Op 18 okt. 2011, om 03:39 heeft Khem Raj het volgende geschreven: We have been hitting this issue on ARM/thumb and have a workaround in place to compile samba http

Re: [OE-core] [PATCH] squashfs-tools: add recipe

2011-10-18 Thread Koen Kooi
The entries in this recipe are all over the place, could you run it through the oe-stylize.py in meta-openembedded/contrib? That should give you an idea on what goes where. The general rule of thumb: 1) things belonging to the same task are grouped together (RDEPENDS/FILES/pkg_postinst) 2)

[OE-core] [PATCH] bind 9.8.1: fix build after recent update

2011-10-17 Thread Koen Kooi
failed' | + echo 'ERROR: oe_runconf failed' Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-connectivity/bind/bind_9.8.1.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity

Re: [OE-core] [PATCH] bind 9.8.1: fix build after recent update

2011-10-17 Thread Koen Kooi
Op 17 okt. 2011, om 18:49 heeft Saul Wold het volgende geschreven: On 10/17/2011 08:59 AM, Koen Kooi wrote: Op 17 okt. 2011, om 17:25 heeft Koen Kooi het volgende geschreven: | checking linking as -lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err... no | checking linking

[OE-core] intermittent (50% of the time) parse failures

2011-10-17 Thread Koen Kooi
Hi, I'm working on xfce and half the time I get: koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-xfce/recipes-panel-plugins/cpugraph$ bitbake xfce4-cpugraph-plugin Loading cache: 100%

Re: [OE-core] intermittent (50% of the time) parse failures

2011-10-17 Thread Koen Kooi
Op 17 okt. 2011, om 19:07 heeft Koen Kooi het volgende geschreven: Hi, I'm working on xfce and half the time I get: koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-xfce/recipes-panel-plugins/cpugraph$ bitbake xfce4-cpugraph-plugin Loading cache: 100

Re: [OE-core] [PATCH 2/2] mesa-common: install internal GL headers to libgl-dev

2011-10-15 Thread Koen Kooi
Op 15 okt. 2011, om 11:54 heeft Martin Jansa het volgende geschreven: Signed-off-by: Martin Jansa martin.ja...@gmail.com Acked-by: Koen Kooi k-k...@ti.com --- meta/recipes-graphics/mesa/mesa-common.inc |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta

Re: [OE-core] [PATCH 2/2] mesa-dri: move extra DRIMODULES to EXTRA_DRIMODULES

2011-10-15 Thread Koen Kooi
Op 15 okt. 2011, om 12:24 heeft Martin Jansa het volgende geschreven: * this way we can use EXTRA_DRIMODULES_armv4t += ,glamo in meta-openmoko layer and EXTRA_DRIMODULES_armv4t += ,foo in meta-bar layer without knowledge of other modules in other layers in stack The above talks about

Re: [OE-core] missing mesa-dri dependency?

2011-10-15 Thread Koen Kooi
Op 15 okt. 2011 om 15:00 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Sat, Oct 15, 2011 at 02:52:31PM +0200, Andreas Müller wrote: On Thursday, October 13, 2011 10:24:19 AM Koen Kooi wrote: Hi, I remember fixing this in meta-oe, but now exactly how. IIRC both

Re: [OE-core] Multiple git repos in SRC_URI and/or git submodules support

2011-10-14 Thread Koen Kooi
Op 10 okt. 2011, om 22:14 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 17:01, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 21:40 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 15:19, Koen Kooi k...@dominion.thruhere.net

Re: [OE-core] [RFC] Preventing race when compiling external kernel modules

2011-10-14 Thread Koen Kooi
Op 14 okt. 2011, om 13:42 heeft Richard Purdie het volgende geschreven: On Fri, 2011-10-14 at 12:47 +0200, Anders Darander wrote: * Anders Darander and...@chargestorm.se [111014 09:55]: In our local tree, I've circumvented this race by applying a patch like [3]. (Well, we could likely have

Re: [OE-core] [oe-core 11/20] mesa: package gl/egl/osmesa to separate packages

2011-10-14 Thread Koen Kooi
Op 14 okt. 2011, om 13:19 heeft Martin Jansa het volgende geschreven: On Fri, Oct 14, 2011 at 12:12:11PM +0100, Richard Purdie wrote: On Thu, 2011-10-13 at 13:30 +0200, Martin Jansa wrote: * also install internal GL headers to libgl-dev Signed-off-by: Martin Jansa martin.ja...@gmail.com

Re: [OE-core] [PATCH 1/2] pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES

2011-10-14 Thread Koen Kooi
Op 14 okt. 2011, om 16:07 heeft Paul Eggleton het volgende geschreven: If bluetooth is in DISTRO_FEATURES then enable bluetooth and depend on bluez4, otherwise disable it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |

Re: [OE-core] [PATCH 1/1] cmake : Disable building ccmake.

2011-10-14 Thread Koen Kooi
Op 14 okt. 2011, om 16:31 heeft Philip Balister het volgende geschreven: ccmake fails to build due to an as-needed type error with -ltinfo. Disable it for now since the build fails and cmake is what we need for target sdk. Signed-off-by: Philip Balister phi...@balister.org ---

Re: [OE-core] [PATCH] mesa-dri: Enable swrast only by default and intel drivers only on IA platform

2011-10-14 Thread Koen Kooi
Op 14 okt. 2011, om 17:30 heeft Martin Jansa het volgende geschreven: On Fri, Oct 14, 2011 at 04:25:16PM +0100, Richard Purdie wrote: On Fri, 2011-10-14 at 11:46 -0300, Otavio Salvador wrote: +1 Just another thing, I'd prefer to have DRIDRIVERS as ?= so machine can override it. I

Re: [OE-core] [PATCH] qt4: Added support for QtMobility 1.2

2011-10-14 Thread Koen Kooi
Op 14 okt. 2011, om 18:24 heeft Saul Wold het volgende geschreven: On 10/14/2011 08:18 AM, Dmitry Cherukhin wrote: On Mon, 2011-09-26 at 16:32 -0700, Saul Wold wrote: On 09/23/2011 07:13 AM, Dmitry Cherukhin wrote: This patch is indented to add new functionality, specifically, the patch

[OE-core] missing mesa-dri dependency?

2011-10-13 Thread Koen Kooi
Hi, I remember fixing this in meta-oe, but now exactly how. IIRC both mesa-xlib and mesa-dri needed to get built. configure: error: Package requirements (glproto = 1.4.14 dri = 7.8.0) were not met: | | No package 'dri' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if

Re: [OE-core] [PATCH 3/4] xinput: add xinput from oe

2011-10-13 Thread Koen Kooi
Op 13 okt. 2011, om 11:05 heeft Kang Kai het volgende geschreven: xinput is requred by xinput-calibrator, so pull it from oe. Reset PR and add LIC_FILES_CHKSUM. Signed-off-by: Kang Kai kai.k...@windriver.com --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 10 ++ 1 files

Re: [OE-core] [PATCH 4/4] xinput-calibrator: add touchscreen support

2011-10-13 Thread Koen Kooi
Op 13 okt. 2011, om 11:05 heeft Kang Kai het volgende geschreven: Add the xinput_calibrator package to support evdev touchscreens, which both programs the xinput settings and writes out xorg.conf information that can be used to initialize the touchscreen in subsequent X start-ups. Add

Re: [OE-core] [oe-core 00/20] Xorg, mesa changes

2011-10-13 Thread Koen Kooi
Op 13 okt. 2011, om 13:30 heeft Martin Jansa het volgende geschreven: Mostly cleanup in mesa directory. Most controversial is mesa-dri: introduce MACHINE_DRI_MODULES but maybe we can use it as distro variable and keep it with default arch. But then we cannot just add ie glamo dri module

Re: [OE-core] git server move

2011-10-12 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 11-10-11 21:11, Cliff Brake schreef: Hi, we are moving git.openembedded.org to a new server. SSH access on the old server has been disabled. git:// still works there. As soon as DNS propagates, SSH access will work with the new server.

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Koen Kooi
Op 12 okt. 2011, om 10:02 heeft Eric Bénard het volgende geschreven: Hi, Le 12/10/2011 09:45, Martin Jansa a écrit : From: Simon Buschmorp...@gravedo.de In most cases we don't need tslib in std. configuration as touchscreen access in most devices today is done with linux input

Re: [OE-core] [RFC PATCH 0/1] QA check for defined packages

2011-10-12 Thread Koen Kooi
Op 12 okt. 2011, om 14:37 heeft Richard Purdie het volgende geschreven: On Tue, 2011-10-11 at 15:29 -0700, Joshua Lock wrote: I'm looking for some comments on this WIP patch. The reason I've added this is because the hob GUI requires us to offer much more reliable metadata - we show the

Re: [OE-core] git server move

2011-10-12 Thread Koen Kooi
Op 12 okt. 2011, om 17:16 heeft Khem Raj het volgende geschreven: On Wed, Oct 12, 2011 at 1:17 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 11-10-11 21:11, Cliff Brake schreef: Hi, we are moving git.openembedded.org to a new server

Re: [OE-core] [oe] git server move

2011-10-12 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 12-10-11 17:22, Khem Raj schreef: On Wed, Oct 12, 2011 at 8:18 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 12 okt. 2011, om 17:16 heeft Khem Raj het volgende geschreven: On Wed, Oct 12, 2011 at 1:17 AM, Koen Kooi k

[OE-core] [PATCH] bitbake.conf: Exclude MACHINE from MACHINE_OVERRIDES variable dependency list

2011-10-12 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/conf/bitbake.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 11d76b8..8cf7a60 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -670,6

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Koen Kooi
Op 12 okt. 2011 om 20:10 heeft Simon Busch morp...@gravedo.de het volgende geschreven: On 12.10.2011 10:02, Eric Bénard wrote: Hi, Le 12/10/2011 09:45, Martin Jansa a écrit : From: Simon Buschmorp...@gravedo.de In most cases we don't need tslib in std. configuration as touchscreen

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Koen Kooi
Op 12 okt. 2011, om 20:34 heeft Simon Busch het volgende geschreven: On 12.10.2011 20:14, Koen Kooi wrote: Op 12 okt. 2011 om 20:10 heeft Simon Busch morp...@gravedo.de het volgende geschreven: On 12.10.2011 10:02, Eric Bénard wrote: Hi, Le 12/10/2011 09:45, Martin Jansa a écrit

Re: [OE-core] [oe-core][PATCHv3 00/31] Xorg related changes

2011-10-11 Thread Koen Kooi
Op 11 okt. 2011, om 09:08 heeft Martin Jansa het volgende geschreven: On Mon, Oct 10, 2011 at 12:40:08PM +0200, Koen Kooi wrote: Op 7 okt. 2011, om 19:05 heeft Martin Jansa het volgende geschreven: this patchset brings meta-oe and oe-core xorg stuff together and most of xorg recipes

[OE-core] How to overlay files/fs-perms.txt?

2011-10-11 Thread Koen Kooi
Hi, In angstrom we have base-files overlayed to clean out /var and files/fs-perms.txt is getting in the way of that: koen@dominion:/OE/tentacle/sources/openembedded-core/meta$ grep localstate files/fs-perms.txt ${localstatedir}/cache linkvolatile/cache ${localstatedir}/runlink

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-11 Thread Koen Kooi
Op 11 okt. 2011, om 15:14 heeft Otavio Salvador het volgende geschreven: On Tue, Oct 11, 2011 at 05:33, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 09:26, Koen Kooi k...@dominion.thruhere.net

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-10-11 Thread Koen Kooi
Op 11 okt. 2011, om 22:47 heeft Saul Wold het volgende geschreven: On 09/30/2011 10:21 AM, Matthew McClintock wrote: From: Tom Rinitom_r...@mentor.com At issue is that route/pktloc.c (not generated) depends on route/pktloc_syntax.h (generated). Signed-off-by: Tom Rinitom_r...@mentor.com

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-10 Thread Koen Kooi
Op 10 okt. 2011, om 03:03 heeft Otavio Salvador het volgende geschreven: On Sun, Oct 9, 2011 at 07:06, Koen Kooi k...@dominion.thruhere.net wrote: Update: move to latest SRCREV, use non-kernel.org URI Merge: wl12xx symlink + packaging, install all firmwares Fix: * all entries in PACKAGES

[OE-core] [PATCH] util-linux 2.19.1: split blkid out into its own subpackage

2011-10-10 Thread Koen Kooi
Recent udev versions require blkid from u-l, not from e2fsprogs. In general all the non fsck related binaries from e2fsprogs are deprecated. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/util-linux/util-linux.inc | 15 ++- meta/recipes-core/util

Re: [OE-core] [oe-core][PATCHv3 00/31] Xorg related changes

2011-10-10 Thread Koen Kooi
Op 7 okt. 2011, om 19:05 heeft Martin Jansa het volgende geschreven: this patchset brings meta-oe and oe-core xorg stuff together and most of xorg recipes will be removed from meta-oe (sending another pull request now). This step is needed to be able to separate common x11 to meta-x11 or

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-10 Thread Koen Kooi
Op 10 okt. 2011, om 14:22 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 04:27, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 03:03 heeft Otavio Salvador het volgende geschreven: On Sun, Oct 9, 2011 at 07:06, Koen Kooi k...@dominion.thruhere.net wrote

Re: [OE-core] shared-mime-info: Fix a parallel make race

2011-10-10 Thread Koen Kooi
Op 10 okt. 2011, om 14:54 heeft Richard Purdie het volgende geschreven: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch

Re: [OE-core] sstate.bbclass: Ensure machine specific stamps are only wiped for the current task

2011-10-10 Thread Koen Kooi
Op 10 okt. 2011, om 16:16 heeft Richard Purdie het volgende geschreven: On Mon, 2011-10-10 at 13:45 +0200, Martin Jansa wrote: On Sun, Oct 09, 2011 at 08:11:45PM +0200, Koen Kooi wrote: Op 9 okt. 2011, om 20:10 heeft Martin Jansa het volgende geschreven: On Sun, Oct 09, 2011 at 01:25

Re: [OE-core] [PATCH] bitbake.conf: Exclude MACHINE from OVERRIDES variable dependency list

2011-10-10 Thread Koen Kooi
Op 10 okt. 2011, om 16:06 heeft Richard Purdie het volgende geschreven: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a1420cf..11d76b8 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf

Re: [OE-core] [PATCH] bitbake.conf: Exclude MACHINE from OVERRIDES variable dependency list

2011-10-10 Thread Koen Kooi
Op 10 okt. 2011, om 17:40 heeft Richard Purdie het volgende geschreven: On Mon, 2011-10-10 at 17:02 +0200, Koen Kooi wrote: Op 10 okt. 2011, om 16:06 heeft Richard Purdie het volgende geschreven: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf

[OE-core] PREFERRED_PROVIDER weirdness with libltdl-dev

2011-10-10 Thread Koen Kooi
Hi, I'm trying to build a toolchain that work on my target and I'm running into this: NOTE: multiple providers are available for runtime libltdl-dev (libtool-nativesdk, libtool) NOTE: consider defining a PREFERRED_PROVIDER entry to match libltdl-dev So I added that do angstrom:

[OE-core] Multiple git repos in SRC_URI and/or git submodules support

2011-10-10 Thread Koen Kooi
Hi, In meta-oe we have a recipe that is using git submodules to drag it parts of the source and to do it is doing the submodule fetching in do_configure. This is bad for various reasons, so I'd like to fix it. The options I see: 1) Make fetch2 to do git clone --recursive and later realize it

Re: [OE-core] Multiple git repos in SRC_URI and/or git submodules support

2011-10-10 Thread Koen Kooi
Op 10 okt. 2011, om 21:40 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 15:19, Koen Kooi k...@dominion.thruhere.net wrote: ... I'm not going to do 1), 3) is unlikely, so I want to ask if 2) is already supported. I've seen various patches that add an 'unpackdir

[OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-09 Thread Koen Kooi
the license Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Both this and the OE classic version give the me there must be another way feeling. Anyway, this patch gives me what I want, namely the wilink files. If people want other firmware files subpackaged, respond to the RFC and I'll have

Re: [OE-core] sstate.bbclass: Ensure machine specific stamps are only wiped for the current task

2011-10-09 Thread Koen Kooi
Op 6 okt. 2011, om 16:19 heeft Richard Purdie het volgende geschreven: sstate was being a little too ethusiastic about removing stamp files and was removing stamp files for other machines when it shouldn't have been. This patch teaches sstate about machine specific stamp extensions and

[OE-core] shared-mime-info fails to build if intltool-native is present

2011-10-09 Thread Koen Kooi
Hi, I finally tracked down the cause of the intermittent shared-mime-info build failures I was seeing. No patch yet, but now you all know what's causing it :) regards, Koen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] sstate.bbclass: Ensure machine specific stamps are only wiped for the current task

2011-10-09 Thread Koen Kooi
Op 9 okt. 2011, om 20:10 heeft Martin Jansa het volgende geschreven: On Sun, Oct 09, 2011 at 01:25:09PM +0200, Koen Kooi wrote: Op 6 okt. 2011, om 16:19 heeft Richard Purdie het volgende geschreven: sstate was being a little too ethusiastic about removing stamp files and was removing

[OE-core] [PATCH] alsa-utils 0.10.24.2: fix systemd units when there's no asound.state

2011-10-09 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...-t-let-systemd-unit-restore-the-volume-wh.patch | 44 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |3 +- 2 files changed, 46 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-multimedia/alsa

Re: [OE-core] [yocto] MACHINE_EXTRA_* and MACHINE_ESSENTIAL_* documentation

2011-10-09 Thread Koen Kooi
Op 27 sep. 2011, om 20:04 heeft Richard Purdie het volgende geschreven: [..] So if you change MACHINE_EXTRA* you need to rebuild task-base, if you change MACHINE_ESSENTIAL_EXTRA* you need to rebuild task-core-boot. Confusing and the checksum code we'll enable soon should make this

Re: [OE-core] [PATCH] alsa-utils 0.10.24.2: fix systemd units when there's no asound.state

2011-10-09 Thread Koen Kooi
Op 9 okt. 2011, om 20:13 heeft Koen Kooi het volgende geschreven: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...-t-let-systemd-unit-restore-the-volume-wh.patch | 44 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |3 +- 2 files changed, 46

Re: [OE-core] Bitbake dependency failure with git fetcher

2011-10-08 Thread Koen Kooi
Op 8 okt. 2011, om 10:08 heeft Richard Purdie het volgende geschreven: On Sat, 2011-10-08 at 01:29 +0200, Koen Kooi wrote: Everytime openssl and a git recipe get changed at the same time, I end up with: | /angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/git.real

Re: [OE-core] [PATCH 0/1] gnutls: fix configure failure

2011-10-08 Thread Koen Kooi
http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=808b3123e359f1aebabb8af44694275e4075e031 Op 8 okt. 2011, om 10:30 heeft edwin.z...@intel.com het volgende geschreven: From: Zhai Edwin edwin.z...@intel.com All, This patch fix configure failure of guntls after last upgrade.

[OE-core] [PATCH] gnutls: disable p11-kit

2011-10-07 Thread Koen Kooi
variables P11_KIT_CFLAGS | and P11_KIT_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | | + bbfatal 'oe_runconf failed' Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-support/gnutls/gnutls.inc |3 ++- 1 files changed, 2 insertions

Re: [OE-core] [PATCH 1/3] autotools: fix multi-word arguments for EXTRA_OECONF

2011-10-07 Thread Koen Kooi
Op 7 okt 2011, om 23:02 heeft Christopher Larson het volgende geschreven: This is needed to better support things like the following (with a multi-word BUILD_CC): EXTRA_OECONF += 'ac_cv_prog_CC_FOR_BUILD=${BUILD_CC}' Signed-off-by: Christopher Larson kerg...@gmail.com ---

[OE-core] Bitbake dependency failure with git fetcher

2011-10-07 Thread Koen Kooi
Hi, Everytime openssl and a git recipe get changed at the same time, I end up with: | /angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/git.real: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory Why is

[OE-core] [PATCH] git: update to 1.7.7

2011-10-07 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-devtools/git/git_1.7.5.1.bb | 10 -- meta/recipes-devtools/git/git_1.7.7.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_1.7.5.1.bb create

[OE-core] [PATCH] util-linux: split fsck* into its own subpackage

2011-10-06 Thread Koen Kooi
This will allow systemd to run /sbin/fsck without dragging in all of util-linux Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/util-linux/util-linux.inc | 16 +--- meta/recipes-core/util-linux/util-linux_2.19.1.bb |2 +- 2 files changed, 14

Re: [OE-core] base.bbclass: Implement PACKAGECONFIG

2011-10-06 Thread Koen Kooi
Op 6 okt. 2011, om 16:18 heeft Richard Purdie het volgende geschreven: These enabled options to be specified in the form: PACKAGECONFIG ?? = default options PACKAGECONFIG[foo] = --enable-foo,--disable-foo,foo_depends,foo_runtime_depends So that DEPENDS, RDEPENDS_${PN} and EXTRA_OECONF

[OE-core] [PATCH v2] util-linux: split fsck* into its own subpackage

2011-10-06 Thread Koen Kooi
This will allow systemd to run /sbin/fsck without dragging in all of util-linux Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/util-linux/util-linux.inc | 16 +--- meta/recipes-core/util-linux/util-linux_2.19.1.bb |2 +- 2 files changed, 14

Re: [OE-core] sstate.bbclass: Ensure machine specific stamps are only wiped for the current task

2011-10-06 Thread Koen Kooi
let's get this in before my buildserver melts a hole in the floor :) Op 6 okt. 2011, om 16:19 heeft Richard Purdie het volgende geschreven: sstate was being a little too ethusiastic about removing stamp files and was removing stamp files for other machines when it shouldn't have been. This

Re: [OE-core] [PATCH] Improve handling of 'all' architecture recipes and their interaction with sstate

2011-10-05 Thread Koen Kooi
Op 5 okt. 2011 om 07:27 heeft Otavio Salvador ota...@ossystems.com.br het volgende geschreven: On Wed, Oct 5, 2011 at 09:22, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 okt. 2011 om 07:10 heeft Otavio Salvador ota...@ossystems.com.br het volgende geschreven: On Tue, Oct 4, 2011 at 19

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-05 Thread Koen Kooi
Op 5 okt. 2011 om 09:14 heeft Philip Balister phi...@balister.org het volgende geschreven: On 10/04/2011 06:43 PM, Mark Hatle wrote: On 10/4/11 3:32 PM, Saul Wold wrote: On 10/04/2011 01:27 PM, Philip Balister wrote: On 10/04/2011 04:08 PM, Saul Wold wrote: On 10/04/2011 12:58 PM, Philip

Re: [OE-core] WARNING: Deprecated components removal in 5 days

2011-10-05 Thread Koen Kooi
Op 5 okt. 2011 om 11:56 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: This is a heads up notification that in 5 days time I'm planning to remove the following things from OE-Core: * gcc version 4.5 * eglibc 2.12 * gnomevfs * qt 4.7.3 There is

Re: [OE-core] [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-04 Thread Koen Kooi
Op 30 sep. 2011 om 13:37 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Rebased these patches to the newer code modified:

Re: [OE-core] [PATCH] Improve handling of 'all' architecture recipes and their interaction with sstate

2011-10-04 Thread Koen Kooi
Op 4 okt. 2011 om 17:00 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Sat, 2011-10-01 at 15:48 -0300, Otavio Salvador wrote: On Fri, Sep 30, 2011 at 14:09, Richard Purdie richard.pur...@linuxfoundation.org wrote: ... Thanks. I've taken the two

<    8   9   10   11   12   13   14   15   16   17   >