[OE-core] [PATCH v3] rng-tools: Add service file and systemd package config to rngd

2017-06-21 Thread Patrick Williams
> Signed-off-by: Leonel Gonzalez > --- > meta/recipes-support/rng-tools/rng-tools/rngd.service | 8 > meta/recipes-support/rng-tools/rng-tools_5.bb | 17 +++-- > 2 files changed, 23 insertions(+), 2 deletions(-) > create mode 100644 meta/recipes-support/rng-tools/rn

Re: [OE-core] [PATCH v2] systemd: work-around ppc gold linker error

2017-06-21 Thread Randy MacLeod
Merge if you like or wait for the real fix to binutils. This bug has been around for more than a week since the binutils upgrade was merged and no one else seems to have noticed so it doesn't seem urgent. I needed the work-around to keep our auto-builders happy. Oh and I did basic sanity testing

[OE-core] [PATCH] libinput: 1.6.1 -> 1.7.3

2017-06-21 Thread Fan Xin
Signed-off-by: Fan Xin --- .../recipes-graphics/wayland/{libinput_1.6.1.bb => libinput_1.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.6.1.bb => libinput_1.7.3.bb} (85%) diff --git a/meta/recipes-graphics/wayland/libinput_1.6

Re: [OE-core] [PATCH] openssh: Remove deprecated sshd option

2017-06-21 Thread Gary Thomas
On 2017-05-18 11:09, Gary Thomas wrote: The UsePrivilegeSeparation is no longer supported (recent SSHD always runs with previlege separation), so remove this option from the default config file to avoid this warning: /etc/ssh/sshd_config line 110: Deprecated option UsePrivilegeSeparation Sign

[OE-core] [PATCH] libcroco: Upgrade 0.6.11 -> 0.6.12

2017-06-21 Thread Fan Xin
Signed-off-by: Fan Xin --- .../libcroco/{libcroco_0.6.11.bb => libcroco_0.6.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libcroco/{libcroco_0.6.11.bb => libcroco_0.6.12.bb} (81%) diff --git a/meta/recipes-support/libcroco/libcroco_0

[OE-core] [PATCH v2] systemd: work-around ppc gold linker error

2017-06-21 Thread Randy MacLeod
If you enable systemd and build for qemuppc, then the compile of systemd fails due to a gold linker failure: .../powerpc-oe-linux-ld.gold: error: invalid STB_LOCAL symbol in external symbols error: linker defined: multiple definition of '0001.plt_call.memcpy+8000' command line: pre

[OE-core] [PATCH] grub: fix 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch missing

2017-06-21 Thread Hongxu Jia
Since grub upgraded to 2.02, it forgot to aplly 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch. ... commit 4f27e4042dfb39caa71c7c6eb0a327de6af4d563 Author: Khem Raj Date: Fri Apr 21 20:36:06 2017 + grub: Update to 2.02 ... The missing caused grub-mkconfig could not detect kernel bz

[OE-core] [PATCH v5] image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS

2017-06-21 Thread yin . thong . choong
From: Choong YinThong Prompt error message to guide user add argument MKUBIFS_ARGS and UBINIZE_ARGS on every UBI and UBIFS image creation. [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass | 8 1 file changed, 8 insertions(+) diff --git a/meta/classe

[OE-core] [PATCH] libsndfile1: Fix CVE-2017-6892

2017-06-21 Thread Fan Xin
Backport upstream patch to fix CVE-2017-6892. CVE: CVE-2017-6892 Signed-off-by: Fan Xin --- .../libsndfile/libsndfile1/CVE-2017-6892.patch | 34 ++ .../libsndfile/libsndfile1_1.0.28.bb | 4 ++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode

[OE-core] [PATCH v2] (morty) rpm: Fix the Bug of SRPM String error

2017-06-21 Thread zhengrq
Add a patch 0001-Fix-the-Bug-of-SRPM-String-error.patch to fix SRPM bug When use bitbake to build a SRPM package, some sections of SRPM can't be displayed normally. For example: $ rpm -qpi zlib-1.2.8-r0.src.rpm warning: zlib-1.2.8-r0.src.rpm: Header V4 DSA/SHA1 Signature, key ID e64962a6: NOKEY

[OE-core] [PATCH v2] (krogoth) rpm: Fix the Bug of SRPM String error

2017-06-21 Thread zhengrq
Add a patch 0001-Fix-the-Bug-of-SRPM-String-error.patch to fix SRPM bug When use bitbake to build a SRPM package, some sections of SRPM can't be displayed normally. For example: $ rpm -qpi zlib-1.2.8-r0.src.rpm warning: zlib-1.2.8-r0.src.rpm: Header V4 DSA/SHA1 Signature, key ID e64962a6: NOKEY

[OE-core] [PATCH v2] (jethro) rpm: Fix the Bug of SRPM String error

2017-06-21 Thread zhengrq
Add a patch 0001-Fix-the-Bug-of-SRPM-String-error.patch to fix SRPM bug When use bitbake to build a SRPM package, some sections of SRPM can't be displayed normally. For example: $ rpm -qpi zlib-1.2.8-r0.src.rpm warning: zlib-1.2.8-r0.src.rpm: Header V4 DSA/SHA1 Signature, key ID e64962a6: NOKEY

[OE-core] [PATCH 1/1] oe-init-build-env-memres: swap parameter order

2017-06-21 Thread Paul Eggleton
This script expected the port number to be specified first, which is somewhat counter-intuitive especially if you're used to oe-init-build-env; besides, in local usage you are unlikely to need to specify a custom port. Given that few people are using this yet (based on the issues I have recently fi

[OE-core] [PATCH 0/1] oe-init-build-env-memres: swap parameter order

2017-06-21 Thread Paul Eggleton
The following changes since commit 1d9a88f635549e68562de681e297b9270ad02d4e: ovmf: fix secureboot PACKAGECONFIG + OpenSSL update (2017-06-16 10:58:19 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/memres-init-param-order http://

Re: [OE-core] [PATCH] u-boot-fw-utils: Allow replacement of fw_env.config

2017-06-21 Thread Tom Rini
On Wed, Jun 21, 2017 at 03:01:36PM -0300, Otavio Salvador wrote: > On Wed, Jun 21, 2017 at 1:52 PM, Tom Rini wrote: > > On Wed, Jun 21, 2017 at 11:50:23AM -0400, Denys Dmytriyenko wrote: > >> What I'm arguing against here is some partial solution - modifying the > >> global > >> recipe in oe-core

Re: [OE-core] [PATCH] x86-base.inc: Don't add live to IMAGE_FSTYPES, default instead

2017-06-21 Thread Cal Sullivan
On 06/21/2017 08:28 AM, Christopher Larson wrote: On Tue, Jun 20, 2017 at 5:14 PM, California Sullivan > wrote: Using += makes it difficult to remove. Soft-set with ?= instead. Signed-off-by: California Sullivan mailto:california.l.sulli.

Re: [OE-core] [PATCH] u-boot-fw-utils: Allow replacement of fw_env.config

2017-06-21 Thread Otavio Salvador
On Wed, Jun 21, 2017 at 1:52 PM, Tom Rini wrote: > On Wed, Jun 21, 2017 at 11:50:23AM -0400, Denys Dmytriyenko wrote: >> What I'm arguing against here is some partial solution - modifying the global >> recipe in oe-core, but still require .bbappend to provide a file. It's should >> either be "do e

Re: [OE-core] [PATCH] u-boot-fw-utils: Allow replacement of fw_env.config

2017-06-21 Thread Tom Rini
On Wed, Jun 21, 2017 at 11:50:23AM -0400, Denys Dmytriyenko wrote: > On Wed, Jun 21, 2017 at 08:03:17AM -0400, Tom Rini wrote: > > On Tue, Jun 20, 2017 at 07:55:44PM -0400, Denys Dmytriyenko wrote: > > > On Tue, Jun 20, 2017 at 07:15:12PM -0300, Otavio Salvador wrote: > > > > If a fw_env.config fil

Re: [OE-core] [PATCH 3/9] gstreamer1.0-plugins-good: upgrade to version 1.12.0

2017-06-21 Thread Jussi Kukkonen
I think this breaks gstreamer1.0-meta-base packagegroup because now nothing provides gstreamer1.0-plugins-good-souphttpsrc. I've not tested this but I'd bet money it's because of "Fix plugin filenames to match plugin names" commit ** upstream: it probably leads to the plugin package names changing.

[OE-core] [PATCH] selftest/devtool: Don't use removed remake as test case

2017-06-21 Thread Jussi Kukkonen
remake was removed from oe-core: use another recipe in the devtool extract test. Signed-off-by: Jussi Kukkonen --- remake removal is not yet in master. Paul please review: I didn't know if there was a reason for picking remake, I chose matchbox-terminal because the source is tiny. Thanks, Juss

Re: [OE-core] [PATCH] u-boot-fw-utils: Allow replacement of fw_env.config

2017-06-21 Thread Marek Vasut
On 06/21/2017 01:55 AM, Denys Dmytriyenko wrote: > On Tue, Jun 20, 2017 at 07:15:12PM -0300, Otavio Salvador wrote: >> If a fw_env.config file is found in workdir, this is preferred over >> the U-Boot example. >> >> Signed-off-by: Otavio Salvador >> --- >> >> meta/recipes-bsp/u-boot/u-boot-fw-uti

Re: [OE-core] [PATCH] u-boot-fw-utils: Allow replacement of fw_env.config

2017-06-21 Thread Denys Dmytriyenko
On Wed, Jun 21, 2017 at 08:03:17AM -0400, Tom Rini wrote: > On Tue, Jun 20, 2017 at 07:55:44PM -0400, Denys Dmytriyenko wrote: > > On Tue, Jun 20, 2017 at 07:15:12PM -0300, Otavio Salvador wrote: > > > If a fw_env.config file is found in workdir, this is preferred over > > > the U-Boot example. > >

[OE-core] [PATCH] wayland-protocols: upgrade to 1.8

2017-06-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../wayland/{wayland-protocols_1.7.bb => wayland-protocols_1.8.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.7.bb => wayland-protocols_1.8.bb} (85%) diff

Re: [OE-core] [PATCH] x86-base.inc: Don't add live to IMAGE_FSTYPES, default instead

2017-06-21 Thread Christopher Larson
On Tue, Jun 20, 2017 at 5:14 PM, California Sullivan < california.l.sulli...@intel.com> wrote: > Using += makes it difficult to remove. Soft-set with ?= instead. > > Signed-off-by: California Sullivan > --- > meta/conf/machine/include/x86-base.inc | 2 +- > 1 file changed, 1 insertion(+), 1 dele

Re: [OE-core] [PATCH v2] [morty] rpm: Fix the Bug of SRPM String error

2017-06-21 Thread Mark Hatle
On 6/21/17 12:47 PM, zhengrq wrote: > Add a patch 0001-Fix-the-Bug-of-SRPM-String-error.patch to fix SRPM bug I've done a bit more looking into this. RPM doesn't really support I18N (localized) for the main packaging strings. This is the reason for the code that maps I18N to 'STRING'. It is exp

Re: [OE-core] [PATCH 1/2] commands: send stderr to a new pipe

2017-06-21 Thread Leonardo Sandoval
On Wed, 2017-06-21 at 13:56 +0300, Jussi Kukkonen wrote: > On 19 June 2017 at 17:39, > wrote: > > > > From: Leonardo Sandoval > > > > Do not mix the stderr into stdout, allowing test cases to query > > the specific output. > > I wonder if this patch could be related to the strange selftest > fai

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-06-21 Thread Otavio Salvador
On Wed, Jun 21, 2017 at 6:05 AM, Anton Novikov wrote: > Thanks, I support those too; I've been using it here as well. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347

[OE-core] [PATCH 00/48] Consolidated pull

2017-06-21 Thread Ross Burton
Hi, Almost fifty patches for oe-core/bitbake/meta-poky, all green on the autobuilder. Ross The following changes since commit d5d9a80a4ffca55721993d366e80538132b75960: bitbake: fetch: fix handling of files with incorrect checksums from a premirror (2017-06-16 10:58:28 +0100) are available

Re: [OE-core] [PATCH v3] image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS

2017-06-21 Thread Burton, Ross
On 20 June 2017 at 13:36, Andrea Adami wrote: > > +bberror "MKUBIFS_ARGS and UBINIZE_ARGS argument have to set > in local.conf for UBI and UBIFS image creation." > > Why in local.conf ? It is not globally valid if you do multi-machine > builds. > I'd say the right place is the machine

[OE-core] [PATCHv2 3/3] package_manager.py: set dnf's releasever setting from DISTRO_CODENAME

2017-06-21 Thread Alexander Kanavin
So that: 1) dnf does not complain anymore about releasever not being set and then fail for the same reason; 2) it's possible to refer to $releasever in dnf package feed configuration (repo paths in particular) without hardconding the release name (pyro, morty, etc.) Signed-off-by: Alexander Kan

[OE-core] [PATCHv2 2/3] dnf: update to 2.5.1

2017-06-21 Thread Alexander Kanavin
Drop 0001-Revert-proper-check-of-releasever-when-using-install.patch as the problem has been solved upstream. Add 0001-Move-releasever-check-after-the-etc-dnf-vars-substit.patch, as the warning for missing releasever is issued prematurely in our case. Signed-off-by: Alexander Kanavin --- ...eve

[OE-core] [PATCHv2 1/3] libdnf: update to 0.9.1

2017-06-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/libdnf/{libdnf_git.bb => libdnf_0.9.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/libdnf/{libdnf_git.bb => libdnf_0.9.1.bb} (94%) diff --git a/meta/recipes-devtools/libdnf/libdnf_git.bb b/me

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-21 Thread Brad Mouring
On Wed, Jun 21, 2017 at 01:22:58AM -0400, Denys Dmytriyenko wrote: > On Tue, Jun 20, 2017 at 09:33:24PM -0500, Brad Mouring wrote: > > On Tue, Jun 20, 2017 at 10:59:55PM +0200, Marek Vasut wrote: > > > On 06/20/2017 10:53 PM, Brad Mouring wrote: > > > > On Tue, Jun 20, 2017 at 10:43:51PM +0200, Mar

Re: [OE-core] [RFC][PATCH] tclibc-musl: use musl's virtual/gettext implementation

2017-06-21 Thread Khem Raj
On Wed, Jun 21, 2017 at 6:27 AM Jussi Kukkonen wrote: > $ bitbake -k core-image-minimal core-image-full-cmdline core-image-sato > world > That seems to fail with musl on the autobuilder with "Nothing RPROVIDES > 'gettext-runtime' " > > > https://autobuilder.yocto.io/builders/nightly-musl/builds/3

[OE-core] [PATCH 2/2] kernel: user defined KERNEL_VERSION_PKG_NAME

2017-06-21 Thread Heghedus Razvan
Add possibility to set KERNEL_VERSION_PKG_NAME to a user defined value. Signed-off-by: Heghedus Razvan --- meta/classes/kernel.bbclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 605c101e62..02728d5a8

Re: [OE-core] [PATCH] u-boot-fw-utils: Allow replacement of fw_env.config

2017-06-21 Thread Tom Rini
On Tue, Jun 20, 2017 at 07:55:44PM -0400, Denys Dmytriyenko wrote: > On Tue, Jun 20, 2017 at 07:15:12PM -0300, Otavio Salvador wrote: > > If a fw_env.config file is found in workdir, this is preferred over > > the U-Boot example. > > > > Signed-off-by: Otavio Salvador > > --- > > > > meta/recip

[OE-core] [PATCH 2/2] kernel: user defined KERNEL_VERSION_PKG_NAME

2017-06-21 Thread Heghedus Razvan
Add possibility to set KERNEL_VERSION_PKG_NAME to a user defined value. Signed-off-by: Heghedus Razvan --- meta/classes/kernel.bbclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 605c101e62..02728d5a8

[OE-core] [PATCH 1/2] kernel: add package version in dependencies for kernel packages

2017-06-21 Thread Heghedus Razvan
Make all dependencies from kernel family packages which depend on another kernel related package to depend on the same version. This creates a consistent state where kernel, kernel images and kernel modules have the same version, making a kernel upgrade leading to upgrades of the image and modules.

Re: [OE-core] [PATCH 1/2] commands: send stderr to a new pipe

2017-06-21 Thread Burton, Ross
On 21 June 2017 at 11:56, Jussi Kukkonen wrote: > I wonder if this patch could be related to the strange selftest failures > where command output seems to be missing completely, e.g. > AssertionError: '' != 'ERROR: Unable to find any package producing > path /not/exist' > I'll admit that my

Re: [OE-core] [PATCHv2 2/2] dnf: update to 2.5.1

2017-06-21 Thread Jussi Kukkonen
These sanity test failures look related. https://autobuilder.yocto.io/builders/nightly-x86-64/builds/333/steps/Running%20Sanity%20Tests/logs/stdio On 20 June 2017 at 16:56, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > Drop 0001-Revert-proper-check-of-releasever-when-using-inst

Re: [OE-core] [PATCH 1/2] commands: send stderr to a new pipe

2017-06-21 Thread Jussi Kukkonen
On 19 June 2017 at 17:39, wrote: > > From: Leonardo Sandoval > > Do not mix the stderr into stdout, allowing test cases to query > the specific output. I wonder if this patch could be related to the strange selftest failures where command output seems to be missing completely, e.g. Assertion

Re: [OE-core] [RFC][PATCH] tclibc-musl: use musl's virtual/gettext implementation

2017-06-21 Thread Jussi Kukkonen
$ bitbake -k core-image-minimal core-image-full-cmdline core-image-sato world That seems to fail with musl on the autobuilder with "Nothing RPROVIDES 'gettext-runtime' " https://autobuilder.yocto.io/builders/nightly-musl/builds/313/steps/BuildImages/logs/stdio Cheers, Jussi On 19 June 2017 at 13

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

2017-06-21 Thread Jussi Kukkonen
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. > > * Copies the files of ${D} into a new directory and strips them in place > * Used oe.package.strip_execs for stripping direct

[OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-06-21 Thread Anton Novikov
Thanks, Anton >From 3731250f61917f59f0a1aaf0d94310fbf68eb512 Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Tue, 20 Jun 2017 15:42:34 +0300 Subject: [PATCH 1/3] fix GCC build GCC 6.2 build with recent GCC was failing (for example, on my Arch system). Patch fixing it was added from GCC upst

[OE-core] [PATCHv2] (master) automake: fix Perl regex

2017-06-21 Thread Anton Novikov
Thanks, Anton >From 790b63594f1ae8ec43312720496aceba849be12f Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Tue, 20 Jun 2017 14:33:20 +0300 Subject: [PATCH] add perl regex fix for Automake Build was failing on Arch Linux due to recent Perl giving error on unescaped curly braces. Patch fixi

[OE-core] [PATCH v2] [morty] rpm: Fix the Bug of SRPM String error

2017-06-21 Thread zhengrq
Add a patch 0001-Fix-the-Bug-of-SRPM-String-error.patch to fix SRPM bug When use bitbake to build a SRPM package, some sections of SRPM can't be displayed normally. For example: $ rpm -qpi zlib-1.2.8-r0.src.rpm warning: zlib-1.2.8-r0.src.rpm: Header V4 DSA/SHA1 Signature, key ID e64962a6: NOKEY

[OE-core] [PATCH v2] [krogoth] rpm: Fix the Bug of SRPM String error

2017-06-21 Thread zhengrq
Add a patch 0001-Fix-the-Bug-of-SRPM-String-error.patch to fix SRPM bug When use bitbake to build a SRPM package, some sections of SRPM can't be displayed normally. For example: $ rpm -qpi zlib-1.2.8-r0.src.rpm warning: zlib-1.2.8-r0.src.rpm: Header V4 DSA/SHA1 Signature, key ID e64962a6: NOKEY

[OE-core] [PATCH v2] [jethro] rpm: Fix the Bug of SRPM String error

2017-06-21 Thread zhengrq
Add a patch 0001-Fix-the-Bug-of-SRPM-String-error.patch to fix SRPM bug When use bitbake to build a SRPM package, some sections of SRPM can't be displayed normally. For example: $ rpm -qpi zlib-1.2.8-r0.src.rpm warning: zlib-1.2.8-r0.src.rpm: Header V4 DSA/SHA1 Signature, key ID e64962a6: NOKEY

[OE-core] ✗ patchtest: failure for (morty) automake: fix Perl regex

2017-06-21 Thread Patchwork
== Series Details == Series: (morty) automake: fix Perl regex Revision: 1 URL : https://patchwork.openembedded.org/series/7398/ 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

[OE-core] ✗ patchtest: failure for (morty) elfutils: fix fallthrough warnings and printf overflow

2017-06-21 Thread Patchwork
== Series Details == Series: (morty) elfutils: fix fallthrough warnings and printf overflow Revision: 1 URL : https://patchwork.openembedded.org/series/7400/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several t

[OE-core] ✗ patchtest: failure for (morty) gcc: fix ubsan empty string check

2017-06-21 Thread Patchwork
== Series Details == Series: (morty) gcc: fix ubsan empty string check Revision: 1 URL : https://patchwork.openembedded.org/series/7399/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execut

[OE-core] ✗ patchtest: failure for master: fix perl regex in Automake

2017-06-21 Thread Patchwork
== Series Details == Series: master: fix perl regex in Automake Revision: 1 URL : https://patchwork.openembedded.org/series/7396/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on t

[OE-core] [PATCH] (morty) elfutils: fix fallthrough warnings and printf overflow

2017-06-21 Thread Anton Novikov
Thanks, Anton >From a7bf28fbef1e08ce47c543fae2fd3b7fba665d97 Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Tue, 20 Jun 2017 18:13:50 +0300 Subject: [PATCH 2/3] fix case fallthrough and printf overflow warnings apply patch from: https://lists.yoctoproject.org/pipermail/yocto/2017-April/035

[OE-core] [PATCH] (morty) gcc: fix ubsan empty string check

2017-06-21 Thread Anton Novikov
Thanks, Anton >From 10d86dd98109c66814229c18dc199d08fa49145c Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Tue, 20 Jun 2017 15:42:34 +0300 Subject: [PATCH 1/3] fix GCC build GCC 6.2 build with recent GCC was failing (for example, on my Arch system). Patch fixing it was added from GCC upst

[OE-core] [PATCH] (morty) automake: fix Perl regex

2017-06-21 Thread Anton Novikov
Thanks, Anton >From 85d4afe37a174b14353ccba8042d7dab77242969 Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Tue, 20 Jun 2017 14:33:20 +0300 Subject: [PATCH 3/3] add perl regex fix for Automake Build was failing on Arch Linux due to recent Perl giving error on unescaped curly braces. Patch

[OE-core] [PATCH] libpcre2: 10.22 -> 10.23

2017-06-21 Thread Fan Xin
1. Upgrade libpcre2 from 10.22 to 10.23 2. Update the checksum of LIC_FILES_CHKSUM The copyright time of LICENCE is updated to 2017, the content of LICENCE has no change. Signed-off-by: Fan Xin --- .../libpcre/{libpcre2_10.22.bb => libpcre2_10.23.bb}| 6 +++--- 1 file change

[OE-core] [PATCH] master: fix perl regex in Automake

2017-06-21 Thread Anton Novikov
Hi, I haven't setup git-send-email yet, so will try to send the patches as plain attachments. Sorry if it looks wrong. This patch affects master branch, so I send it separately. Morty branch does have the same bug, but the patch is somewhat different, so I will send it separately. Thanks, A

Re: [OE-core] Fwd: Re: [yocto] Some Arch Linux build fixes

2017-06-21 Thread Nicolas Dechesne
hi, On Wed, Jun 21, 2017 at 9:04 AM, Anton Novikov wrote: > > Hi all, > > people at yo...@yoctoproject.org sent me here. > > Please review my commits and apply them or provide me with help to > > do it myself. Patches need to be sent to the mailing list as inline patch, we wont' do review on git

[OE-core] Fwd: Re: [yocto] Some Arch Linux build fixes

2017-06-21 Thread Anton Novikov
Hi all, people at yo...@yoctoproject.org sent me here. Please review my commits and apply them or provide me with help to do it myself. Thanks, Anton Forwarded Message Subject:Re: [yocto] Some Arch Linux build fixes Date: Tue, 20 Jun 2017 23:05:16 -0400 From:

[OE-core] ✗ patchtest: failure for script/yocto-bsp: Fail to add kernel feature in custom linux kernel

2017-06-21 Thread Patchwork
== Series Details == Series: script/yocto-bsp: Fail to add kernel feature in custom linux kernel Revision: 1 URL : https://patchwork.openembedded.org/series/7393/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Seve