[oe] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Khem Raj
Hi All As we all know eglibc has been merged back into glibc and 2.19 was the last release, here I have put together the recipes for upcoming glibc 2.20 release and removed eglibc 2.19 in favor of move. I also thought about leaving eglibc in there but then eglibc and glibc were pretty much same

Re: [oe] [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS

2014-08-28 Thread Khem Raj
On 14-08-27 09:29:00, Koen Kooi wrote: This drags in full util-linux, a future TODO is to split up util-linux completely in OE-core. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Richard Purdie
On Wed, 2014-08-27 at 23:41 -0700, Khem Raj wrote: Hi All As we all know eglibc has been merged back into glibc and 2.19 was the last release, here I have put together the recipes for upcoming glibc 2.20 release and removed eglibc 2.19 in favor of move. I also thought about leaving eglibc

Re: [oe] [meta-webserver] nginx 1.7.4 cross-compiling patches

2014-08-28 Thread Khem Raj
On 14-08-27 22:36:59, James Le Cuirot wrote: Hello, I was trying to cross-compile nginx 1.7.4 on Gentoo and found your nginx-cross.patch. It almost applied, despite being prepared against 1.0.11. I recreated it and everything worked except that the --with-endian option is not actually

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Khem Raj
On 14-08-28 08:18:57, Richard Purdie wrote: On Wed, 2014-08-27 at 23:41 -0700, Khem Raj wrote: Hi All As we all know eglibc has been merged back into glibc and 2.19 was the last release, here I have put together the recipes for upcoming glibc 2.20 release and removed eglibc 2.19 in

Re: [oe] [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS

2014-08-28 Thread Koen Kooi
Op 28 aug. 2014, om 09:21 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: On 14-08-27 09:29:00, Koen Kooi wrote: This drags in full util-linux, a future TODO is to split up util-linux completely in OE-core. Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---

Re: [oe] [meta-webserver] nginx 1.7.4 cross-compiling patches

2014-08-28 Thread Martin Jansa
On Thu, Aug 28, 2014 at 12:42:08AM -0700, Khem Raj wrote: On 14-08-27 22:36:59, James Le Cuirot wrote: Hello, I was trying to cross-compile nginx 1.7.4 on Gentoo and found your nginx-cross.patch. It almost applied, despite being prepared against 1.0.11. I recreated it and everything

[oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
gpsd by default builds with PPS (pulse-per-second) support, but without kernel support to capture the edge of the pulse the accuracy is only +/-5us. Under Linux the pps-tools package installs the header required for the user-level API to the RFC 2783 KPPS interface. If gpsd detects this header,

[oe] [meta-oe][PATCH 2/5] gpsd: update to 3.10

2014-08-28 Thread Peter A. Bigot
Patches rebased onto new version with no material changes. Signed-off-by: Peter A. Bigot p...@pabigot.com --- ...truct-respect-sysroot-also-in-SPLINTOPTS.patch} | 19 ++ .../0002-SConstruct-remove-rpath.patch}| 19 ++ ...refix-includepy-with-sysroot-and-drop-sy.patch}

[oe] [meta-oe][PATCH 1/5] ntp: re-enable server debugging and control by PACKAGECONFIG

2014-08-28 Thread Peter A. Bigot
The description in a previous patch to disable debugging is incorrect. Although the option is default-enabled in configure.ac, configure does respect the option that disables it. In ntp 4.2.7 the option code is refactored to ntp_debug.m4 and has an effect in sntp as well. Adding

[oe] [meta-oe][PATCH 3/5] pps-tools: add recipe

2014-08-28 Thread Peter A. Bigot
This provides some utilities and a user-space header necessary to use the Linux KPPS (RFC 2783) capabilities of gpsd and ntp. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta-oe/recipes-support/pps-tools/pps-tools_git.bb | 16 1 file changed, 16 insertions(+) create mode

[oe] [meta-oe][PATCH 0/5] ntpd and gpsd updates for high-precision timing

2014-08-28 Thread Peter A. Bigot
The first patch restores server debugging capability to NTP, a feature that is necessary when diagnosing configuration issues. The remaining patches make it possible to use the pulse-per-second capability of GPS and Linux RFC 2783 kernel PPS support to synchronize clocks to microsecond accuracy,

[oe] [meta-oe][PATCH 5/5] ntp: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
ntp checks for presence of sys/timepps.h to determine whether the kernel supports the RFC 2783 KPPS interface. Without this feature the ATOM clock driver does not work, and other drivers like NMEA require offset configuration. See: http://doc.ntp.org/4.2.6/kernpps.html Signed-off-by: Peter A.

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Burton, Ross
On 28 August 2014 13:06, Peter A. Bigot p...@pabigot.com wrote: +PACKAGECONFIG ??= +PACKAGECONFIG[kpps] = ,,pps-tools That's not actually deterministic - if pps-tools is installed but the packageconfig option is disabled then gpsd will still enable the support. Ross --

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter A. Bigot p...@pabigot.com wrote: +PACKAGECONFIG ??= +PACKAGECONFIG[kpps] = ,,pps-tools That's not actually deterministic - if pps-tools is installed but the packageconfig option is disabled then gpsd will still enable

Re: [oe] [meta-oe][for-daisy][PATCH] php: Fix native build due mistakenly linking against host's iconv

2014-08-28 Thread Otavio Salvador
Martin, On Wed, Aug 27, 2014 at 11:04 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, Aug 25, 2014 at 10:15 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Sun, Aug 24, 2014 at 8:36 PM, Khem Raj raj.k...@gmail.com wrote: On Sun, Aug 24, 2014 at 2:03 PM, Otavio Salvador

Re: [oe] [meta-webserver] nginx 1.7.4 cross-compiling patches

2014-08-28 Thread James Le Cuirot
On Thu, 28 Aug 2014 16:27:59 +0200 Martin Jansa martin.ja...@gmail.com wrote: On Thu, Aug 28, 2014 at 10:38:26AM +0100, James Le Cuirot wrote: On Thu, 28 Aug 2014 11:29:44 +0200 Martin Jansa martin.ja...@gmail.com wrote: On Thu, Aug 28, 2014 at 12:42:08AM -0700, Khem Raj wrote: On

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
On 08/28/2014 09:32 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 08:05:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter A. Bigot p...@pabigot.com wrote: +PACKAGECONFIG ??= +PACKAGECONFIG[kpps] = ,,pps-tools That's not actually

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Martin Jansa
On Thu, Aug 28, 2014 at 10:23:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 09:32 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 08:05:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter A. Bigot p...@pabigot.com wrote:

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
On 08/28/2014 10:23 AM, Peter A. Bigot wrote: On 08/28/2014 09:32 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 08:05:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter A. Bigot p...@pabigot.com wrote: +PACKAGECONFIG ??=

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Peter A. Bigot
On 08/28/2014 10:47 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 10:23:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 09:32 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 08:05:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06, Peter

Re: [oe] [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

2014-08-28 Thread Martin Jansa
On Thu, Aug 28, 2014 at 10:48:59AM -0500, Peter A. Bigot wrote: On 08/28/2014 10:23 AM, Peter A. Bigot wrote: On 08/28/2014 09:32 AM, Martin Jansa wrote: On Thu, Aug 28, 2014 at 08:05:54AM -0500, Peter A. Bigot wrote: On 08/28/2014 07:53 AM, Burton, Ross wrote: On 28 August 2014 13:06,

[oe] [meta-networking][PATCH v2] ntp: add deterministic support for KPPS interface

2014-08-28 Thread Peter A. Bigot
ntp checks for presence of sys/timepps.h to determine whether the kernel supports the RFC 2783 KPPS interface. Under Linux the pps-tools package installs this header. Without this feature the ATOM clock driver does not work, and other drivers like NMEA have reduced precision. Remove the feature

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Richard Purdie
On Wed, 2014-08-27 at 23:41 -0700, Khem Raj wrote: Hi All As we all know eglibc has been merged back into glibc and 2.19 was the last release, here I have put together the recipes for upcoming glibc 2.20 release and removed eglibc 2.19 in favor of move. I also thought about leaving eglibc

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Khem Raj
On Thu, Aug 28, 2014 at 3:51 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: We're also seeing: https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/15/steps/BuildImages_1/logs/stdio which turns out to be triggered by the libc change (I confirmed on a local

Re: [oe] [meta-networking][PATCH 1/2] ntp: Disable debugging by default

2014-08-28 Thread Rongqing Li
On 08/27/2014 07:38 PM, Peter A. Bigot wrote: On 08/13/2014 10:14 PM, rongqing...@windriver.com wrote: From: Xufeng Zhangxufeng.zh...@windriver.com There is a problem in configure.ac file that whether or not '--enable-debugging' is specified in configure cmdline, debugging is always enabled.

Re: [oe] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Khem Raj
On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib tree that should take care of both xf86-input-synaptics xf86-input-vmmouse -- ___