Re: [OE-core] [PATCH 0/3] recipetool/devtool: send errors to stderr

2015-12-11 Thread Paul Eggleton
On Fri, 11 Dec 2015 17:09:33 Christopher Larson wrote: > On Wed, Sep 23, 2015 at 11:21 AM Christopher Larson > > wrote: > > From: Christopher Larson > > > > This aligns with the behavior of bitbake proper. There is a bit of code > > duplication between knotty and scriptutils, but that's not new

[OE-core] [PATCH v2] libsndfile1: 1.0.25 -> 1.0.26

2015-12-11 Thread Tanu Kaskinen
Main points from the release announcement: * Fix for CVE-2014-9496, SD2 buffer read overflow. * Fix for CVE-2014-9756, file_io.c divide by zero. * Fix for CVE-2015-7805, AIFF heap write overflow. * Add support for ALAC encoder in a CAF container. * Add support for Cart chunks in WAV file

[OE-core] [PATCH] libsndfile1: 1.0.25 -> 1.0.26

2015-12-11 Thread Tanu Kaskinen
Main points from the release announcement: * Fix for CVE-2014-9496, SD2 buffer read overflow. * Fix for CVE-2014-9756, file_io.c divide by zero. * Fix for CVE-2015-7805, AIFF heap write overflow. * Add support for ALAC encoder in a CAF container. * Add support for Cart chunks in WAV file

[OE-core] [PATCH v5] libsolv: add new recipe

2015-12-11 Thread Alejandro del Castillo
Required by the optional opkg 0.3.1 libsolv backend. Signed-off-by: Alejandro del Castillo --- meta/recipes-extended/libsolv/libsolv_git.bb | 28 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-extended/libsolv/libsolv_git.bb diff --git a/meta/reci

Re: [OE-core] [PATCH 1/2] ptest-runner: Add version 2.0 re-implementation in python.

2015-12-11 Thread Nathan Lynch
On 12/07/2015 03:26 PM, Aníbal Limón wrote: > The new ptest-runner supports timeout of upstream tests executed, > it looks for stdout of process and if no information is available > in certain time (defaults to 5m) the process is treaty as blocked > and ptest-runner kills it, this handles problems

[OE-core] Compiling Python in a path which contains $BUILD_SYS

2015-12-11 Thread Stefan Agner
Hi, When compiling Python in a path which contains $BUILD_SYS (typically "x86_64-linux"), then Python fails to build with the following error: | x86_64-angstromsdk-linux-gcc --sysroot=/home/ags/localbin/toradex/bsp/linux/x86_64-linux/bsp/oe-core/build/out-glibc/sysroots/x86_64-nativesdk-angstrom

Re: [OE-core] [PATCH] libical: Fix parallel build failure

2015-12-11 Thread Burton, Ross
This doesn't want to apply to the patches I've got locally for libical. Can you squash this with the other patches and just have a single libical upgrade commit that incorporates the upgrade and the fixes (for clarity, conciseness, and bisectability). Cheers, Ross On 11 December 2015 at 15:19, Ma

Re: [OE-core] [PATCH v2] cups: update systemd support

2015-12-11 Thread Burton, Ross
On 22 October 2015 at 15:00, Andrew Shadura wrote: > Add PACKAGECONFIG for systemd, enable it when systemd is enabled > in DISTRO_FEATURES. Pass the correct path to systemd units, > ensure they're installed into the package. > > Drop custom systemd unit files, use those shipped by the upstream >

Re: [OE-core] [PATCH v4] libsolv: add new recipe

2015-12-11 Thread Martin Jansa
branch=master is the default, you can drop it As you set the PV inside it would be nicer to rename it to _git.bb so it's clear that it's from git. On Fri, Dec 11, 2015 at 10:29 PM, Alejandro del Castillo < alejandro.delcasti...@ni.com> wrote: > Required by the optional opkg 0.3.1 libsolv backend

[OE-core] [PATCH v4] libsolv: add new recipe

2015-12-11 Thread Alejandro del Castillo
Required by the optional opkg 0.3.1 libsolv backend. Signed-off-by: Alejandro del Castillo --- meta/recipes-extended/libsolv/libsolv_0.6.14.bb | 28 + 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-extended/libsolv/libsolv_0.6.14.bb diff --git a/meta/r

Re: [OE-core] [jethro][master][PATCH 1/1] uninative.bbclass: Choose the correct loader based on BUILD_ARCH

2015-12-11 Thread Burton, Ross
On 10 December 2015 at 22:01, Burton, Ross wrote: > Would it be neater, and more flexible when other arches are different > (specifically I'm thinking of aarch64 here) to do: > > UNINATIVE_LOADER = "${STAGING_DIR_NATIVE}/lib/ld-linux.so.2" > UNINATIVE_LOADER_x86-64 = "'${STAGING_DIR_NATIVE}/lib/l

Re: [OE-core] [PATCH 00/57] Consolidated pull for master

2015-12-11 Thread Otavio Salvador
On Fri, Dec 11, 2015 at 2:53 PM, Burton, Ross wrote: > > On 11 December 2015 at 16:31, Otavio Salvador > wrote: >> >> > Armin Kuster (1): >> > linux-firmware: update to latest >> >> Nack! please adjust the commit log to include the revision. >> >> ... >> > Otavio Salvador (1): >> > lt

[OE-core] [PATCH v2] lttng-tools: Revert wrong enforcement of Python 3.0 use

2015-12-11 Thread Otavio Salvador
The code has support and checks for Python 2 and Python 3 however during the development of 2.7 release a requirement for Python 3 was included. The Python 3 is required for runtime tests to run however those are not in use now so we can just disable the enforcement for now. This reverts the comm

[OE-core] [PATCH 0/3] recipetool/devtool: send errors to stderr

2015-12-11 Thread Christopher Larson
On Wed, Sep 23, 2015 at 11:21 AM Christopher Larson wrote: > From: Christopher Larson > > This aligns with the behavior of bitbake proper. There is a bit of code > duplication between knotty and scriptutils, but that's not new -- that was > the > case before as well. We should consider moving th

Re: [OE-core] [PATCH 0/3] recipetool/devtool: send errors to stderr

2015-12-11 Thread Christopher Larson
On Wed, Sep 23, 2015 at 11:21 AM Christopher Larson wrote: > From: Christopher Larson > > This aligns with the behavior of bitbake proper. There is a bit of code > duplication between knotty and scriptutils, but that's not new -- that was > the > case before as well. We should consider moving th

Re: [OE-core] [PATCH 00/57] Consolidated pull for master

2015-12-11 Thread Burton, Ross
On 11 December 2015 at 16:31, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > > Armin Kuster (1): > > linux-firmware: update to latest > > Nack! please adjust the commit log to include the revision. > > ... > > Otavio Salvador (1): > > lttng-tools: Revert wrong enforcement

Re: [OE-core] [PATCH 00/57] Consolidated pull for master

2015-12-11 Thread Otavio Salvador
On Fri, Dec 11, 2015 at 2:24 PM, Ross Burton wrote: > Armin Kuster (1): > linux-firmware: update to latest Nack! please adjust the commit log to include the revision. ... > Otavio Salvador (1): > lttng-tools: Revert wrong enforcement of Python 3.0 use ... The runtime test utilities,

[OE-core] [PATCH 00/57] Consolidated pull for master

2015-12-11 Thread Ross Burton
Hi, Here is a consolidated pull for master featuring upgrades, fixes, and the first stage of musl integration. Ross The following changes since commit 9cab798490100f0d1223abfe51f9f19dab40ab14: toolchain-shar-extract.sh: fix ~ not working in path (2015-12-11 11:23:30 +) are available in

[OE-core] Yocto Project Status WW50

2015-12-11 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M2 Next Deadline: YP 2.1 M2 Cutoff (Feature Freeze) date is January 25, 2016 noon GMT SWAT team rotation: Beth -> Saul https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * M1 release has been build and passed to QA *

[OE-core] [PATCH] libical: Fix parallel build failure

2015-12-11 Thread Maxin B. John
Parallel builds occasionally fail because generated headers are only partially built when they're being used. Signed-off-by: Jussi Kukkonen Signed-off-by: Maxin B. John --- .../Depend-on-headers-to-fix-parallel-build.patch | 46 ++ meta/recipes-support/libical/libical_1.0.1

Re: [OE-core] [RESEND PATCH] x11vnc: move recipe to meta-oe

2015-12-11 Thread Ioan-Adrian Ratiu
On Thu, 3 Dec 2015 14:18:53 + "Burton, Ross" wrote: > On 3 December 2015 at 10:17, Ioan-Adrian Ratiu wrote: > > > x11vnc can be configured with --use-system-libvncserver to use an > > external libvncserver which will be added to meta-oe. Since oe-core > > should not depend on meta-oe, we mo

Re: [OE-core] [PATCH v2] weston-init: Use weston-launch for XWayland

2015-12-11 Thread Otavio Salvador
On Fri, Dec 11, 2015 at 10:29 AM, Alexander Kanavin wrote: > On 12/11/2015 01:44 AM, Tom Hochstein wrote: > >> # There are multiple ways to start weston. >> if [ "$WAYLAND_DISPLAY" ]; then >> echo -e "\aError: Weston is already running." >> echo "This sc

Re: [OE-core] [PATCH v2] weston-init: Use weston-launch for XWayland

2015-12-11 Thread Alexander Kanavin
On 12/11/2015 01:44 AM, Tom Hochstein wrote: # There are multiple ways to start weston. if [ "$WAYLAND_DISPLAY" ]; then echo -e "\aError: Weston is already running." echo "This script does not support launching Weston nested." exit 1

Re: [OE-core] [PATCH 01/10] openssl: update to 1.0.2e

2015-12-11 Thread Alexander Kanavin
On 12/11/2015 01:13 AM, Paul Eggleton wrote: Can we get the CVE's fix by this update included in the commit? It's a version update to oe-core's development branch (e.g. non-production, frequently updated), why have the CVEs in the commit message? So that it's clearer when a CVE has been resolv

Re: [OE-core] [yocto][meta-java] [PATCH] gnumail: Fix race condition in makefile fail to apply

2015-12-11 Thread Jens Rehsack
> Am 11.12.2015 um 12:45 schrieb Federico Pietro Briata > : > > Hi Hi Federico, as told you on Oct, 16th - please always send to ML! There is no right on private support, unless you asked _before_! > I just pull to build openjdk-8 and I get this error: > > ERROR: Command Error: exit status:

Re: [OE-core] [PATCH 1/2 v2] libical: Upgrade 1.0.0 -> 1.0.1

2015-12-11 Thread Burton, Ross
On 7 December 2015 at 16:43, Maxin B. John wrote: > From: Jussi Kukkonen > > * Build system changed to cmake. > * Patch build system to not check for perl (we use host > perl which won't be found) > Still getting the odd failure in libical. In all the builds last night it only failed twice s

[OE-core] [PATCH] oeqa/selftest: Added testcase decorators for 2 testcases

2015-12-11 Thread Daniel Istrate
bblayers: test_bitbakelayers_showrecipes1384 wic: test_directdisk_bootloader_config 1385 Signed-off-by: Daniel Istrate --- meta/lib/oeqa/selftest/bblayers.py | 1 + meta/lib/oeqa/selftest/wic.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/sel

Re: [OE-core] [PATCH v3] libsolv: add new recipe

2015-12-11 Thread Burton, Ross
On 11 December 2015 at 00:15, Martin Jansa wrote: > I was hit by this regeneration again last month so it's still happening. > That's very interesting, as I was assured by GitHub engineering that it wouldn't. :) Can you recall what the archive was, and the before/after md5sums? Ross -- __

[OE-core] [PATCH][dizzy][daisy][dylan] openssl: fix for CVE-2015-3195

2015-12-11 Thread Fan Xin
This vulnerability affects OpenSSL versions 1.0.2 and 1.0.1, 1.0.0 and 0.9.8. So the patch also should be merged into dizzy, daisy and dylan. Signed-off-by: Fan Xin --- .../0001-Fix-leak-with-ASN.1-combine.patch | 65 ++ .../recipes-connectivity/openssl/openssl_1.0.1