Re: [oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for journald logging

2016-06-15 Thread Khem Raj
On Thu, Jun 9, 2016 at 4:43 AM, Christoph Settgast wrote: > Note from qtbase configure script: > > If your users intend on developing applications if logging to journal > is enabled, ensure that the IDEs they use either set > QT_LOGGING_TO_CONSOLE to 1 or the

Re: [oe] [PATCH] libeigen: update to 3.2.8

2016-06-15 Thread Khem Raj
On Mon, Jun 13, 2016 at 4:33 AM, Lukas Bulwahn wrote: > Due to the update, the pkg_config_libdir configuration has become > obsolete, and instead the pkgconfig directory must be added to the > dev-package. Generally its good to use -M when creating patch to git

Re: [oe] [meta-networking][PATCHv3] chrony: Versatile implementation of NTP

2016-06-15 Thread Koen Kooi
> Op 15 jun. 2016, om 20:17 heeft Henry Hallam het > volgende geschreven: > > From: Henry Hallam > > chrony is an alternative to ntpd. In particular it may be useful > for quasi-realtime embedded systems that have a pulse-per-second > time

[oe] [meta-networking][PATCHv3] chrony: Versatile implementation of NTP

2016-06-15 Thread Henry Hallam
From: Henry Hallam chrony is an alternative to ntpd. In particular it may be useful for quasi-realtime embedded systems that have a pulse-per-second time reference available and need to rapidly synchronize to it after boot, which appears to be unachievable with ntpd.

[oe] [meta-networking][PATCHv3] chrony: Versatile implementation of NTP

2016-06-15 Thread Henry Hallam
Patch version 3: - Move variable defs to appropriate places in the recipe, per Koen's feedback - Correct location of drift file - Add conflict with ntimed, and note about systemd-timesyncd Thanks, Henry -- ___ Openembedded-devel mailing list

[oe] [meta-oe][PATCH] iperf: resolve issues with gcc6

2016-06-15 Thread Derek Straka
Signed-off-by: Derek Straka --- .../iperf/iperf-2.0.5/0002-fix-bool-size-m4.patch| 16 meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb | 4 +--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644

Re: [oe] [OE-core] State of bitbake world 2016-06-13

2016-06-15 Thread Martin Jansa
Derek already sent similar patches. Thanks On Wed, Jun 15, 2016 at 4:53 PM, Patrick Ohly wrote: > On Wed, 2016-06-15 at 12:45 +0200, Martin Jansa wrote: > > libgphoto2, v4l-utils fail because recent upgrade of libjpeg-turbo in > oe-core (PNBLACKLIST sent) > > I have

[oe] [meta-oe][PATCH 2/2] v4l-utils: fix compatibility with libjpeg-turbo

2016-06-15 Thread Patrick Ohly
The libjpeg-turbo update to 1.5.0 broke components which embedd their own, conflicting definitions of the jpeg_mem functions. Signed-off-by: Patrick Ohly --- .../jpeg_memsrcdest-extend-feature-check.patch | 62 ++

[oe] [meta-oe][PATCH 1/2] libgphoto2: fix compatibility with libjpeg-turbo

2016-06-15 Thread Patrick Ohly
The libjpeg-turbo update to 1.5.0 broke components which embedd their own, conflicting definitions of the jpeg_mem functions. Signed-off-by: Patrick Ohly --- .../jpeg_memsrcdest-extend-feature-check.patch | 97 ++

[oe] [meta-browser][PATCH] chromium: Fix build issue with i686

2016-06-15 Thread Davis, Michael
Previously a build of i686 would fail looking for include.gypi. With this new directory it can be found by both i686 and i586 targetted builds. Signed-off-by: Michael Davis --- recipes-browser/chromium/chromium/i586/include.gypi | 5 -

[oe] [meta-oe][PATCH] poco: update to 1.7.3

2016-06-15 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} (96%) diff --git

[oe] [meta-oe][PATCH] v4l-utils: correct compatibility issues with libjpeg-turbo-1.5.0

2016-06-15 Thread Derek Straka
Signed-off-by: Derek Straka --- .../0002-correct-jpeg-memsrcdest-support.patch | 27 ++ .../recipes-multimedia/v4l2apps/v4l-utils_1.6.2.bb | 5 +--- 2 files changed, 28 insertions(+), 4 deletions(-) create mode 100644

Re: [oe] [PATCH] rootfs-postcommands: generate /var/lib/systemd/clock

2016-06-15 Thread Jan Remmet
On Wed, Jun 15, 2016 at 12:02:18PM +0200, Martin Jansa wrote: > On Wed, Jun 15, 2016 at 11:23:32AM +0200, Jan Remmet wrote: > > systemd timesyncd check /var/lib/systemd/clock instead of > > /etc/timestamp. > > If this file is missing it defaults to TIME_EPOCH. It's set while > > configuring

[oe] [meta-oe][PATCH 2/2] gvfs: remove dependency on broken libgphoto2

2016-06-15 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gvfs/gvfs_1.24.2.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.24.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.24.2.bb index aa62070..6f2bd42 100644

[oe] [meta-oe][PATCH 1/2] gphoto2, mpv: blacklist because dependency on broken libgphoto2 and libv4l

2016-06-15 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.8.bb | 1 + meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb | 2 ++ 2 files changed, 3 insertions(+) diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.8.bb

[oe] [meta-oe][PATCH] libgphoto2: correct compatibility issues with libjpeg-turbo-1.5.0

2016-06-15 Thread Derek Straka
Signed-off-by: Derek Straka --- .../0002-correct-jpeg-memsrcdest-support.patch | 54 ++ .../recipes-graphics/gphoto2/libgphoto2_2.5.8.bb | 5 +- 2 files changed, 55 insertions(+), 4 deletions(-) create mode 100644

[oe] State of bitbake world 2016-06-13

2016-06-15 Thread Martin Jansa
On Mon, Jun 13, 2016 at 10:01:56PM +0200, Martin Jansa wrote: > On Thu, Jun 09, 2016 at 09:03:45AM +0200, Martin Jansa wrote: > > This report includes python3 changes, there are few more failures, but > > it's hard to see what is new, so I've sent couple PNBLACKLISTs for > > recipes reported in

Re: [oe] [PATCH] rootfs-postcommands: generate /var/lib/systemd/clock

2016-06-15 Thread Martin Jansa
On Wed, Jun 15, 2016 at 11:23:32AM +0200, Jan Remmet wrote: > systemd timesyncd check /var/lib/systemd/clock instead of > /etc/timestamp. > If this file is missing it defaults to TIME_EPOCH. It's set while > configuring systemd. Wrong ML, re-send to openembedded-core > > Signed-off-by: Jan

[oe] [meta-oe] gpsd fails to compile due to scons-generated malformed command line

2016-06-15 Thread Schäfer-Hutter
Hi there, I'm getting the following error when trying to compile gpsd: | arm-linux-gnueabihf-gcc -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 --sysroot=/home/ashaepe/yocto/tmn2000/build/arago-tmp-external-linaro-toolchain/sysroots/k2l-evm -o bits.os -c

[oe] [PATCH] rootfs-postcommands: generate /var/lib/systemd/clock

2016-06-15 Thread Jan Remmet
systemd timesyncd check /var/lib/systemd/clock instead of /etc/timestamp. If this file is missing it defaults to TIME_EPOCH. It's set while configuring systemd. Signed-off-by: Jan Remmet --- meta/classes/rootfs-postcommands.bbclass | 6 ++ 1 file changed, 6 insertions(+)

Re: [oe] [meta-networking][PATCH v2] chrony: Versatile implementation of NTP

2016-06-15 Thread Koen Kooi
> Op 15 jun. 2016, om 04:12 heeft Henry Hallam het > volgende geschreven: > > From: Henry Hallam [..] > +DEPENDS = "pps-tools" > +# It's probably a bad idea to run chrony and ntpd on the same system. > +RCONFLICTS_${PN} = “ntp" The rule of