[OE-core] [PATCH 7/7] apr: 1.6.2 -> 1.6.3

2018-01-30 Thread Hongxu Jia
- Rebase patches 0001 ~ 0008 - Fix build path issue to improve reproducibility Signed-off-by: Hongxu Jia --- ...gure_fixes.patch => 0001-configure-fixes.patch} | 28 +++--- meta/recipes-support/apr/apr/0002-cleanup.patch| 59 ++

[OE-core] [PATCH 6/7] apr-util: 1.6.0 -> 1.6.1

2018-01-30 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- meta/recipes-support/apr/{apr-util_1.6.0.bb => apr-util_1.6.1.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr-util_1.6.0.bb => apr-util_1.6.1.bb} (95%) diff --git

[OE-core] [PATCH 5/7] ghostscript: 9.21 -> 9.22

2018-01-30 Thread Hongxu Jia
1. Rebase patches 0001 ~ 0010 2. Drop backported CVE fixes: - CVE-2016-7977.patch - CVE-2017-7207.patch - CVE-2017-5951.patch - CVE-2017-7975.patch - CVE-2017-9216.patch - CVE-2017-9611.patch - CVE-2017-9612.patch - CVE-2017-9739.patch - CVE-2017-9726.patch - CVE-2017-9727.patch -

[OE-core] [PATCH 4/7] gpgme: 1.9.0 -> 1.10.0

2018-01-30 Thread Hongxu Jia
1. Disable test at build time to workaround corss-compile 2. Rework patch 0002, since the following commit of upstream. https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commit;h=7309ce6f5f7c86570953a141965d4f54cd9ad9a0 3. Add patch 0006 to fix build path issue to improve

[OE-core] [PATCH 3/7] ncurses: 6.0+20170715 -> 6.0+20171125

2018-01-30 Thread Hongxu Jia
- Drop backported CVE fix Signed-off-by: Hongxu Jia --- ...-2017-13729-CVE-2017-13728-CVE-2017-13731.patch | 541 - ...ses_6.0+20170715.bb => ncurses_6.0+20171125.bb} | 3 +- 2 files changed, 1 insertion(+), 543 deletions(-) delete mode 100644

[OE-core] [PATCH 2/7] pigz: 2.3.4 -> 2.4

2018-01-30 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- meta/recipes-extended/pigz/{pigz_2.3.4.bb => pigz_2.4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/pigz/{pigz_2.3.4.bb => pigz_2.4.bb} (86%) diff --git

[OE-core] [PATCH 1/7] help2man-native: 1.47.4 -> 1.47.5

2018-01-30 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../help2man/{help2man-native_1.47.4.bb => help2man-native_1.47.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/help2man/{help2man-native_1.47.4.bb => help2man-native_1.47.5.bb} (79%) diff

[OE-core] [PATCH 0/7] upgrade 7 recipes

2018-01-30 Thread Hongxu Jia
The following changes since commit e5e89cfb7bc2231ac4fcc16f4cb4f74d806136c4: pulseaudio: improve glibc 2.27 patch (2018-01-30 12:53:16 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/upgrade-20180131

Re: [OE-core] [PATCH 1/3] tzcode: remove unused patch files

2018-01-30 Thread Paul Eggleton
On Tuesday, 30 January 2018 7:39:17 PM NZDT Khem Raj wrote: > I wonder if we can cook up a script which can check for unused patches, > it will be very helpful to keep the code tidy > perhaps it already exists and I am the only one who doesn't know Patchtest is supposed to be handling this

Re: [OE-core] [PATCH] waf.bbclass: check that waf exists before trying to execute it

2018-01-30 Thread Joshua Watt
On Jan 30, 2018 17:40, "Martin Jansa" wrote: +Stefan On Wed, Jan 31, 2018 at 12:38 AM, Martin Jansa wrote: > Thanks Andreas, > > jack is the only one which inherits waf directly not through waf-samba. > > More surprisingly it also has ${S}/waf

[OE-core] [PATCH] glide: Add 0.13.1 version

2018-01-30 Thread Otavio Salvador
Glide is a widely used Vendor Package Management for Golang, especially in private projects as it allows for internal repositories clone and other fancy things. This recipe has been originally done as part of updatehub development. Signed-off-by: Otavio Salvador ---

[OE-core] [OE-Core][PATCHv2 0/1] wic: argparse now used for help functionality.

2018-01-30 Thread anelliot
The wic help output formally consisted of manually created strings mixed with argparse, which was unformatted and unusable. This fix cleans up the help messages, rewrites help functionality to use argparse, and adds functionality to show information for plugins (similar to canned images). The

[OE-core] [OE-Core][PATCHv2 1/1] wic: argparse now used for help functionality.

2018-01-30 Thread anelliot
The wic help output formally consisted of manually created strings mixed with argparse, which was unformatted and unusable. This fix cleans up the help messages, rewrites help functionality to use argparse, and adds functionality to show information for plugins (similar to canned images). Fixes

Re: [OE-core] [PATCH] waf.bbclass: check that waf exists before trying to execute it

2018-01-30 Thread Martin Jansa
+Stefan On Wed, Jan 31, 2018 at 12:38 AM, Martin Jansa wrote: > Thanks Andreas, > > jack is the only one which inherits waf directly not through waf-samba. > > More surprisingly it also has ${S}/waf it seems: >

Re: [OE-core] [PATCH] waf.bbclass: check that waf exists before trying to execute it

2018-01-30 Thread Martin Jansa
Thanks Andreas, jack is the only one which inherits waf directly not through waf-samba. More surprisingly it also has ${S}/waf it seems: https://github.com/jackaudio/jack2/blob/c1647819eed6d11f94b21981d9c869629299f357/waf So the WARNING: shown for jack probably had different reason than the

Re: [OE-core] [PATCH] waf.bbclass: check that waf exists before trying to execute it

2018-01-30 Thread Andreas Müller
On Tuesday, January 30, 2018, Martin Jansa wrote: > +Andreas who added waf inherit in jack in: > commit 0f8f1973e229a0799098bc2334416fec8c608b50 > Author: Andreas Müller > Date: Sat Oct 8 12:03:32 2016 +0200 > > jack: swap to jack2 >

Re: [OE-core] [PATCH 4/6] python3-core: improve reproducibility

2018-01-30 Thread Bystricky, Juro
works nicely for me -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] ✗ patchtest: failure for ninja: Upgrade from 1.7.2 to major release 1.8.2

2018-01-30 Thread Patchwork
== Series Details == Series: ninja: Upgrade from 1.7.2 to major release 1.8.2 Revision: 1 URL : https://patchwork.openembedded.org/series/10780/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] [PATCH] python3-pycairo: update to 1.15.6

2018-01-30 Thread Derek Straka
Update to the latest stable release Tested in qemux86-64 running core-image-minimal Signed-off-by: Derek Straka --- .../python/{python3-pycairo_1.15.4.bb => python3-pycairo_1.15.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH] ninja: Upgrade from 1.7.2 to major release 1.8.2

2018-01-30 Thread Alejandro Enedino Hernandez Samaniego
Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta/recipes-devtools/ninja/ninja_1.7.2.bb | 30 -- meta/recipes-devtools/ninja/ninja_1.8.2.bb | 30 ++ 2 files changed, 30 insertions(+), 30 deletions(-)

Re: [OE-core] [PATCH] ruby: 2.4.2 -> 2.5.0

2018-01-30 Thread Khem Raj
On 1/30/18 12:58 AM, Huang Qiyu wrote: > 1.Upgrade ruby form 2.4.2 to 2.5.0. > 2.Update the checksum of LIC_FILES_CHKSUM. > 3.Delete ruby-CVE-2017-9224.patch, ruby-CVE-2017-9227.patch, > ruby-CVE-2017-9229.patch, since it is integrated upstream. > 4.Modify ruby-CVE-2017-9226.patch, since the data

Re: [OE-core] [PATCH V2 0/8] Update to binutils 2.30, glibc 2.27 initiated fixes, musl update

2018-01-30 Thread Khem Raj
On Tue, Jan 30, 2018 at 4:58 AM, Burton, Ross wrote: > On 30 January 2018 at 04:31, Khem Raj wrote: >> >> >> - Add proper sign-offs and Upstream-Status as reported by patchtest >> - Backport another fix for pulseaudio memfd issue done upstream > > > v1

Re: [OE-core] [PATCH] recipes-kernel: add kpatch dynamic kernel patching infrastructure

2018-01-30 Thread Khem Raj
On Tue, Jan 30, 2018 at 7:14 AM, Ruslan Bilovol wrote: > On 01/29/2018 08:35 PM, Khem Raj wrote: >> >> On Mon, Jan 29, 2018 at 7:06 AM, Ruslan Bilovol >> wrote: >>> >>> kpatch is a Linux dynamic kernel patching infrastructure >>> which allows you to patch

[OE-core] [PATCH] python3: update target and native recipes to 3.5.4

2018-01-30 Thread Derek Straka
Use the latest 3.5 version until the 3.6 migration is complete Removed the following upstreamed patches: - python3/Fix-29519-weakref-spewing-exceptions-during-interp-f.patch - python3/upstream-random-fixes.patch Rebased the following pathes: - python3/0001-cross-compile-support.patch

[OE-core] [PATCH] sanity.bbclass: modified error message

2018-01-30 Thread Juro Bystricky
Signed-off-by: Juro Bystricky --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index d0f507e0..6716985 100644 --- a/meta/classes/sanity.bbclass +++

[OE-core] [PATCH] tcmode-default.inc: drop preferred version of gzip-native

2018-01-30 Thread Martin Jansa
* gzip was recently upgraded from 1.8 to 1.9, now all the builds show: NOTE: preferred version 1.8 of gzip-native not available (for item gzip-native) NOTE: versions of gzip-native available: 1.9 * drop the setting, because nobody is probably going to use older gzip-native than 1.4 when

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

2018-01-30 Thread Manjukumar Harthikote Matha
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: Monday, January 29, 2018 11:07 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH]

Re: [OE-core] [PATCH 1/3] tzcode: remove unused patch files

2018-01-30 Thread Bystricky, Juro
> I wonder if we can cook up a script which can check for unused patches, > it will be very helpful to keep the code tidy > perhaps it already exists and I am the only one who doesn't know This highly unoptimized Q script will list patches not referenced anywhere (will barf on filenames with

Re: [OE-core] [PATCH] recipes-kernel: add kpatch dynamic kernel patching infrastructure

2018-01-30 Thread Ruslan Bilovol
On 01/29/2018 08:35 PM, Khem Raj wrote: On Mon, Jan 29, 2018 at 7:06 AM, Ruslan Bilovol wrote: kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes Currently it is enabled and

Re: [OE-core] [PATCH] waf.bbclass: check that waf exists before trying to execute it

2018-01-30 Thread Joshua Watt
On Tue, 2018-01-30 at 13:26 +0100, Martin Jansa wrote: > +Andreas who added waf inherit in jack in:commit > 0f8f1973e229a0799098bc2334416fec8c608b50 > Author: Andreas Müller > Date: Sat Oct 8 12:03:32 2016 +0200 > > jack: swap to jack2 > > +Bian who added waf

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

2018-01-30 Thread Alexander Kanavin
On 01/30/2018 09:07 AM, Khem Raj wrote: I disagree. Expanding HOSTTOOLS just to cater to the needs of a single recipe is not optimal, IMO. alternative are build time dep on coreutils-native. fix uboot script to not use comm do not invoke check-config.sh at all. none of them are any better.

Re: [OE-core] [oe-commits] [openembedded-core] 21/29: linux-libc-headers: 4.12 -> 4.14.13

2018-01-30 Thread Bruce Ashfield
On Tue, Jan 30, 2018 at 5:21 AM, Martin Jansa wrote: > Hi, > > you've forgot to update the version in > meta/conf/distro/include/tcmode-default.inc: > > meta/conf/distro/include/tcmode-default.inc:LINUXLIBCVERSION ?= "4.12%" >

Re: [OE-core] [PATCH] linux-libc-headers: 4.12 -> 4.14.13

2018-01-30 Thread Bruce Ashfield
Please cc'd me on any libc-headers upgrades. I bring this up to new versions as we do new linux-yocto reference kernels and this has messed up my queue with respect to 4.15 which arrives shortly. Also, there's zero commit log as to *why* these are being updated. Bruce On Fri, Jan 26, 2018 at

[OE-core] [PATCH v10 00/14] support profile-optimized build for Python

2018-01-30 Thread Markus Lehtonen
Rebased on latest master. No other changes since v9. The following changes since commit 1c896b34d2d9fdf941941bd29257a4714795da5a: testimage: enable gi test suite (2018-01-29 08:49:52 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH] ltp: remove patches that already have fixes upstream

2018-01-30 Thread Anders Roxell
The following patches has already fixes for the issues they are solving in upstream. - 0001-add-_GNU_SOURCE-to-pec_listener.c.patch - 0011-Rename-sigset-variable-to-sigset1.patch - 0025-mc_gethost-include-sys-types.h.patch - 0027-sysconf01-Use-_SC_2_C_VERSION-conditionally.patch -

Re: [OE-core] [PATCH V2 0/8] Update to binutils 2.30, glibc 2.27 initiated fixes, musl update

2018-01-30 Thread Burton, Ross
On 30 January 2018 at 04:31, Khem Raj wrote: > > - Add proper sign-offs and Upstream-Status as reported by patchtest > - Backport another fix for pulseaudio memfd issue done upstream > v1 was merged after v2 was sent so I just split these fixes out and they just got merged

Re: [OE-core] [PATCH] ltp: bump to release 20180118

2018-01-30 Thread Anders Roxell
On 30 January 2018 at 02:17, akuster808 wrote: > > > On 01/29/2018 12:04 PM, Khem Raj wrote: >> On Mon, Jan 29, 2018 at 6:19 AM, Anders Roxell >> wrote: >>> Removed 3 patches that have been upstreamed: >>> -

Re: [OE-core] [PATCH] ltp: bump to release 20180118

2018-01-30 Thread Burton, Ross
Can someone please send an update to remove those patches, as this ltp upgrade has already merged to master. Ross On 30 January 2018 at 03:26, Yi Zhao wrote: > > > 在 2018年01月29日 22:19, Anders Roxell 写道: > >> Removed 3 patches that have been upstreamed: >> -

Re: [OE-core] [PATCH] ltp: bump to release 20180118

2018-01-30 Thread Anders Roxell
On 29 January 2018 at 21:04, Khem Raj wrote: > On Mon, Jan 29, 2018 at 6:19 AM, Anders Roxell > wrote: >> Removed 3 patches that have been upstreamed: >> - 0030-lib-Use-PTHREAD_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch >> -

Re: [OE-core] [PATCH] waf.bbclass: check that waf exists before trying to execute it

2018-01-30 Thread Martin Jansa
+Andreas who added waf inherit in jack in: commit 0f8f1973e229a0799098bc2334416fec8c608b50 Author: Andreas Müller Date: Sat Oct 8 12:03:32 2016 +0200 jack: swap to jack2 +Bian who added waf samba in: commit 962e346df99696a10657a2ea7b2166dfaf290289 Author:

Re: [OE-core] [PATCH] waf.bbclass: check that waf exists before trying to execute it

2018-01-30 Thread Burton, Ross
Why would they do that? Shouldn't it be a fatal bug if waf isn't found? On 30 January 2018 at 08:30, Martin Jansa wrote: > * there are some recipes like jack and other which inherit waf-samba > which inherits waf, but they don't use waf for configure, strange isn't >

[OE-core] [PATCH] tcmode-default.inc: bump LINUXLIBCVERSION to 4.14%

2018-01-30 Thread Martin Jansa
* linux-libc-headers were updated without updating PREFERRED_VERSION causing following messages being shown in every single build: NOTE: preferred version 4.12% of nativesdk-linux-libc-headers not available (for item nativesdk-linux-libc-headers) NOTE: versions of

Re: [OE-core] [oe-commits] [openembedded-core] 21/29: linux-libc-headers: 4.12 -> 4.14.13

2018-01-30 Thread Martin Jansa
Hi, you've forgot to update the version in meta/conf/distro/include/tcmode-default.inc: meta/conf/distro/include/tcmode-default.inc:LINUXLIBCVERSION ?= "4.12%" meta/conf/distro/include/tcmode-default.inc:PREFERRED_VERSION_linux-libc-headers ?= "${LINUXLIBCVERSION}"

[OE-core] [PATCH] sysstat: 11.6.1 -> 11.7.1

2018-01-30 Thread Huang Qiyu
Upgrade sysstat from 11.6.1 to 11.7.1. Signed-off-by: Huang Qiyu --- .../recipes-extended/sysstat/{sysstat_11.6.1.bb => sysstat_11.7.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.6.1.bb =>

[OE-core] [PATCH] ruby: 2.4.2 -> 2.5.0

2018-01-30 Thread Huang Qiyu
1.Upgrade ruby form 2.4.2 to 2.5.0. 2.Update the checksum of LIC_FILES_CHKSUM. 3.Delete ruby-CVE-2017-9224.patch, ruby-CVE-2017-9227.patch, ruby-CVE-2017-9229.patch, since it is integrated upstream. 4.Modify ruby-CVE-2017-9226.patch, since the data has been changed. Signed-off-by: Huang Qiyu

[OE-core] [PATCH] waf.bbclass: check that waf exists before trying to execute it

2018-01-30 Thread Martin Jansa
* there are some recipes like jack and other which inherit waf-samba which inherits waf, but they don't use waf for configure, strange isn't it? * fixes: WARNING: libldb-1.1.29-r0 do_configure: Unable to execute waf --version, exit code 127. Assuming waf version without bindir/libdir support.