[OE-core] [PATCH][master][Drown] openssl: Security fix Drown via 1.0.1g update

2016-03-01 Thread Armin Kuster
From: Armin Kuster CVE-2016-0800 CVE-2016-0705 CVE-2016-0798 CVE-2016-0797 CVE-2016-0799 CVE-2016-0702 CVE-2016-0703 CVE-2016-0704 https://www.openssl.org/news/secadv/20160301.txt Updated 2 debian patches to match changes in 1.0.1g Signed-off-by: Armin Kuster --- .../openssl/debian1.0.2

[OE-core] [jethro][fido][PATCH] openssl: Security fix CVE-2016-0800

2016-03-01 Thread Armin Kuster
From: Armin Kuster CVE-2016-0800 SSL/TLS: Cross-protocol attack on TLS using SSLv2 (DROWN) https://www.openssl.org/news/secadv/20160301.txt Signed-off-by: Armin Kuster --- .../openssl/openssl/CVE-2016-0800.patch| 198 +++ .../openssl/openssl/CVE-2016-0800_2.patch

Re: [OE-core] [PATCH 0/3] Add initial capability to check CVEs for recipes

2016-03-01 Thread Mikko.Rapeli
On Tue, Mar 01, 2016 at 09:15:37AM -0600, Mariano Lopez wrote: > > > On 02/29/2016 08:19 AM, mikko.rap...@bmw.de wrote: > >On Mon, Feb 29, 2016 at 02:17:26PM +, Burton, Ross wrote: > >>On 26 February 2016 at 08:14, wrote: > >> > >>>17:45:37 *** 0013:with open(patch_file, "r") as f:

Re: [OE-core] [poky] [PATCH 1/1] poky: update qemu* to prefer 4.4 kernel

2016-03-01 Thread Paul Gortmaker
[Re: [poky] [PATCH 1/1] poky: update qemu* to prefer 4.4 kernel] On 13/02/2016 (Sat 17:17) Richard Purdie wrote: > I'm moving the discussion to OE-Core and pulling in some kernel people. > I think I understand what is wrong and how to fix it but I could use > someone who actually knows this code.

Re: [OE-core] [PATCH 0/4] make vm + live images can build together

2016-03-01 Thread Robert Yang
On 03/02/2016 12:36 AM, Burton, Ross wrote: On 29 February 2016 at 05:54, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: syslinux.bbclass: make vm and live can be built together sanity.bbclass: remove conflict checking for image vm and live If I build a core-i

Re: [OE-core] [PATCHv2] Add tune for 32-bit ARMv8-a

2016-03-01 Thread Andrei Gherzan
Hi Daniel, On Sat, Feb 27, 2016 at 1:44 PM, Daniel Dragomir < daniel.drago...@windriver.com> wrote: > This patch adds tunes for 32-bit armv8 platforms. The user can select > the vector floating-point instruction set: vfpv3, vfpv4 or fp-armv8 > and the Neon, crc and crypto extensions. > > Also, fi

[OE-core] [PATCH] busybox.inc: add tail symlink so busybox can commit suicide cleanly

2016-03-01 Thread Alejandro del Castillo
update-alternatives-opkg uses tail, which requires a temporary symlink on tmpdir during removal, to avoid errors of the type: /usr/bin/update-alternatives: line 113: tail: command not found Signed-off-by: Alejandro del Castillo --- meta/recipes-core/busybox/busybox.inc | 1 + 1 file changed, 1

Re: [OE-core] [oe-core][Patch][jethro][master] xcursor-transparent-theme: insert several cursors

2016-03-01 Thread Burton, Ross
On 1 March 2016 at 22:22, Johannes Pointner wrote: > The upstream status is quite difficult to define because I don't know > if there is an upstream for this package. > We're upstream: http://git.yoctoproject.org/cgit/cgit.cgi/xcursor-transparent-theme/. Please submit this as a patch to that lay

Re: [OE-core] [oe-core][Patch][jethro][master] xcursor-transparent-theme: insert several cursors

2016-03-01 Thread Johannes Pointner
Hello Richard, sorry I forgot to add a description into the patch. The upstream status is quite difficult to define because I don't know if there is an upstream for this package. I'm using Qt5 with X11 and have seen some cursor even if the transparent-theme is set because of the missing cursors.

Re: [OE-core] [oe-core][Patch][jethro][master] xcursor-transparent-theme: insert several cursors

2016-03-01 Thread Richard Purdie
On Tue, 2016-03-01 at 22:39 +0100, Johannes Pointner wrote: > This patch inserts several cursors which are used by Qt for example. > > Signed-off-by: Johannes Pointner > --- > .../insert_several_cursors.patch | 79 > ++ > .../xcursor-transparent-theme_0.1.1.

[OE-core] [oe-core][Patch][jethro][master] xcursor-transparent-theme: insert several cursors

2016-03-01 Thread Johannes Pointner
This patch inserts several cursors which are used by Qt for example. Signed-off-by: Johannes Pointner --- .../insert_several_cursors.patch | 79 ++ .../xcursor-transparent-theme_0.1.1.bb | 3 +- 2 files changed, 81 insertions(+), 1 deletion(-)

[OE-core] [oe-core][Patch][jethro] xf86-video-modesetting: Require sufficiently new libdrm

2016-03-01 Thread Johannes Pointner
This fixes the check of the libdrm version in the configure script. Signed-off-by: Johannes Pointner --- .../0002-modesetting_libdrm_requirements.patch | 29 ++ .../xorg-xserver/xserver-xorg_1.17.2.bb| 1 + 2 files changed, 30 insertions(+) create mode 10075

[OE-core] OE Changelog since 2016-02-21 until 2016-02-28

2016-03-01 Thread cliff . brake
Changelog since 2016-02-21 until 2016-02-28. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [PATCHv2] Add tune for 32-bit ARMv8-a

2016-03-01 Thread Andre McCurdy
On Tue, Mar 1, 2016 at 8:33 AM, Dragomir Daniel wrote: > > On 03/01/2016 02:02 AM, Andre McCurdy wrote: >> >> On Sat, Feb 27, 2016 at 4:44 AM, Daniel Dragomir >> wrote: >>> >>> This patch adds tunes for 32-bit armv8 platforms. The user can select >>> the vector floating-point instruction set: vfp

[OE-core] [PATCH] populate_sdk_ext: Make populate_sdk_ext nostamp

2016-03-01 Thread Randy Witt
Since the metadata for multiple layers will be put into the sdk, anytime those layers change the sdk needs to be rebuilt. Ideally, this would use checksums to only rebuild when necessary. However, since this feature needs to be in the release, opt for a less intrusive change by setting the task to

Re: [OE-core] [PATCH 0/4] make vm + live images can build together

2016-03-01 Thread Burton, Ross
On 29 February 2016 at 05:54, Robert Yang wrote: >syslinux.bbclass: make vm and live can be built together >>sanity.bbclass: remove conflict checking for image vm and live > > If I build a core-image-sato for intel-corei7-32 I get this warning: WARNING: core-image-sato-base-1.0-r0 do_boo

Re: [OE-core] [PATCHv2] Add tune for 32-bit ARMv8-a

2016-03-01 Thread Dragomir Daniel
On 03/01/2016 02:02 AM, Andre McCurdy wrote: On Sat, Feb 27, 2016 at 4:44 AM, Daniel Dragomir wrote: This patch adds tunes for 32-bit armv8 platforms. The user can select the vector floating-point instruction set: vfpv3, vfpv4 or fp-armv8 and the Neon, crc and crypto extensions. Why vfpv3? A

Re: [OE-core] [PATCH 00/10] Integrate swupd software updater

2016-03-01 Thread Joshua G Lock
On Wed, 2016-02-24 at 19:49 +0100, Patrick Ohly wrote: > On Wed, 2016-02-24 at 16:09 +, Lock, Joshua G wrote: > > > > On Wed, 2016-02-24 at 16:37 +0100, Patrick Ohly wrote: > > > > > > Hello! > > > > > > I haven't had a chance to play with the actual code yet and I > > > don't > > > know > >

Re: [OE-core] [PATCH 0/3] Add initial capability to check CVEs for recipes

2016-03-01 Thread Mariano Lopez
On 02/29/2016 08:19 AM, mikko.rap...@bmw.de wrote: On Mon, Feb 29, 2016 at 02:17:26PM +, Burton, Ross wrote: On 26 February 2016 at 08:14, wrote: 17:45:37 *** 0013:with open(patch_file, "r") as f: 17:45:37 0014:patch_text = f.read() 17:45:37 0015: 17:45:37

Re: [OE-core] [PATCH 04/19] nspr: update to 4.12

2016-03-01 Thread Khem Raj
On Tue, Mar 1, 2016 at 6:14 AM, Alexander Kanavin wrote: > On 02/29/2016 08:39 PM, Khem Raj wrote: >> >> This broke musl builds see >> >> >> http://errors.yoctoproject.org/Errors/Details/38154/ > > > The failing patch is applied only when musl is in use (and so the regression > went unnoticed). Ca

[OE-core] [PATCH] rpm: disable stack protector in popt

2016-03-01 Thread Ross Burton
The stack protector flags in the internal popt can cause link problems with rpm, so disable them. Signed-off-by: Ross Burton --- .../rpm/rpm/popt-no-stack-protector.patch | 27 ++ meta/recipes-devtools/rpm/rpm_5.4.16.bb| 1 + 2 files changed, 28 insertio

Re: [OE-core] [PATCH 0/4] Upgrade RPM to 5.4.16 (CVE HEAD)

2016-03-01 Thread Burton, Ross
On 1 March 2016 at 13:38, Burton, Ross wrote: > http://errors.yoctoproject.org/Errors/Details/38890/: > > /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/build/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-rpm/5.4.16-r0/build/popt/.libs/libpopt.so: > undefined reference to `

Re: [OE-core] [PATCH 04/19] nspr: update to 4.12

2016-03-01 Thread Alexander Kanavin
On 02/29/2016 08:39 PM, Khem Raj wrote: This broke musl builds see http://errors.yoctoproject.org/Errors/Details/38154/ The failing patch is applied only when musl is in use (and so the regression went unnoticed). Can you rework it so that it can be applied unconditionally? Alex -- _

Re: [OE-core] [PATCH 05/10] swupdbundle: new class to generate virtual images for swupd-image

2016-03-01 Thread Joshua G Lock
Hi Patrick, Apologies for the delayed response. On Thu, 2016-02-25 at 18:06 +0100, Patrick Ohly wrote: > On Wed, 2016-02-24 at 14:52 +, Joshua Lock wrote: > > > > Our initial strategy to generate bundles for consumption by swupd > > is to generate images which contain the base image (os-core

Re: [OE-core] [PATCH 0/4] Upgrade RPM to 5.4.16 (CVE HEAD)

2016-03-01 Thread Burton, Ross
Sorry Mark... http://errors.yoctoproject.org/Errors/Details/38890/: /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/build/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-rpm/5.4.16-r0/build/popt/.libs/libpopt.so: undefined reference to `__stack_chk_guard' I'm also seeing like

Re: [OE-core] [Documentation][PATCH] Server comm: try connecting 4 times before giving up

2016-03-01 Thread Lucas Nunes
Please ignore the [Documentation] tag, I forgot to remove it. -- Lucas Dutra Nunes -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [Documentation][PATCH] Server comm: try connecting 4 times before giving up

2016-03-01 Thread Lucas Dutra Nunes
Instead of trying one time with a timeout of 20 seconds try 4 times with a timeout of 5 seconds, to account for a slow server start. Signed-off-by: Lucas Dutra Nunes --- bitbake/lib/bb/server/process.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bitbake/lib/bb

[OE-core] [PATCH] rpm: fix races over rpmqv.c in parallel builds

2016-03-01 Thread Ross Burton
Signed-off-by: Ross Burton --- .../recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch | 37 +++--- 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch b/meta/recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch index b3c14fd..

[OE-core] [PATCH v3] avahi: make dbus optional but default

2016-03-01 Thread Jens Rehsack
Since do_install fails when dbus is removed by .bbappend, add packageconfig to allow users to get rid of desktop ipc helper dbus. Signed-off-by: Jens Rehsack --- meta/recipes-connectivity/avahi/avahi.inc | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-conn

Re: [OE-core] [PATCH] gcc: add TUNE_CCARGS for CFLAGS_FOR_TARGET of gcc-cross-canadian

2016-03-01 Thread Richard Purdie
On Tue, 2016-03-01 at 15:53 +0800, Zhou, Li wrote: > Please refer to Peter Seebach's patch earlier: > http://lists.openembedded.org/pipermail/openembedded-core/2016-Januar > y/115472.html > My patch should be based on that. > I think the change is not only for canadian build. Thanks. > > On 03/01/

[OE-core] [PATCH] bootimg: set default value for LABELS variable

2016-03-01 Thread Ed Bartosh
With empty LABELS variable build_efi_cfg skips most of its functionality producing warning message: 'LABELS not defined, nothing to do' This causes build failure for efi images. Setting default value for LABELS to 'boot install' should fix this issue. Signed-off-by: Ed Bartosh --- meta/clas

[OE-core] [PATCH 0/1] pTest-tcl fail fixed

2016-03-01 Thread Dengke Du
The following changes since commit 23056103c949b498c23b47579e8dd57ce78e6ed9: uclibc: Do not use immediate expansion operator (2016-02-22 20:42:48 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib dengke/pTest-tcl-fail-fixed http://cgit.op

[OE-core] [PATCH 1/1] pTest-tcl fail fixed

2016-03-01 Thread Dengke Du
http.test httpold.test socket.test failed when run the pTest-tcl,because the tcl script "info hostname" in /usr/lib/tcl/ptest/tests/http.test on target fail. When run the "info hostname" get the hostname,but it can find the IP in the /etc/hosts, so it failed. We need to add the IP and hostname pair

Re: [OE-core] [PATCH v2] site: enable pthread support for x86_64 APR builds

2016-03-01 Thread Ioan-Adrian Ratiu
On Mon, 29 Feb 2016 20:17:47 + Richard Purdie wrote: > On Mon, 2016-02-29 at 16:53 +0200, Ioan-Adrian Ratiu wrote: > > The apache2 package is missing key pieces of pthread support (notably > > pthread_kill) on x86_64 platforms. Fix this by setting cached > > variable > > apr_cv_pthreads_cflag

Re: [OE-core] [PATCH] no-static-libs.inc: add gdb

2016-03-01 Thread Martin Jansa
On Tue, Mar 01, 2016 at 08:40:13AM +, Burton, Ross wrote: > On 1 March 2016 at 00:43, Martin Jansa wrote: > > > OE qemux86@ ~/build/oe-core $ cat > > meta-qt5/recipes-devtools/gdb/gdb_%.bbappend > > PACKAGECONFIG ??= "python" > > > > Having fixed number of these myself it's definitely best p

Re: [OE-core] [PATCH] no-static-libs.inc: add gdb

2016-03-01 Thread Burton, Ross
On 1 March 2016 at 00:43, Martin Jansa wrote: > OE qemux86@ ~/build/oe-core $ cat > meta-qt5/recipes-devtools/gdb/gdb_%.bbappend > PACKAGECONFIG ??= "python" > Having fixed number of these myself it's definitely best practise to use PACKAGECONFIG_append and _remove in a bbappend. Ross -- _

[OE-core] [PATCH] net-tools: Add SCTP option support

2016-03-01 Thread Li Zhou
Porting three net-tools SCTP related patches from to add support for SCTP option. Signed-off-by: Li Zhou --- .../net-tools/net-tools/net-tools-1.60-sctp1.patch | 638

Re: [OE-core] [oe] [PATCH] gpsd: Fix build when static libs disabled

2016-03-01 Thread Martin Jansa
On Tue, Mar 01, 2016 at 07:58:14AM +, Chris Trobridge wrote: > http://lists.openembedded.org/pipermail/openembedded-devel/2016-February/106230.html > > > Fix this build error: > > SCons Error: no such option: --disable-static > > Signed-off-by: Maxin B. John > > --- > >  meta-oe/recipes-navig

Re: [OE-core] [PATCH] no-static-libs.inc: add gdb

2016-03-01 Thread Martin Jansa
On Tue, Mar 01, 2016 at 08:04:27AM +, Richard Purdie wrote: > On Tue, 2016-03-01 at 01:43 +0100, Martin Jansa wrote: > > On Mon, Feb 29, 2016 at 10:30:17PM +0100, Martin Jansa wrote: > > > No special configuration IIRC (will check tomorrow and send whole > > > config.log). > > > > > > But it f

Re: [OE-core] [PATCH] no-static-libs.inc: add gdb

2016-03-01 Thread Richard Purdie
On Tue, 2016-03-01 at 01:43 +0100, Martin Jansa wrote: > On Mon, Feb 29, 2016 at 10:30:17PM +0100, Martin Jansa wrote: > > No special configuration IIRC (will check tomorrow and send whole > > config.log). > > > > But it failed the same in my minimal chroot env with just oe-core > > and on > > Ubu

Re: [OE-core] [oe] [PATCH] gpsd: Fix build when static libs disabled

2016-03-01 Thread Chris Trobridge
Sorry wrong list again... Still half asleep. > From: christrobri...@hotmail.com > To: openembedded-core@lists.openembedded.org > Date: Tue, 1 Mar 2016 07:58:14 + > Subject: [OE-core] [oe] [PATCH] gpsd: Fix build when static libs disabled > > http://lis