Re: [OE-core] [PATCH v2] kmod: Handle undefined O_CLOEXEC

2012-08-30 Thread Radu Moisan
On 08/29/2012 08:05 PM, Saul Wold wrote: On 08/29/2012 06:48 AM, Radu Moisan wrote: On 08/15/2012 10:32 PM, Burton, Ross wrote: On 15 August 2012 20:27, McClintock Matthew-B29882 b29...@freescale.com wrote: I've been doing something similar and it's been working OK. - I think we should

Re: [OE-core] [PATCH] udev-extraconf: change LICENSE to MIT

2012-08-30 Thread Martin Jansa
On Tue, Jul 31, 2012 at 02:46:40PM +0200, Koen Kooi wrote: Op 31 jul. 2012, om 13:26 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Mon, 2012-07-30 at 21:01 +0200, Martin Jansa wrote: * original recipe added by RP in

Re: [OE-core] [PATCH 2/2] task-core-x11: default to xserver-xorg instead of kdrive

2012-08-30 Thread Burton, Ross
On 29 August 2012 17:50, Koen Kooi k...@dominion.thruhere.net wrote: Missing PR bumps Fixed on the branch. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 2/2] tzdata: install /etc/localtime alongside /etc/timezone

2012-08-30 Thread Burton, Ross
On 29 August 2012 17:50, Koen Kooi k...@dominion.thruhere.net wrote: Ehm, I *really* want it to be a symlink, that way you easily check what the timezone is without needing to boot the device or compare md5sums. The last thing the TSC said on the split /usr was something along the lines of

Re: [OE-core] [PATCH 2/2] tzdata: install /etc/localtime alongside /etc/timezone

2012-08-30 Thread Burton, Ross
On 29 August 2012 23:22, Phil Blundell ph...@gnu.org wrote: On Wed, 2012-08-29 at 22:50 +0100, Burton, Ross wrote: I'm curious if the people who want / and /usr on separate partitions that Phil refers to are a hypothetical group of people, or people who can chime in with their opinion. As

Re: [OE-core] [PATCH 2/2] tzdata: install /etc/localtime alongside /etc/timezone

2012-08-30 Thread Phil Blundell
On Thu, 2012-08-30 at 11:00 +0100, Burton, Ross wrote: Then again I've had a few years away from OE, and I've no idea what the micro system referred to in later mails is. micro is a DISTRO which, among other things, folds /usr and / into a single tree (i.e. $bindir == $base_bindir, etc.). If

[OE-core] [PATCH] avahi: systemd postinst and postrm removed in favor of using systemd.bbclass

2012-08-30 Thread Sander van Grieken
The recipe's custom systemd service enable code is now handled by the meta-systemd bbappend recipe in meta-openembedded. Signed-off-by: Sander van Grieken san...@outrightsolutions.nl --- meta/recipes-connectivity/avahi/avahi.inc | 19 --- 1 file changed, 19 deletions(-) diff

Re: [OE-core] [PATCH 1/2] xserver-xorg: ship the exa module in a separate package

2012-08-30 Thread Koen Kooi
Op 30 aug. 2012, om 13:28 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 29 August 2012 17:51, Koen Kooi k...@dominion.thruhere.net wrote: FWIW, the idea of those subpackages was to split every module out, but I haven't kept up with xorg modules for some years now.

Re: [OE-core] [PATCH 1/2] xserver-xorg: ship the exa module in a separate package

2012-08-30 Thread Burton, Ross
On 30 August 2012 13:17, Koen Kooi k...@dominion.thruhere.net wrote: Indeed. In the past I had every device using full Xorg in OE on my desk, but with the demise of kdrive and the adoption rate of OE it has become impossible to have access to each device :) Speaking of hardware I'd like to

Re: [OE-core] [PATCH 1/2] xserver-xorg: ship the exa module in a separate package

2012-08-30 Thread Koen Kooi
Op 30 aug. 2012, om 14:24 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 30 August 2012 13:17, Koen Kooi k...@dominion.thruhere.net wrote: Indeed. In the past I had every device using full Xorg in OE on my desk, but with the demise of kdrive and the adoption rate of OE

[OE-core] [PATCH] sysstat: Explicitly disable sensors support.

2012-08-30 Thread Marc Ferland
Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Signed-off-by: Marc Ferland ferla...@sonatest.com ---

Re: [OE-core] [PATCH 1/2] xserver-xorg: ship the exa module in a separate package

2012-08-30 Thread Burton, Ross
On 30 August 2012 14:12, Koen Kooi k...@dominion.thruhere.net wrote: I'm biased of course, but this is what I use: http://beagleboardtoys.com/products/#LCD7 in combination with a beaglebone. Meta-ti has the needed drivers for it. I presume the same applies for the ULCD7 for the -xM? Ross

Re: [OE-core] [PATCH] sysstat: Explicitly disable sensors support.

2012-08-30 Thread Martin Jansa
On Thu, Aug 30, 2012 at 09:54:22AM -0400, Marc Ferland wrote: Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Missing PR bump

Re: [OE-core] [PATCH 1/2] xserver-xorg: ship the exa module in a separate package

2012-08-30 Thread Koen Kooi
Op 30 aug. 2012, om 16:04 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 30 August 2012 14:12, Koen Kooi k...@dominion.thruhere.net wrote: I'm biased of course, but this is what I use: http://beagleboardtoys.com/products/#LCD7 in combination with a beaglebone.

[OE-core] [PATCHv2] sysstat: Explicitly disable sensors support.

2012-08-30 Thread Marc Ferland
Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Signed-off-by: Marc Ferland ferla...@sonatest.com ---

[OE-core] [PATCH] glib-2.0: don't disable all debugging functionality

2012-08-30 Thread Ross Burton
GLib will use minimal debugging on non-development builds and the extra safety net and ability to debug at all is totally worth the small performance cost. If someone has a need for every ounce of performance, a simple .bbappend can restore this option. Signed-off-by: Ross Burton

Re: [OE-core] [PATCHv2] sysstat: Explicitly disable sensors support.

2012-08-30 Thread Martin Jansa
On Thu, Aug 30, 2012 at 10:45:41AM -0400, Marc Ferland wrote: Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Signed-off-by:

[OE-core] [PATCHv3] sysstat: Explicitly disable sensors support.

2012-08-30 Thread Marc Ferland
Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Signed-off-by: Marc Ferland ferla...@sonatest.com ---

Re: [OE-core] [PATCHv3] sysstat: Explicitly disable sensors support.

2012-08-30 Thread Saul Wold
On 08/30/2012 08:22 AM, Marc Ferland wrote: Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Signed-off-by: Marc Ferland

[OE-core] [PATCH 1/6] bsp: set default XSERVER for PowerPC and MIPS machines to Xorg

2012-08-30 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../substrate/target/arch/mips/conf/machine/{{=machine}}.conf |7 +-- .../target/arch/powerpc/conf/machine/{{=machine}}.conf |7 +-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 2/6] xserver-xorg: ship the exa module in a separate package

2012-08-30 Thread Ross Burton
EXA is used by some Xorg video drivers, it doesn't need to be shipped unless it's being used. Note that it's dynamically loaded so the automatic library dependencies won't catch this, but as far as I'm aware nothing on oe-core or meta-oe is using EXA. Signed-off-by: Ross Burton

[OE-core] [PATCH 3/6] task-core-x11: default to xserver-xorg instead of kdrive

2012-08-30 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-sato/tasks/task-core-x11-mini.bb |4 ++-- meta/recipes-sato/tasks/task-core-x11.bb |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-sato/tasks/task-core-x11-mini.bb

[OE-core] [PATCH 6/6] x11-common: don't prune .svn directories on install, we're in git now

2012-08-30 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/x11-common/x11-common_0.1.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb index

Re: [OE-core] [PATCH 0/6] Remove xserver-kdrive

2012-08-30 Thread Saul Wold
On 08/30/2012 10:07 AM, Ross Burton wrote: Nobody is actually using xserver-kdrive anymore, apart from on two BSPs in meta-yocto that don't actually have video outputs. Let's remove it. This is the first stage of the removal, once this has landed there is a lot of cruft to be removed too, I'm

Re: [OE-core] [PATCH 0/6] Remove xserver-kdrive

2012-08-30 Thread Burton, Ross
On 30 August 2012 18:13, Saul Wold s...@linux.intel.com wrote: You seem to be missing Signed-off-by: in the repo itself, but they all appear in the email! Fixed. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCHv3] sysstat: Explicitly disable sensors support.

2012-08-30 Thread Marc Ferland
Saul Wold s...@linux.intel.com writes: On 08/30/2012 08:22 AM, Marc Ferland wrote: Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors

[OE-core] [PATCH] Update lttng-2.0 versions

2012-08-30 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com lttng-modules: 2.0.pre11 - 2.0.5 lttng-tools: 2.0.1 - 2.0.4 lttng2-ust: 2.0.2 - 2.0.5 Signed-off-by: Christopher Larson chris_lar...@mentor.com --- ...modules_2.0.pre11.bb = lttng-modules_2.0.5.bb} |0 .../{lttng-tools_2.0.1.bb =

[OE-core] [PATCH] sysstat: Explicitly disable sensors support.

2012-08-30 Thread Marc Ferland
Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Signed-off-by: Marc Ferland ferla...@sonatest.com ---

Re: [OE-core] [PATCH V2] base-files: provide a mechanism to skip creation of the hostname file

2012-08-30 Thread Mark Asselstine
On August 28, 2012 21:11:47 Burton, Ross wrote: On 28 August 2012 21:01, Mark Asselstine mark.asselst...@windriver.com wrote: But surely this should be running very early in the boot, and a DHCP-assigned name should be running afterwards? That hasn't been what I have observed, and

[OE-core] [PATCH] poky-tiny: Enable x86-64 to build eglibc correctly

2012-08-30 Thread Saul Wold
The libc-libm-big option allows eglibc to correctly configure itself to include the correct math functions for 64bit operations [YOCTO #2943] Signed-off-by: Saul Wold s...@linux.intel.com --- meta-yocto/conf/distro/poky-tiny.conf |1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH] poky-tiny: Enable x86-64 to build eglibc correctly

2012-08-30 Thread Chris Larson
On Thu, Aug 30, 2012 at 12:48 PM, Saul Wold s...@linux.intel.com wrote: The libc-libm-big option allows eglibc to correctly configure itself to include the correct math functions for 64bit operations [YOCTO #2943] Signed-off-by: Saul Wold s...@linux.intel.com I'm curious, is this needed for

Re: [OE-core] [PATCH] poky-tiny: Enable x86-64 to build eglibc correctly

2012-08-30 Thread Khem Raj
On Thu, Aug 30, 2012 at 1:13 PM, Phil Blundell ph...@gnu.org wrote: On Thu, 2012-08-30 at 13:04 -0700, Chris Larson wrote: On Thu, Aug 30, 2012 at 12:48 PM, Saul Wold s...@linux.intel.com wrote: The libc-libm-big option allows eglibc to correctly configure itself to include the correct math

Re: [OE-core] [PATCH] poky-tiny: Enable x86-64 to build eglibc correctly

2012-08-30 Thread Khem Raj
On Thu, Aug 30, 2012 at 12:48 PM, Saul Wold s...@linux.intel.com wrote: The libc-libm-big option allows eglibc to correctly configure itself to include the correct math functions for 64bit operations [YOCTO #2943] Signed-off-by: Saul Wold s...@linux.intel.com ---

[OE-core] [PATCH] connman: Ignore eth0 cleanup when booting over the network

2012-08-30 Thread Saul Wold
There was a change to connman, such that it cleans up the route table for devices at startup, this was causing the network to get lost and NFS to loose it connection. The -I option will cause the device to be ignored. [YOCTO #3008] Signed-off-by: Saul Wold s...@linux.intel.com ---