Re: [OE-core] [oe-commits] [openembedded-core] 04/09: image/rm_work: Promote do_image_complete to be more sstate like

2017-08-08 Thread Martin Jansa
With this change I'm seeing all images failing with: | DEBUG: Executing shell function do_rm_work | mv: ?1.0-r0.4.0.do_image_complete.fb2421734f998a50c93250deb80d3024.MACHINE? and ?1.0-r0.4.0.do_image_complete.fb2421734f998a50c93250deb80d3024.MACHINE ? are the same file | WARNING: exit code 1 from

[OE-core] [PATCH 1/2] diffstat: use HTTP mirror for SRC_URI

2017-08-08 Thread Ross Burton
The Invisible Mirror FTP service is currently down, and FTP is horrible, so switch to the HTTP mirror. Signed-off-by: Ross Burton --- meta/recipes-devtools/diffstat/diffstat_1.61.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/diffstat/diffstat_1.61.b

[OE-core] [PATCH 2/2] diffstat: exclude aclocal

2017-08-08 Thread Ross Burton
Instead of moving aclocal.m4 to acinclude.m4 in a custom do_configure, simply tell autoreconf not to run aclocal. Signed-off-by: Ross Burton --- meta/recipes-devtools/diffstat/diffstat_1.61.bb | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devtools/diff

Re: [OE-core] [PATCH] qemux86 qemux86-64: Enable pci

2017-08-08 Thread He Zhe
Ping. On 2017年07月31日 21:11, zhe...@windriver.com wrote: > From: He Zhe > > lspci and some other software require "pci" in MACHINE_FEATURES and PCI > is valid in the qemux86* context. > > Signed-off-by: He Zhe > --- > meta/conf/machine/qemux86-64.conf | 2 +- > meta/conf/machine/qemux86.conf

Re: [OE-core] [PATCH] qemux86 qemux86-64: Enable pci

2017-08-08 Thread Jussi Kukkonen
This patch is in the master-next branch: that's a good indication it'll move to master when master is next updated (assuming no problems come up in testing). Jussi On 8 August 2017 at 13:53, He Zhe wrote: > Ping. > > On 2017年07月31日 21:11, zhe...@windriver.com wrote: > > From: He Zhe > > > >

[OE-core] [PATCH v4 0/8] support profile-optimized build for Python

2017-08-08 Thread Markus Lehtonen
Fourth attempt on enabling profile-guided-optimization (PGO) for Python. Changes since v3: - rebased on latest oe-core (with Python v3.5.3) - typo in assignment of PYTHON3_PROFILE_TASK_DEFAULT fixed - task dependencies of python-pgo-image altered to allow do_profile task to be run The following

Re: [OE-core] [PATCH v3 2/2] sstatetests: limit the number of signature comparisons when differ

2017-08-08 Thread Burton, Ross
On 7 August 2017 at 22:33, wrote: > From: Leonardo Sandoval > > For perfomance reasons, limit the number of signature comparisons when > stamps differ. The limit set is hardcoded to 20. > > [YOCTO #11651] > > Signed-off-by: Leonardo Sandoval linux.intel.com> > --- > meta/lib/oeqa/selftest/case

[OE-core] [PATCH] ca-certificates: update to 20170717

2017-08-08 Thread Alexander Kanavin
Upstream lacks a tag for this release, so make it a PR bump. Signed-off-by: Alexander Kanavin --- meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20161130.b

Re: [OE-core] [PATCH 01/10] oeqa/targetcontrol.py: simplify checking for qemu_use_kvm

2017-08-08 Thread Richard Purdie
On Mon, 2017-07-31 at 02:50 -0700, Robert Yang wrote: > The "if qemu_use_kvm" is not needed. > > Signed-off-by: Robert Yang > --- >  meta/lib/oeqa/targetcontrol.py | 5 ++--- >  1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/meta/lib/oeqa/targetcontrol.py > b/meta/lib/oeqa/targe

[OE-core] [PATCH v5] kernel: Add support for multiple kernel packages

2017-08-08 Thread Haris Okanovic
Some distros may want to provide alternate kernel "flavors" via feeds or within bootable images. For example, readily available builds which provide certain diagnostic features can enable developers and testers to more quickly resolve issues by avoiding lengthy kernel builds. This change allows fo

[OE-core] [PATCH 0/4] Add openssl 1.1

2017-08-08 Thread Alexander Kanavin
This patch series introduces the recipe for openssl 1.1 (openssl 1.0 is preserved but renamed to openssl10), and does a few necessary adjustmenets and updates to other recipes. Openssl 1.1 is an opt-out; it has the same recipe name as openssl 1.0 had, and so all dependencies are compiled with i

[OE-core] [PATCH 1/4] openssl: add a 1.1 version

2017-08-08 Thread Alexander Kanavin
Existing openssl 1.0 recipe is renamed to openssl10; it will continue to be provided for as long as upstream supports it (and there are still several recipes which do not work with openssl 1.1 due to API differences). A few files (such as openssl binary) are no longer installed by openssl 1.0, bec

[OE-core] [PATCH 4/4] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-08 Thread Alexander Kanavin
It has not been ported to openssl 1.1 (and there's nothing in upstream git), but it's possible to use nettle or gcrypt intead. Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[OE-core] [PATCH 2/4] openssh: depend on openssl 1.0

2017-08-08 Thread Alexander Kanavin
The proposed openssl 1.1 patches are here: https://github.com/openssh/openssh-portable/pull/48 Openssl maintainers are not in a hurry to get 1.1 support in; if it doesn't show up within reasonable time, we can take a patch from Fedora: http://lists.mindrot.org/pipermail/openssh-unix-dev/2016-Novem

[OE-core] [PATCH v5] kernel: Add support for multiple kernel packages

2017-08-08 Thread Haris Okanovic
Some distros may want to provide alternate kernel "flavors" via feeds or within bootable images. For example, readily available builds which provide certain diagnostic features can enable developers and testers to more quickly resolve issues by avoiding lengthy kernel builds. This change allows fo

[OE-core] [PATCH 3/4] cryptodev-tests: depend on openssl 1.0

2017-08-08 Thread Alexander Kanavin
Upstream ticket: https://github.com/cryptodev-linux/cryptodev-linux/issues/22 Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb b/meta

Re: [OE-core] [PATCH 3/7] btrfs-tools: update to 4.12

2017-08-08 Thread Khem Raj
On Mon, Aug 7, 2017 at 4:45 AM, Alexander Kanavin wrote: > Add a patch to force a native build for a helper binary > (which is not installed or used outside of the build process). > > Signed-off-by: Alexander Kanavin > --- > ...-Makefile-build-mktables-using-native-gcc.patch | 30 >

Re: [OE-core] [PATCH v4] kernel: Add support for multiple kernel packages

2017-08-08 Thread Haris Okanovic
On 07/27/2017 01:01 PM, Rees, Kevron wrote: On Wed, Jul 19, 2017 at 8:56 AM, Wold, Saul wrote: On Tue, 2017-07-18 at 08:34 -0500, Haris Okanovic wrote: On 07/17/2017 03:31 PM, Wold, Saul wrote: On Wed, 2017-07-05 at 12:33 -0500, Haris Okanovic wrote: Some distros may want to provide alt

Re: [OE-core] [PATCH v4] kernel: Add support for multiple kernel packages

2017-08-08 Thread Haris Okanovic
On 07/19/2017 10:56 AM, Wold, Saul wrote: On Tue, 2017-07-18 at 08:34 -0500, Haris Okanovic wrote: On 07/17/2017 03:31 PM, Wold, Saul wrote: On Wed, 2017-07-05 at 12:33 -0500, Haris Okanovic wrote: Some distros may want to provide alternate kernel "flavors" via feeds or within bootable im

Re: [OE-core] [PATCH v4] kernel: Add support for multiple kernel packages

2017-08-08 Thread Haris Okanovic
On 08/03/2017 11:18 AM, Ovidiu-Adrian Vancea wrote: On Thu, 2017-07-27 at 11:01 -0700, Rees, Kevron wrote: On Wed, Jul 19, 2017 at 8:56 AM, Wold, Saul wrote: On Tue, 2017-07-18 at 08:34 -0500, Haris Okanovic wrote: On 07/17/2017 03:31 PM, Wold, Saul wrote: On Wed, 2017-07-05 at 12:33 -05

Re: [OE-core] [PATCH 4/4] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-08 Thread Mark Hatle
On 8/8/17 10:30 AM, Alexander Kanavin wrote: > It has not been ported to openssl 1.1 (and there's nothing in upstream git), > but it's possible to use nettle or gcrypt intead. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 +--- >

Re: [OE-core] [PATCH v3 2/2] sstatetests: limit the number of signature comparisons when differ

2017-08-08 Thread Leonardo Sandoval
On Tue, 2017-08-08 at 15:40 +0100, Burton, Ross wrote: > On 7 August 2017 at 22:33, > wrote: > From: Leonardo Sandoval > > > For perfomance reasons, limit the number of signature > comparisons when > stamps differ. The limit set is hardcoded to 20.

[OE-core] [PATCH v4 1/2] sstatetests: Use python function instead of bitbake-diffsigs script

2017-08-08 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Using a python function instead of launching a subprocess fasten the diffsigs computation. [YOCTO #11651] Signed-off-by: Leonardo Sandoval --- meta/lib/oeqa/selftest/cases/sstatetests.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/met

[OE-core] [PATCH v4 2/2] sstatetests: limit the number of signature comparisons when differ

2017-08-08 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval For perfomance reasons, limit the number of signature comparisons when stamps differ. The limit set is hardcoded to 20. [YOCTO #11651] Signed-off-by: Leonardo Sandoval --- meta/lib/oeqa/selftest/cases/sstatetests.py | 39 ++--- 1 file changed, 2

Re: [OE-core] [PATCH 3/7] btrfs-tools: update to 4.12

2017-08-08 Thread Alexander Kanavin
On 08/08/2017 06:48 PM, Khem Raj wrote: I think such a patch would be good upstream too. There are many packages making distinction between build host and target host and help cross compilation. btrfs-tools does not support this distinction. The host compiler is enforced in the patch through a

Re: [OE-core] [PATCH 3/7] btrfs-tools: update to 4.12

2017-08-08 Thread Khem Raj
On Tue, Aug 8, 2017 at 10:19 AM, Alexander Kanavin wrote: > On 08/08/2017 06:48 PM, Khem Raj wrote: >> >> I think such a patch would be good upstream too. There are many >> packages making distinction between >> build host and target host and help cross compilation. > > > btrfs-tools does not supp

Re: [OE-core] [PATCH 4/4] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-08 Thread Alexander Kanavin
On 08/08/2017 06:58 PM, Mark Hatle wrote: Can we somehow make openssl(10) or nettle a choice when compiling? I ask because I've worked on a few systems where people seem to want one encryption engine for as much of the system as possible (usually openssl). While gstreamer has not been a problem

Re: [OE-core] [PATCH 4/4] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-08 Thread Mark Hatle
On 8/8/17 12:35 PM, Alexander Kanavin wrote: > On 08/08/2017 06:58 PM, Mark Hatle wrote: >> Can we somehow make openssl(10) or nettle a choice when compiling? >> >> I ask because I've worked on a few systems where people seem to want one >> encryption engine for as much of the system as possible (u

Re: [OE-core] [PATCH 4/4] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-08 Thread Burton, Ross
On 8 August 2017 at 18:35, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 08/08/2017 06:58 PM, Mark Hatle wrote: > >> Can we somehow make openssl(10) or nettle a choice when compiling? >> >> I ask because I've worked on a few systems where people seem to want one >> encryption

Re: [OE-core] [PATCH v3] externalsrc: Handle .git not being a directory

2017-08-08 Thread Burton, Ross
On 8 August 2017 at 02:46, Joshua Watt wrote: > +git_dir = subprocess.check_output(['git', 'rev-parse', > '--absolute-git-dir'], cwd=s_dir).decode("utf-8").rstrip() > Doesn't work with my old git: bb.data_smart.ExpansionError: Failure expanding variable do_compile[file-checksums], expre

Re: [OE-core] [PATCH v3] externalsrc: Handle .git not being a directory

2017-08-08 Thread Leonardo Sandoval
On Tue, 2017-08-08 at 20:32 +0100, Burton, Ross wrote: > On 8 August 2017 at 02:46, Joshua Watt wrote: > +git_dir = subprocess.check_output(['git', > 'rev-parse', '--absolute-git-dir'], > cwd=s_dir).decode("utf-8").rstrip() > > > Doesn't work with my old git: > >

[OE-core] State of bitbake world, Failed tasks 2017-08-07

2017-08-08 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[OE-core] [oe-core][PATCH 1/1] php: move to version 7.1.8

2017-08-08 Thread Joe Slater
Fixes many CVEs. Signed-off-by: Joe Slater --- .../{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0 meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb} | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/php/{php-7.1.0

Re: [OE-core] [oe-core][PATCH 1/1] php: move to version 7.1.8

2017-08-08 Thread Leonardo Sandoval
On Tue, 2017-08-08 at 13:16 -0700, Joe Slater wrote: > Fixes many CVEs. would be a plus if you list those. why LIC_FILES_CHKSUM changed? Leo > > Signed-off-by: Joe Slater > --- > .../{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0 > meta-oe/recipes-devtools/php/{php_7.1.

Re: [OE-core] [oe-core][PATCH 1/1] php: move to version 7.1.8

2017-08-08 Thread Martin Jansa
And wrong ML On Tue, Aug 8, 2017 at 9:37 PM, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > On Tue, 2017-08-08 at 13:16 -0700, Joe Slater wrote: > > Fixes many CVEs. > > would be a plus if you list those. > > why LIC_FILES_CHKSUM changed? > > Leo > > > > > Signed-off-by:

[OE-core] ✗ patchtest: failure for php: move to version 7.1.8

2017-08-08 Thread Patchwork
== Series Details == Series: php: move to version 7.1.8 Revision: 1 URL : https://patchwork.openembedded.org/series/8129/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the propo

Re: [OE-core] [oe-core][PATCH 1/1] php: move to version 7.1.8

2017-08-08 Thread Slater, Joseph
I’ll look at the CVEs. LICENSE updated from 2016 to 2017. Text is the same. Joe From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Tuesday, August 08, 2017 1:31 PM To: Leonardo Sandoval Cc: Slater, Joseph; Patches and discussions about the oe-core layer Subject: Re: [OE-core] [oe-core]

Re: [OE-core] [PATCH 4/4] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-08 Thread Mark Hatle
On 8/8/17 2:14 PM, Burton, Ross wrote: > On 8 August 2017 at 18:35, Alexander Kanavin > > wrote: > > On 08/08/2017 06:58 PM, Mark Hatle wrote: > > Can we somehow make openssl(10) or nettle a choice when compiling? > > I ask because

Re: [OE-core] [PATCH v3] externalsrc: Handle .git not being a directory

2017-08-08 Thread Joshua Watt
On Tue, 2017-08-08 at 14:46 -0500, Leonardo Sandoval wrote: > On Tue, 2017-08-08 at 20:32 +0100, Burton, Ross wrote: > > On 8 August 2017 at 02:46, Joshua Watt > > wrote: > > +git_dir = subprocess.check_output(['git', > > 'rev-parse', '--absolute-git-dir'], > > cwd=

Re: [OE-core] [PATCH] libinput: Upgrade 1.7.3 -> 1.8.1

2017-08-08 Thread Richard Purdie
On Mon, 2017-08-07 at 15:09 +0300, Jussi Kukkonen wrote: > New feature release, see > https://lists.freedesktop.org/archives/wayland-devel/2017-June/034286 > .html > for the major features. This is the last major release to support > autotools. > > Configure flag "--enable-event-gui" changed name.

Re: [OE-core] [oe-core][PATCH 1/1] php: move to version 7.1.8

2017-08-08 Thread Khem Raj
On Tue, Aug 8, 2017 at 1:40 PM, Slater, Joseph wrote: > I’ll look at the CVEs. LICENSE updated from 2016 to 2017. Text is the > same.Joe I have posted an upgrade to 7.1.7 which addresses some of concerns raised here plus build fixes when compiling with clang. https://patchwork.openembedded

Re: [OE-core] [PATCH v5] kernel: Add support for multiple kernel packages

2017-08-08 Thread Wold, Saul
On Tue, 2017-08-08 at 10:30 -0500, Haris Okanovic wrote: > Some distros may want to provide alternate kernel "flavors" via feeds > or > within bootable images. For example, readily available builds which > provide certain diagnostic features can enable developers and testers > to > more quickly res

Re: [OE-core] [PATCH 4/4] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-08 Thread Andre McCurdy
On Tue, Aug 8, 2017 at 11:55 AM, Mark Hatle wrote: > On 8/8/17 12:35 PM, Alexander Kanavin wrote: >> On 08/08/2017 06:58 PM, Mark Hatle wrote: >>> Can we somehow make openssl(10) or nettle a choice when compiling? >>> >>> I ask because I've worked on a few systems where people seem to want one >>>