Re: [OE-core] [PATCH 0/3] Fix rpm signing with GPG v2.1

2017-02-23 Thread Markus Lehtonen
On 23/02/2017, 17.58, "akuster808" wrote: Markus, On 02/23/2017 02:24 AM, Markus Lehtonen wrote: > This patchset makes signing work with all versions of GPG. Previously, rpm > package signing in oe-core was not working with GPG v2.1 (which is

Re: [OE-core] [PATCH] deprecated.bbclass: Add a PNDEPRECATED variable for recipes

2017-02-23 Thread Khem Raj
On Thu, Feb 23, 2017 at 8:00 PM Joe MacDonald wrote: > Based on the blacklist behaviour, recipes can be tagged as deprecated. > Such recipes will produce a warning message when included in a build but > unlike blacklisted recipes, the build will continue. Perhaps this

[OE-core] [PATCH] deprecated.bbclass: Add a PNDEPRECATED variable for recipes

2017-02-23 Thread Joe MacDonald
Based on the blacklist behaviour, recipes can be tagged as deprecated. Such recipes will produce a warning message when included in a build but unlike blacklisted recipes, the build will continue. Signed-off-by: Joe MacDonald --- I threw this together a long time ago

[OE-core] [PATCH v2] ovmf: increase path length limit

2017-02-23 Thread Patrick Ohly
The VfrCompile tool has a hard-coded maximum length for path names which turned out to be too small by around 20 characters in the Yocto autobuilder setup. Increasing the maximum by a factor of 4 is relatively easy and makes the problem less likely. Signed-off-by: Patrick Ohly

Re: [OE-core] [PATCH 2/2] ovmf: increase path length limit

2017-02-23 Thread Patrick Ohly
On Thu, 2017-02-23 at 18:48 +0100, Patrick Ohly wrote: > The VfrCompile tool has a hard-coded maximum length for path names > which turned out to be too small by around 20 characters in the > Yocto autobuilder setup. Increasing the maximum by a factor of 4 > is relatively easy and makes the

Re: [OE-core] [PATCH v2 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out

2017-02-23 Thread Cal Sullivan
NATIVELSBSTRING = "universal" TARGET_SYS= "x86_64-poky-linux" MACHINE = "intel-corei7-64" DISTRO= "poky" DISTRO_VERSION= "2.2+snapshot-20170223" TUNE_FEATURES = "m64 corei7" TARGET_FPU= "&

Re: [OE-core] [PATCH v2 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out

2017-02-23 Thread Cal Sullivan
On 02/23/2017 03:07 PM, Burton, Ross wrote: On 23 February 2017 at 22:32, California Sullivan > wrote: The only change from V1 to V2 is the updated commit message, changing AUTOINC to AUTOREV and adding the

Re: [OE-core] [PATCH 00/68] Consolidated Pull

2017-02-23 Thread Richard Purdie
On Thu, 2017-02-23 at 17:30 +, Ross Burton wrote: > Long consolidated pull, 100% green on the AB (excluding distrodata). > > Note that this contains large amounts of master-next but master-next > does > include some patches that are superceded by this series, so I > recommend > reviewing this

Re: [OE-core] [PATCH v2 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out

2017-02-23 Thread Burton, Ross
On 23 February 2017 at 22:32, California Sullivan < california.l.sulli...@intel.com> wrote: > The only change from V1 to V2 is the updated commit message, changing > AUTOINC to AUTOREV and adding the blurb about impacting outside recipes. > > I also agree with Richard in that this is a

Re: [OE-core] [PATCH 20/24] libiconv: remove recipe

2017-02-23 Thread Burton, Ross
On 23 February 2017 at 22:47, Khem Raj wrote: > > ERROR: Nothing PROVIDES 'virtual/nativesdk-libiconv' (but > > virtual:nativesdk:/home/pokybuild/yocto-autobuilder/ > yocto-worker/nightly-qa-extras/build/meta/recipes-core/gettext/ > gettext_0.19.8.1.bb > > DEPENDS on or

Re: [OE-core] [PATCH 20/24] libiconv: remove recipe

2017-02-23 Thread Khem Raj
On Thu, Feb 23, 2017 at 2:12 PM, Burton, Ross wrote: > > On 22 February 2017 at 14:51, Alexander Kanavin > wrote: >> >> It was in use only when uclibc was used, and so serves no purpose anymore. >> Both glibc and musl provide their own

[OE-core] [PATCH v2 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out

2017-02-23 Thread California Sullivan
Having no opt-out method and adding the task to linux-yocto.inc was causing issues. For example, linux-yocto-dev would often fail because it uses AUTOREV with no way to dynamically change the PV. Add a variable to turn off the sanity check to easily opt out. Add the task to the kernel build by

[OE-core] State of bitbake world, Failed tasks 2017-02-23

2017-02-23 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] [PATCH 20/24] libiconv: remove recipe

2017-02-23 Thread Burton, Ross
On 22 February 2017 at 14:51, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > It was in use only when uclibc was used, and so serves no purpose anymore. > Both glibc and musl provide their own implementation. > Either this isn't entirely accurate or we need more RPROVIDES set:

Re: [OE-core] [PATCH 1/1] selftest/runtime-test.py: Add test to check PACKAGE_FEED_URIS var

2017-02-23 Thread Alexander Kanavin
On 02/20/2017 08:54 PM, Humberto Ibarra wrote: features = 'INHERIT += "testimage"\n' features += 'TEST_SUITES = "ping ssh selftest"\n' +features += 'PACKAGE_FEED_URIS = "http://192.168.7.1:8080"\n' Can you make the assumption that the IP address will be exactly this?

[OE-core] State of bitbake world, Failed tasks 2017-02-22

2017-02-23 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[OE-core] [PATCH] wic: Prevent duplicate entries on fstab

2017-02-23 Thread Fabio Berton
Add function to read fstab and return all mount points. This function is useful to _update_fstab doesn't duplicate entries in /etc/fstab. Signed-off-by: Fabio Berton --- scripts/lib/wic/plugins/imager/direct.py | 21 - 1 file changed, 20

[OE-core] [PATCH v1] oeqa/sdk/cases:Adds validation for SDK compatibility tests

2017-02-23 Thread Francisco Pedraza
Added validation for SDK compatibility tests with eSDK. buildcvs, buildiptables, gcc, perl, python and buildgalculator based on target manifest file. Running with: $ bitbake -c testsdkext [YOCTO #9090] Signed-off-by: Francisco Pedraza ---

[OE-core] [PATCH 1/2] acpica: fix compilation with musl

2017-02-23 Thread Patrick Ohly
Manipulating stderr after freopen() fails as done by upstream does not work with musl. The replacement is Unix specific and uses open()/dup2(). Signed-off-by: Patrick Ohly --- meta/recipes-extended/acpica/acpica_20150515.bb| 1 +

[OE-core] [PATCH 2/2] ovmf: increase path length limit

2017-02-23 Thread Patrick Ohly
The VfrCompile tool has a hard-coded maximum length for path names which turned out to be too small by around 20 characters in the Yocto autobuilder setup. Increasing the maximum by a factor of 4 is relatively easy and makes the problem less likely. Signed-off-by: Patrick Ohly

Re: [OE-core] [PATCH v5 03/12] ovmf: move from meta-luv to OE-core

2017-02-23 Thread Patrick Ohly
On Fri, 2017-02-17 at 18:04 -0800, Khem Raj wrote: > On 17-02-17 13:10:56, Richard Purdie wrote: > > On Fri, 2017-01-27 at 16:30 +0100, Patrick Ohly wrote: > > > From: meta-luv > > > > > > This is an unmodified copy of > > >

[OE-core] [PATCH 00/68] Consolidated Pull

2017-02-23 Thread Ross Burton
Long consolidated pull, 100% green on the AB (excluding distrodata). Note that this contains large amounts of master-next but master-next does include some patches that are superceded by this series, so I recommend reviewing this and then rebasing master-next. Ross The following changes since

Re: [OE-core] [PATCH 0/3] Fix rpm signing with GPG v2.1

2017-02-23 Thread akuster808
Markus, On 02/23/2017 02:24 AM, Markus Lehtonen wrote: This patchset makes signing work with all versions of GPG. Previously, rpm package signing in oe-core was not working with GPG v2.1 (which is becoming more widespread). This was caused by a change in passphrase dialogue handling of GPG.

Re: [OE-core] [PATCH 1/1] selftest/eSDK.py: Cleanup when there is an error in setUpClass

2017-02-23 Thread akuster808
Mariano, On 02/22/2017 05:12 AM, mariano.lo...@linux.intel.com wrote: From: Mariano Lopez Lately autobuilders are experiencing hangs with selftest, it seems it is cause if an error happens in setUpClass method of oeSDKExtSelfTest class because HTTP server keeps

[OE-core] [PATCH] libva: Find the correct wayland-scanner

2017-02-23 Thread Jussi Kukkonen
* Add a patch to make sure wayland-scanner from native sysroot is used * Depend on wayland-native to get the scanner into the sysroot * Add a patch to make sure the scanner really is used Signed-off-by: Jussi Kukkonen ---

[OE-core] [PATCH 2/2] wic: add more targets to directdisk syslinux config

2017-02-23 Thread Ed Bartosh
Added 3 new targets to directdisk-bootloader-config.cfg to match hddimg syslinux config. This is a preparation for dropping hddimg in favor of wic. [YOCTO #11044] Signed-off-by: Ed Bartosh --- .../canned-wks/directdisk-bootloader-config.cfg| 28

[OE-core] [PATCH 0/2] fix #11044: wic should support multiple boot labels such as boot and install targets

2017-02-23 Thread Ed Bartosh
Hi, This patchset provides an example of multi-target syslinux config. It utilizes --configfile bootloader option instead of "traditional" way to hardcode all configuration details in wic plugin code. This approach is a preferable way to configure bootloaders in wic. It should be used for all

Re: [OE-core] [PATCH 0/6] wic: fix for #11017

2017-02-23 Thread Patrick Ohly
On Tue, 2017-02-21 at 17:23 +0200, Ed Bartosh wrote: > This patchset improves handling of wic native tool dependencies and > fixes minor bugs in the wic code. I haven't tested it, but the patches themselves look good to me. Thanks! -- Best Regards, Patrick Ohly The content of this message is

[OE-core] [PATCH] build-perf-test-wrapper.sh: support xml report format

2017-02-23 Thread Markus Lehtonen
Add new command line option '-x' that enbles xml-formatted reports. Signed-off-by: Markus Lehtonen --- scripts/contrib/build-perf-test-wrapper.sh | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/contrib/build-perf-test-wrapper.sh

[OE-core] [PATCH 2/3] gst-player: Upgrade to recent git revision

2017-02-23 Thread Jussi Kukkonen
The update contains a small number of bug fixes. Removed one upstreamed patch. gst-player does not have releases: this is the current git master. Signed-off-by: Jussi Kukkonen --- ...ovide-similar-behaviour-for-quit-and-clos.patch | 32 --

[OE-core] [PATCH 1/3] xf86-video-intel: Upgrade to recent git revision

2017-02-23 Thread Jussi Kukkonen
This includes a number of small fixes and some new PCI IDs, no major changes. For background, xf86-video-intel does not get releases so we have to follow git. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 2 +- 1 file

[OE-core] [PATCH 3/3] x264: Upgrade to stable branch head

2017-02-23 Thread Jussi Kukkonen
Small number of bug fixes and x86 optimizations. Signed-off-by: Jussi Kukkonen --- meta/recipes-multimedia/x264/x264_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/x264/x264_git.bb

[OE-core] [PATCH 0/3] Upgrades for a few git recipes

2017-02-23 Thread Jussi Kukkonen
Fairly innocent looking git revision upgrades for recipes whose upstreams do not make releases for one reason or another. Thanks, Jussi The following changes since commit e436a6398684d2872cb541f1cfb0f67b3618d15a: layer.conf: bump version for change in eSDK selftest behaviour (2017-02-19

[OE-core] [PATCH] curl: upgrade to 7.53.0

2017-02-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/curl/{curl_7.52.1.bb => curl_7.53.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.52.1.bb => curl_7.53.0.bb} (94%) diff --git

Re: [OE-core] "packagegroup-core-tools-debug.bb" seems kind of skimpy

2017-02-23 Thread Burton, Ross
On 23 February 2017 at 12:00, Robert P. J. Day wrote: > was just asked by a colleague about OE debugging tools, and the file > packagegroup-core-tools-debug.bb seems kind of light on content: > > MTRACE = "" > MTRACE_libc-glibc = "libc-mtrace" > > RDEPENDS_${PN} =

[OE-core] "packagegroup-core-tools-debug.bb" seems kind of skimpy

2017-02-23 Thread Robert P. J. Day
was just asked by a colleague about OE debugging tools, and the file packagegroup-core-tools-debug.bb seems kind of light on content: MTRACE = "" MTRACE_libc-glibc = "libc-mtrace" RDEPENDS_${PN} = "\ gdb \ gdbserver \ strace \ ${MTRACE} \ " are there no other

[OE-core] adding recipes to a layer.conf file to simulate(?) an extensible SDK?

2017-02-23 Thread Robert P. J. Day
caveat: i'm not sure this question is even going to make sense but i'm going to give it a shot. acquaintances have in-house BSP layer for small number of target boards, and build using OE (actually, wind river linux, but that distinction doesn't seem relevant). so basic BSP image and *some*

Re: [OE-core] [PATCH 0/6] wic: fix for #11017

2017-02-23 Thread Ed Bartosh
On Thu, Feb 23, 2017 at 12:18:04PM +0200, Ed Bartosh wrote: > On Wed, Feb 22, 2017 at 10:53:35PM +0200, Ed Bartosh wrote: > > On Wed, Feb 22, 2017 at 04:38:55PM +, Burton, Ross wrote: > > > Hi Ed, > > > > > > Something in your latest patchset is breaking selftest: > > > > > >

[OE-core] [PATCH 3/3] lib/oe/gpg_sign: fix rpm signing with gpg > 2.1

2017-02-23 Thread Markus Lehtonen
We need to check the gpg version and alter its command line options accordingly. [YOCTO #11054] Signed-off-by: Markus Lehtonen --- meta/lib/oe/gpg_sign.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oe/gpg_sign.py b/meta/lib/oe/gpg_sign.py

[OE-core] [PATCH 2/3] lib/oe/gpg_sign: make gpg version a property of the signer

2017-02-23 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- meta/lib/oe/gpg_sign.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/lib/oe/gpg_sign.py b/meta/lib/oe/gpg_sign.py index dcd1990..21dc5ea 100644 --- a/meta/lib/oe/gpg_sign.py +++

[OE-core] [PATCH 1/3] rpm: support customizing gpg command line

2017-02-23 Thread Markus Lehtonen
Add a new %_gpg_sign_cmd_extra_args macro that allows customizing the gpg options used when signing rpm packages. This is needed to be able to sign packages with gpg 2.1 which requires "--pinentry-mode loopback" to allow non-interactive signing. [YOCTO #11054] Signed-off-by: Markus Lehtonen

Re: [OE-core] [PATCH 0/6] wic: fix for #11017

2017-02-23 Thread Ed Bartosh
On Wed, Feb 22, 2017 at 10:53:35PM +0200, Ed Bartosh wrote: > On Wed, Feb 22, 2017 at 04:38:55PM +, Burton, Ross wrote: > > Hi Ed, > > > > Something in your latest patchset is breaking selftest: > > > >

Re: [OE-core] [PATCH 09/24] boost: update to 1.63.0

2017-02-23 Thread Alexander Kanavin
On 02/23/2017 11:21 AM, André Draszik wrote: Drop backported 0002-boost-test-execution_monitor.hpp-fix-mips-soft- float.patch Rebase consider-hardfp.patch to 0001-When-using-soft-float-on-ARM-we- should-not-expect-th.patch I would think that the arm specific soft-float hack

Re: [OE-core] [PATCH 09/24] boost: update to 1.63.0

2017-02-23 Thread André Draszik
On Wed, 2017-02-22 at 16:51 +0200, Alexander Kanavin wrote: > Drop backported 0002-boost-test-execution_monitor.hpp-fix-mips-soft- > float.patch > Rebase consider-hardfp.patch to 0001-When-using-soft-float-on-ARM-we- > should-not-expect-th.patch I would think that the arm specific soft-float hack

Re: [OE-core] [PATCH 4/6] libdrm: Upgrade 2.4.74 -> 2.4.75

2017-02-23 Thread Jussi Kukkonen
On 23 February 2017 at 00:22, Burton, Ross wrote: > > > On 22 February 2017 at 13:02, Jussi Kukkonen wrote: >> >> * Remove udev from depends (it's not actually used). > > > Is it not used by some of the tests? > >