Re: [oe] [meta-qt5][PATCH 1/2] qtdeclarative: fix compilation of examples/qquickviewcomparison

2016-04-29 Thread Denys Dmytriyenko
On Tue, Apr 26, 2016 at 08:07:58PM +0200, Martin Jansa wrote: > On Tue, Apr 26, 2016 at 09:38:42AM -0700, Khem Raj wrote: > > > > > On Apr 26, 2016, at 8:30 AM, Denys Dmytriyenko wrote: > > > > > > On Tue, Apr 26, 2016 at 08:37:19AM +0200, Martin Jansa wrote: > > >> The strange

Re: [oe] [meta-oe][PATCH] tinymembench: update to version 0.4.0 plus bux fixes

2016-04-29 Thread Derek Straka
Ah. That makes more sense why ARM_INSTRUCTION_SET is there. It still fails to build with thumb, so I reverted that portion of the patch. Thanks! On Fri, Apr 29, 2016 at 5:57 PM, Khem Raj wrote: > > > On Apr 29, 2016, at 12:49 PM, Derek Straka wrote: >

[oe] [meta-oe][PATCHv2] tinymembench: update to version 0.4.0 plus bug fixes

2016-04-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb

Re: [oe] [meta-oe][PATCH] tinymembench: update to version 0.4.0 plus bux fixes

2016-04-29 Thread Khem Raj
> On Apr 29, 2016, at 12:49 PM, Derek Straka wrote: > > Removed ARM_INSTRUCTION_SET since it builds on qemuarm and qemuarm64 without > issues > Also tested the build on qemuppc and qemux86-64 For test, you need to set ARM_INSTRUCTION_SET = “thumb” in this recipe and see

[oe] [meta-webserver][PATCH 2/2] nginx: update to version 1.9.15

2016-04-29 Thread Derek Straka
Remove a now redundant nginx-cross patch with stable moving to 1.10.X Remove a duplicate DISABLE_STATIC Signed-off-by: Derek Straka --- .../nginx/nginx-1.9.14/nginx-cross.patch | 211 - meta-webserver/recipes-httpd/nginx/nginx_1.9.14.bb | 12 --

[oe] [meta-webserver][PATCH 1/2] nginx: update stable version to 1.10.0

2016-04-29 Thread Derek Straka
The 1.8 version is now considered legacy and the stable versions 1.10.X Updated the license checksum to reflect copyright date update to 2016 Signed-off-by: Derek Straka --- .../recipes-httpd/nginx/files/nginx-cross.patch| 31 +-

[oe] [meta-webserver][PATCH 1/2] netdata: fix whitespace in the patch that caused failures when applying

2016-04-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../netdata/netdata/0001-Correct-Timeout-issue.patch | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch

[oe] [meta-webserver][PATCH 2/2] netdata: replace deprecated 'base_contains' with 'bb.utils.contains'

2016-04-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-webserver/recipes-webadmin/netdata/netdata_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb index

[oe] [meta-oe][PATCH] tinymembench: update to version 0.4.0 plus bux fixes

2016-04-29 Thread Derek Straka
Removed ARM_INSTRUCTION_SET since it builds on qemuarm and qemuarm64 without issues Also tested the build on qemuppc and qemux86-64 Signed-off-by: Derek Straka --- meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 12 ++-- 1 file changed, 2 insertions(+),

[oe] [meta-oe][PATCH] iperf3: update to version 3.1.2 plus bug fixes

2016-04-29 Thread Derek Straka
license md5 updated for copyright date modifications Signed-off-by: Derek Straka --- meta-oe/recipes-benchmark/iperf3/iperf3_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb

[oe] [meta-oe][PATCH] iozone3: update to version 434

2016-04-29 Thread Derek Straka
Update the license start and end to account for release notes Signed-off-by: Derek Straka --- .../recipes-benchmark/iozone3/{iozone3_414.bb => iozone3_434.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[oe] [meta-oe][PATCH] fio: update to version 2.9

2016-04-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-oe/recipes-benchmark/fio/{fio_2.2.6.bb => fio_2.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-benchmark/fio/{fio_2.2.6.bb => fio_2.9.bb} (95%) diff --git

[oe] [meta-oe][PATCHv2] giflib: update to version 5.1.4

2016-04-29 Thread Derek Straka
- Remove EXTRA_OECONF to disable X11 support since direct X11 window rendering has been retired Signed-off-by: Derek Straka --- .../recipes-devtools/giflib/{giflib_4.1.6.bb => giflib_5.1.4.bb} | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename

Re: [oe] [meta-oe][PATCH] giflib: update to version 5.1.4

2016-04-29 Thread Martin Jansa
On Fri, Apr 29, 2016 at 12:05:52PM -0400, Derek Straka wrote: > Signed-off-by: Derek Straka > --- > .../recipes-devtools/giflib/{giflib_4.1.6.bb => giflib_5.1.4.bb} | 8 > +++- > 1 file changed, 3 insertions(+), 5 deletions(-) > rename

[oe] [meta-oe][PATCH] giflib: update to version 5.1.4

2016-04-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/giflib/{giflib_4.1.6.bb => giflib_5.1.4.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-oe/recipes-devtools/giflib/{giflib_4.1.6.bb => giflib_5.1.4.bb} (67%) diff --git

[oe] [meta-networking][PATCH] samba: remove dependency on ctdb

2016-04-29 Thread Mark Asselstine
During rootfs creation the following error is being hit Preparing... [ 0%] warning: Removing ctdb-2.5.1-r0@core2_64 due to file /usr/bin/ctdb conflicting with samba-4.4.2-r0@core2_64 error: ctdb-dev-2.5.1-r0 conflicts with ctdb = 2.5.1-r0

[oe] [meta-oe][PATCHv2] fribidi: update to version 0.19.7

2016-04-29 Thread Derek Straka
* license copyright entities were updated Signed-off-by: Derek Straka --- meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb | 17 - meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb | 17 + 2 files changed, 17 insertions(+), 17

[oe] [meta-oe][PATCH] syslog-ng.inc: fix prerm script & class includes

2016-04-29 Thread Ioan-Adrian Ratiu
The order of class includes is very important because it's the order in which classes are evaluated. Both update-rc.d and update-alternatives write to the prerm script, so the class order decides the script code ordering. As they are now, prerm is: #!/bin/sh update-alternatives --remove

[oe] [meta-multimedia][PATCH] sox: dep on ffmpeg, not libav

2016-04-29 Thread Sujith Haridasan
From: Christopher Larson The libav recipe no longer exists, in favor of ffmpeg. Signed-off-by: Christopher Larson Signed-off-by: Sujith Haridasan --- meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | 2 +- 1

Re: [oe] [meta-java][PATCH v2 1/3] java-bootstrapping: Do not rely on hardcoded paths

2016-04-29 Thread Maxin B. John
Hi, On Fri, Apr 29, 2016 at 09:48:19AM +0300, Erkka Kääriä wrote: > Various paths to files are hardcoded in either helper scripts or the > resulting binaries (like path to Java class libraries). While this works > well when using the files on the build machine, things start breaking > down when

Re: [oe] [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-29 Thread Burton, Ross
Took it for another ride on our AB last night: http://errors.yoctoproject.org/Errors/Latest/?filter=ab893d4e1c3efc1ee73c6cfbbb9a64036c63d93c=commit The systemd-sysusers stuff I failed to remove, and is broken. There's a pango-native failure that appears to be caused by GIR. And two SDK image

Re: [oe] [PATCH 00/36] Jethro-next pull request

2016-04-29 Thread Nicolas Dechesne
hi Armin, On Thu, Apr 28, 2016 at 11:00 PM, Armin Kuster wrote: > Please consider these changes for jethro-next > > The following changes since commit c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96: > > python-m2crypto: fix SSLv2 symbol issue (2016-03-09 20:10:13 +0100) > > are

[oe] [meta-networking][jethro][PATCHv2] samba: fix paths in sysv initscript

2016-04-29 Thread Richard Leitner
For the jethro branch. The sysv initscript provided by samba assumes smbd and nmbd are installed in /opt/samba/bin/. In our case both binaries are installed to /usr/sbin/ by default. Therefore fix these paths. Furthermore fix the log and config directory as well as the name of the initscript in

[oe] [meta-networking][PATCH] samba: fix paths in sysv initscript

2016-04-29 Thread Richard Leitner
The sysv initscript provided by samba assumes smbd and nmbd are installed in /opt/samba/bin/. In our case both binaries are installed to /usr/sbin/ by default. Therefore fix these paths. Furthermore fix the log and config directory as well as the name of the initscript in its usage text.

[oe] [meta-java][PATCH v2 2/3] Openjdk-8: Fix build when using -Werror and -D_FORTIFY_SOURCE

2016-04-29 Thread Erkka Kääriä
The security flag '-D_FORTIFY_SOURCE' requires at least -O to work, otherwise a warning is given. If CFLAGS additionally contains -Werror, this warning turns into an error. As Openjdk build system intentionally deoptimizes certains files due to potential bad codegen during optimization, build will

[oe] [meta-java][PATCH v2 3/3] openjre-8_72b05.bb: Add missing patches

2016-04-29 Thread Erkka Kääriä
Two patches were only applied to openjdk-8. Apply these to jre as well Signed-off-by: Erkka Kääriä --- recipes-core/openjdk/openjre-8_72b05.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/openjdk/openjre-8_72b05.bb

[oe] [meta-java][PATCH v2 1/3] java-bootstrapping: Do not rely on hardcoded paths

2016-04-29 Thread Erkka Kääriä
Various paths to files are hardcoded in either helper scripts or the resulting binaries (like path to Java class libraries). While this works well when using the files on the build machine, things start breaking down when the sstate gets shared between multiple workers in CI, as the paths between