Re: [OE-core] [PATCH] (PRE)MIRRORS: add pattern for npm:// without slash

2017-08-24 Thread Paul Eggleton
Hi Olaf, On Friday, 25 August 2017 6:19:46 AM NZST Olaf Mandel wrote: > For URLs with the npm:// transport but with no other slash in it, the > common MIRRORS and PREMIRRORS pattern of npm://.*/.* fails to match. > Add a new pattern in the mirros.bbclass and own-mirrors.bbclass classes > for

Re: [OE-core] [PATCH 7/7] sysprof: convert to meson build

2017-08-24 Thread Randy MacLeod
On 2017-08-24 08:45 AM, Alexander Kanavin wrote: Please do trim your quotation. It's irritating to first search for your one line of comment, and then do the trimming for you when replying. /me trims reply. Many people use am email client feature to deal with lack of trimming. I use

[OE-core] [PATCH] systemd-boot: Make EFI_CC overridable

2017-08-24 Thread Khem Raj
Some layers may be setting their own EFI_CC keep that possibility open Signed-off-by: Khem Raj --- meta/recipes-core/systemd/systemd-boot_234.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd-boot_234.bb

[OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-08-24 Thread Philip Balister
Once again we will have a developer meeting in Prague the Sunday before ELCE. Please go to https://www.openembedded.org/wiki/OEDEM_2017 and add yourself if you are attending and ideas for topics. Although it is called a developer meeting, we invite members of the larger community to attend. The

[OE-core] [PATCH] (PRE)MIRRORS: add pattern for npm:// without slash

2017-08-24 Thread Olaf Mandel
For URLs with the npm:// transport but with no other slash in it, the common MIRRORS and PREMIRRORS pattern of npm://.*/.* fails to match. Add a new pattern in the mirros.bbclass and own-mirrors.bbclass classes for these URLs. Many URLs with the npm:// transport have no slash after the host part:

[OE-core] [PATCH] mesa: Upgrade to 17.1.7 release

2017-08-24 Thread Otavio Salvador
This is a bugfix release and has following upstream bugs as noteworth: Bug 101334 - AMD SI cards: Some vulkan apps freeze the system Bug 101766 - Assertion `!"invalid type"' failed when constant expression involves literal of different type Bug 102024 - FORMAT_FEATURE_SAMPLED_IMAGE_BIT not

Re: [OE-core] [PATCH] libinput: remove obsolete touchpad patch

2017-08-24 Thread Andre McCurdy
On Wed, Aug 23, 2017 at 10:37 PM, Jose Alarcon wrote: > This patch was a temporal workaround needed with 4.1 kernels. > Remove it. OLDEST_KERNEL is still set to 3.2.0 How can you be sure nobody is using 4.1 ? -- ___

Re: [OE-core] [PATCH] staging: add missing import errno to staging_populate_sysroot_dir

2017-08-24 Thread Sandoval Gonzalez, Leonardo
El 8/24/2017 a las 5:50 AM, Marko, Peter escribió: Could this be queued also to pyro branch? It's commit ID b1e482ae20b9c714f4089d4da6470d041242e441 better to send another patch tagged with 'pyro' at the subject. Thanks, Peter Fixes error "Exception: NameError: name 'errno' is not

Re: [OE-core] [PATCH] systemd: don't symlink /etc/resolv.conf if resolved is disabled

2017-08-24 Thread Carlos Alberto Lopez Perez
On 22/08/17 02:43, Carlos Alberto Lopez Perez wrote: > On 21/08/17 21:05, Carlos Alberto Lopez Perez wrote: >> * symlinking /etc/resolv.conf to /run/systemd/resolve/resolv.conf >>when resolved is not enabled is wrong, as this prevents network >>manager from handling the resolv.conf file

Re: [OE-core] [PATCH] ca-certificates: prevent executing update-ca-certificates from host system

2017-08-24 Thread Richard Purdie
On Thu, 2017-08-24 at 16:23 +0200, Andrej Valek wrote: > I have seen your patch, but it is not fixing my described issue. > A command update-ca-certificates will be not available due to missing > native stuff. I changed the postinst so it doesn't need a native update-ca- certificates though? Its

Re: [OE-core] [PATCH v4 1/2] package.py: strip_execs: Support for .ko modules

2017-08-24 Thread Richard Purdie
On Thu, 2017-08-24 at 16:13 +0200, Tobias Hagelborn wrote: > * Support stripping of .ko modules verifying file extension and >   check of content "vermagic=" > * Minor refactoring (removing lint errors) Please don't do this. If you want to do "lint" cleanups please do it in a separate patch. I

Re: [OE-core] [PATCH] ca-certificates: prevent executing update-ca-certificates from host system

2017-08-24 Thread Andrej Valek
I have seen your patch, but it is not fixing my described issue. A command update-ca-certificates will be not available due to missing native stuff. Regards, Andrej On 08/24/2017 04:16 PM, Richard Purdie wrote: > On Thu, 2017-08-24 at 12:38 +0200, Andrej Valek wrote: >> What about enabling

Re: [OE-core] [PATCH] ca-certificates: prevent executing update-ca-certificates from host system

2017-08-24 Thread Richard Purdie
On Thu, 2017-08-24 at 12:38 +0200, Andrej Valek wrote: > What about enabling ASSUME_PROVIDED functionality also for nativesdk- > components? That would mean something quite different, that the dependency was provided on the system the nativesdk package ended up running on? Since I've spent the

[OE-core] [PATCH 1/2] debianutils: Add a native version (for run-parts)

2017-08-24 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-support/debianutils/debianutils_4.8.1.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb

[OE-core] [PATCH 2/2] ca-certificates: Fix postinst dependency issues

2017-08-24 Thread Richard Purdie
We were relying on running ca-certificates from the -native version. This meant the host and target path layouts had to match which might not be true, it certainly isn't true for the sdk builds. There was a dependency on run-parts which wasn't represented (we can get it from busybox or

[OE-core] [PATCH v4 1/2] package.py: strip_execs: Support for .ko modules

2017-08-24 Thread Tobias Hagelborn
* Support stripping of .ko modules verifying file extension and check of content "vermagic=" * Minor refactoring (removing lint errors) Signed-off-by: Tobias Hagelborn --- meta/lib/oe/package.py | 44 +--- 1 file changed, 25

[OE-core] [PATCH v4 2/2] devtool: deploy-target: Support stripped libs and execs

2017-08-24 Thread Tobias Hagelborn
New devtool deploy-target option --strip which enables deploying stripped binaries, saving some space on target. * Copies the files of ${D} into a new directory and strips them in place * Used oe.package.strip_execs for stripping directory * Added devtool.conf option "strip" for changing default

[OE-core] [PATCH v4 0/2] devtool deploy-target --strip option

2017-08-24 Thread Tobias Hagelborn
New devtool deploy-target option --strip which enables deploying stripped binaries, saving some space on target. Updates in v4: - Updated to correct the errors found by Autobilder. - Verified devtool-deploy-target with poky-master [YOCTO #11227] Tobias Hagelborn (2): package.py: strip_execs:

[OE-core] [PATCH] ninja: fix upstream version check

2017-08-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/ninja/ninja_1.7.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/ninja/ninja_1.7.2.bb b/meta/recipes-devtools/ninja/ninja_1.7.2.bb index 20dca2f0af5..4d3b272309d 100644

[OE-core] [PATCH 3/4] qemu: fix upstream version check

2017-08-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb b/meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb index

[OE-core] [PATCH 4/4] libva: fix upstream version check

2017-08-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/libva/libva_1.8.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/libva/libva_1.8.3.bb b/meta/recipes-graphics/libva/libva_1.8.3.bb index

[OE-core] [PATCH 2/4] libpfm4: remove the recipe

2017-08-24 Thread Alexander Kanavin
It was required only by oprofile. Signed-off-by: Alexander Kanavin --- ...Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch | 31 -- .../files/fix-misleading-indentation-error.patch | 38 --

[OE-core] [PATCH 1/4] oprofile: remove the recipe

2017-08-24 Thread Alexander Kanavin
Perf is the preferred solution, and oprofile is difficult to maintain against musl. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/distro_alias.inc | 1 - meta/conf/layer.conf | 1 -

Re: [OE-core] [PATCH v3 4/4] devtool: deploy-target: Support stripped libs and execs

2017-08-24 Thread Tobias Hagelborn
On 06/21/2017 12:09 PM, Jussi Kukkonen wrote: On 20 June 2017 at 10:42, Tobias Hagelborn > wrote: > > New devtool deploy-target option --strip which enables deploying > stripped binaries, saving some space on target. > > *

Re: [OE-core] [PATCH 7/7] sysprof: convert to meson build

2017-08-24 Thread Alexander Kanavin
On 08/23/2017 08:35 PM, Andre McCurdy wrote: AUTOTOOLS_AUXDIR = "${S}/build-aux" Presumably this can be dropped? Yes, I'll amend the commit in git. Please do trim your quotation. It's irritating to first search for your one line of comment, and then do the trimming for you when

Re: [OE-core] [PATCH 4/7] json-glib: convert to meson build

2017-08-24 Thread Alexander Kanavin
On 08/24/2017 12:14 AM, Leonardo Sandoval wrote: -inherit gnomebase gettext lib_package gobject-introspection gtk-doc manpages +inherit gnomebase-meson lib_package gobject-introspection gtk-doc manpages gettext is dropped, does it mean that it was not needed? No. gettext.bbclass is

[OE-core] [PATCH 1/2] populate_sdk_ext: Add BB_SERVER_TIMEOUT to SDK_LOCAL_CONF_BLACKLIST

2017-08-24 Thread Richard Purdie
Whilst this should work we see failures in testsdkext at the moment when this is set. Add this to the blacklist for now until we can fix these issues meaning we can at least test BB_SERVER_TIMEOUT in other scenarios. Bug 119733 has been opened to track this. Signed-off-by: Richard Purdie

[OE-core] [PATCH 2/2] default-providers: Add entries for pkgconfig (due to pkg-conf being added)

2017-08-24 Thread Richard Purdie
This silences warnings generated after pkg-conf was added as an alternative pkgconfig provider. Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-providers.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] [PATCH] staging: add missing import errno to staging_populate_sysroot_dir

2017-08-24 Thread Marko, Peter
Could this be queued also to pyro branch? It's commit ID b1e482ae20b9c714f4089d4da6470d041242e441 Thanks, Peter > Fixes error "Exception: NameError: name 'errno' is not defined" > during build-sysroots.bb:do_build_target_sysroot > > Signed-off-by: Marko, Peter > ---

Re: [OE-core] [PATCH] ca-certificates: prevent executing update-ca-certificates from host system

2017-08-24 Thread Andrej Valek
What about enabling ASSUME_PROVIDED functionality also for nativesdk- components? Andrej On 08/23/2017 09:00 PM, Khem Raj wrote: > On 8/23/17 5:44 AM, Richard Purdie wrote: >> On Wed, 2017-08-23 at 14:07 +0200, Andrej Valek wrote: >>> I have found out that even master with HOSTTOOLS does not fix

Re: [OE-core] [PATCH] ignore .svn directory in intercepts_dir

2017-08-24 Thread Holger Schröder
> Richard Purdie hat am 24. August 2017 um > 12:16 geschrieben: > > > On Thu, 2017-08-24 at 12:14 +0200, Holger Schröder wrote: > > Hi all, > > > > i would like to get this patch into openembedded-core. > > i hope this mail is in the correct form. Please

[OE-core] ✗ patchtest: failure for ignore .svn directory in intercepts_dir

2017-08-24 Thread Patchwork
== Series Details == Series: ignore .svn directory in intercepts_dir Revision: 1 URL : https://patchwork.openembedded.org/series/8479/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-24 Thread Richard Purdie
On Thu, 2017-08-24 at 10:19 +0100, André Draszik wrote: > From: André Draszik > > ca-certificates runs a postinst task, update-ca-certificates, > which ultimately wants to execute run-parts. > > Signed-off-by: André Draszik > --- >  

Re: [OE-core] [PATCH] ignore .svn directory in intercepts_dir

2017-08-24 Thread Richard Purdie
On Thu, 2017-08-24 at 12:14 +0200, Holger Schröder wrote: > Hi all, > > i would like to get this patch into openembedded-core. > i hope this mail is in the correct form. Please tell > me if not. > > kind regards, Holger > > Patch description: > > A customer of mine still runs svn. And when i

[OE-core] [PATCH] ignore .svn directory in intercepts_dir

2017-08-24 Thread Holger Schröder
Hi all, i would like to get this patch into openembedded-core. i hope this mail is in the correct form. Please tell me if not. kind regards, Holger Patch description: A customer of mine still runs svn. And when i build a rootfs in a jenkins job on the master node, i get a python exception

Re: [OE-core] [PATCH] bitbake.conf: fix ineffective include conf/target/${TARGET_SYS}.conf

2017-08-24 Thread Richard Purdie
On Thu, 2017-08-24 at 11:35 +0200, Patrick Ohly wrote: > On Wed, 2017-02-22 at 02:21 -0800, Andre McCurdy wrote: > > > > TARGET_SYS is defined in terms of TARGET_ARCH, so it's not valid > > until after TUNE_ARCH has been set by the machine config. The > > original order of includes resulted in an

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-24 Thread Patrick Ohly
On Thu, 2017-08-24 at 10:19 +0100, André Draszik wrote: > From: André Draszik > > ca-certificates runs a postinst task, update-ca- > certificates, > which ultimately wants to execute run-parts. > > Signed-off-by: André Draszik > --- >  

Re: [OE-core] [PATCH] bitbake.conf: fix ineffective include conf/target/${TARGET_SYS}.conf

2017-08-24 Thread Patrick Ohly
On Wed, 2017-02-22 at 02:21 -0800, Andre McCurdy wrote: > TARGET_SYS is defined in terms of TARGET_ARCH, so it's not valid > until after TUNE_ARCH has been set by the machine config. The > original order of includes resulted in an attempt to include > non-existent files such as: > >  

Re: [OE-core] [PATCH 0/2] Yocto Compatible 2.0 support code

2017-08-24 Thread Patrick Ohly
On Fri, 2017-06-09 at 10:12 +0200, Patrick Ohly wrote: > I also get for all recipes (i.e. the error is in the base > configuration): > > meta/conf/bitbake.conf:752: include/require/inherit > "conf/target/${TARGET_SYS}.conf" resulted in including > "conf/target/x86_64-oe-linux.conf" while

[OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-24 Thread André Draszik
From: André Draszik ca-certificates runs a postinst task, update-ca-certificates, which ultimately wants to execute run-parts. Signed-off-by: André Draszik --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] kernel-yocto: fix typo in error message

2017-08-24 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli --- meta/classes/kernel-yocto.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 3c6df92131bc..c8ed1e9108c7 100644 ---

Re: [OE-core] [PATCH] autoconf-archive: move from meta-oe to OE-core

2017-08-24 Thread Patrick Ohly
On Thu, 2017-08-10 at 20:53 -0500, Mark Hatle wrote: > On 8/10/17 6:56 PM, Martin Jansa wrote: > > On Thu, Aug 10, 2017 at 03:34:48PM -0500, Mark Hatle wrote: > > > On 8/10/17 3:18 PM, Martin Jansa wrote: > > > > -2 > > > > > > I agree that autoconf-archive should be in oe-core.  But... > > > >

Re: [OE-core] [PATCH] vulkan distro flag update

2017-08-24 Thread Jussi Kukkonen
On 23 August 2017 at 18:50, Mark Hatle wrote: > > I'm not sure if this is right or not, but it resolves the failures I was > getting after updating oe this morning. > > I was attempting to run the yocto project compliant script, which runs > bitbake -S none world. The

Re: [OE-core] [PATCH] boost: add python to default PACKAGECONFIG options

2017-08-24 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Huang, Jie (Jackie) > Sent: Wednesday, August 23, 2017 16:02 > To: MacLeod, Randy; Richard Purdie; Andre McCurdy > Cc: OE Core mailing

Re: [OE-core] [PATCH V2 6/9] core/target/ssh.py: replace decode errors

2017-08-24 Thread Robert Yang
On 08/23/2017 09:17 PM, Richard Purdie wrote: On Tue, 2017-08-22 at 22:55 +1200, Paul Eggleton wrote: On Tuesday, 22 August 2017 1:23:10 PM NZST Robert Yang wrote: There might be wild strings when read from target (especially when reading ptest results), replace the errors to avoid breaking

[OE-core] [PATCH 0/1] core/target/ssh.py: use reader to handle partial data

2017-08-24 Thread Robert Yang
The following changes since commit dcb6cd19fb8c639cb844d116fb83827267f37421: buildhistory.bbclass: add ptest (2017-08-23 14:12:39 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/ptest

[OE-core] [PATCH 1/1] core/target/ssh.py: use reader to handle partial data

2017-08-24 Thread Robert Yang
This can avoid UnicodeDecodeError error. Signed-off-by: Robert Yang --- meta/lib/oeqa/core/target/ssh.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/core/target/ssh.py b/meta/lib/oeqa/core/target/ssh.py index a2eafcd..927d659