[OE-core] [PATCH v4] elfutils: fix ptest failures

2019-05-29 Thread mingli.yu
From: Mingli Yu * Add missing files which needed by ptest test to fix the ptest failures such as: | sh: ../src/elflint: No such file or directory | FAIL: asm-tst4 * Rework 0001-skip-the-test-when-gcc-not-deployed.patch to skip the tests which depend on gcc * Define INHIBIT_PACKAGE_STRIP

Re: [OE-core] [PATCH v3] elfutils: fix ptest failures

2019-05-29 Thread Yu, Mingli
On 2019年05月29日 18:13, richard.pur...@linuxfoundation.org wrote: On Wed, 2019-05-29 at 16:55 +0800, mingli...@windriver.com wrote: From: Mingli Yu * Add missing -ptest package dependency (needs ${PN}-dev) * Add missing files which needed by ptest test to fix the ptest failures such as:

Re: [OE-core] [PATCH v3] elfutils: fix ptest failures

2019-05-29 Thread Yu, Mingli
On 2019年05月30日 02:40, richard.pur...@linuxfoundation.org wrote: On Wed, 2019-05-29 at 16:55 +0800, mingli...@windriver.com wrote: From: Mingli Yu * Add missing -ptest package dependency (needs ${PN}-dev) * Add missing files which needed by ptest test to fix the ptest failures such as:

[OE-core] [PATCH 0/2 V2] add rconflict for systemd/tiny-init

2019-05-29 Thread changqing.li
From: Changqing Li Changqing Li (2): tiny-init: add rconflicts systemd: add rconflicts meta-poky/recipes-core/tiny-init/tiny-init.bb | 1 + meta/recipes-core/systemd/systemd_242.bb | 2 ++ 2 files changed, 3 insertions(+) -- 2.7.4 -- ___

[OE-core] [PATCH 2/2 V2] systemd: add rconflicts

2019-05-29 Thread changqing.li
From: Changqing Li add rconflicts since error during do_rootfs: file /sbin/resolvconf conflicts between attempted installs of resolvconf-1.79-r0.noarch and systemd-1:242+0+db2e367bfc-r0.i586 file /sbin/init conflicts between attempted installs of tiny-init-1.0-r3.i586 and systemd-1:242+0+db2e36

[OE-core] [PATCH 1/2 V2] tiny-init: add rconflicts

2019-05-29 Thread changqing.li
From: Changqing Li add rconflicts since error during do_rootfs: file /sbin/init conflicts between attempted installs of tiny-init-1.0-r3.i586 and systemd-1:242+0+db2e367bfc-r0.i586 Signed-off-by: Changqing Li --- meta-poky/recipes-core/tiny-init/tiny-init.bb | 1 + 1 file changed, 1 insertion

Re: [OE-core] [PATCH 1/2] image_license.bbclass: Write JSON files containing license data.

2019-05-29 Thread Rob Walton
Requesting review. Thanks. From: Rob Walton Sent: 22 May 2019 13:44:33 To: openembedded-core@lists.openembedded.org Cc: Rob Walton Subject: [PATCH 1/2] image_license.bbclass: Write JSON files containing license data. For easier machine readability of license mani

Re: [OE-core] [PATCH 0/3] add rconflicts for systemd/resolvconf/tiny-init

2019-05-29 Thread Changqing Li
On 5/29/19 8:27 PM, Adrian Bunk wrote: On Wed, May 29, 2019 at 05:35:04PM +0800, changqing...@windriver.com wrote: From: Changqing Li Changqing Li (3): ... resolvconf: add rconflicts systemd: add rconflicts ... This is only a conflict if PACKAGECONFIG[resolved] is enabled in systemd,

[OE-core] [PATCH] dbus-test:upgrade 1.12.12 -> 1.12.14

2019-05-29 Thread Zang Ruochen
-Upgrade from dbus-test_1.12.12.bb to dbus-test_1.12.14.bb. Signed-off-by: Zang Ruochen --- .../dbus/{dbus-test_1.12.12.bb => dbus-test_1.12.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus-test_1.12.12.bb => dbus-test_1.12.14.bb} (95%)

[OE-core] [PATCH] dbus:upgrade 1.12.12 -> 1.12.14

2019-05-29 Thread Zang Ruochen
-Upgrade from dbus_1.12.12.bb to dbus_1.12.14.bb. Signed-off-by: Zang Ruochen --- meta/recipes-core/dbus/{dbus_1.12.12.bb => dbus_1.12.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus_1.12.12.bb => dbus_1.12.14.bb} (97%) diff --git a/meta/rec

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread Tim Orling
On Wed, May 29, 2019 at 3:29 PM Tom Rini wrote: > On Thu, May 30, 2019 at 01:17:26AM +0300, Adrian Bunk wrote: > > On Wed, May 29, 2019 at 10:29:31PM +0100, > richard.pur...@linuxfoundation.org wrote: > > > On Wed, 2019-05-29 at 17:25 -0400, Tom Rini wrote: > > > > On Wed, May 29, 2019 at 09:50:2

[OE-core] [PATCH v2] btrfs-tools: Pass DEBUG_MAP_PREFIX flags to Python

2019-05-29 Thread Joshua Watt
The DEBUG_MAP_PREFIX flags need to be passed when building the Python library to prevent these non-reproducible paths from being encoded into the library. The patch that does this was accepted upstream and supersedes part of a previous patch that passed LDFLAGS to the Python library in favor of pas

[OE-core] [PATCH] openssh:upgrade 7.9p1 -> 8.0p1

2019-05-29 Thread Zang Ruochen
-Upgrade from openssh_7.9p1.bb to openssh_8.0p1.bb. -openssh/0001-upstream-Have-progressmeter-force-an-update-at-the-b.patch -openssh/CVE-2018-20685.patch -openssh/CVE-2019-6109.patch -openssh/CVE-2019-6111.patch -Removed since these are included in 8.0p1. Signed-off-by: Zang Ruochen --- ...ogr

Re: [OE-core] [PATCH v2 3/4] elfutils: Fix eu-* utils builds for musl

2019-05-29 Thread ChenQi
There's some musl elfutils failure about do_compile_ptest_base on autobuilder. https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/645/steps/7/logs/step1b I noticed that this patch is not yet in master-next. Can this patch solve the problem above? Best Regards, Chen Qi On 05/23

[OE-core] [thud][PATCH 1/3] Tar: Security fix CVE-2019-0023

2019-05-29 Thread Armin Kuster
From: Armin Kuster Source: tar.git MR: 97928 Type: Security Fix Disposition: Backport from http://git.savannah.gnu.org/cgit/tar.git/commit/?id=cb07844454d8cc9fb21f53ace75975f91185a120 ChangeID: 7aee4c0daf8ce813242fe7b872583560a32bc4e3 Description: Affects tar < 1.32 fixes CVE-2019-9923 Signed

[OE-core] [thud][PATCH 2/3] python: Update to 2.7.16

2019-05-29 Thread Armin Kuster
From: Armin Kuster Source: Python.org MR: 98220 Type: Security Fix & Integration Disposition: Backport from python.org ChangeID: 96fdd2dee9fe9317eb72584583ae0100c0be9eaa Description: Bug fix update per Python.org https://www.python.org/downloads/release/python-2716/ drop backported patch Licen

[OE-core] [thud][PATCH 3/3] python: add a fix for CVE-2019-9948 and CVE-2019-9636

2019-05-29 Thread Armin Kuster
From: Martin Jansa Source: OpenEmbedded.org MR: 98320, 98319 Type: Security Fix Disposition: Backport from https://git.openembedded.org/openembedded-core/commit/meta/recipes-devtools/python/python_2.7.16.bb?id=9d23b982fa4e0290761b3d15f6959779fed72ad6 ChangeID: e79b6fe3b7b4253bf0d76b029070ae869d5

Re: [OE-core] [PATCH 2/2] package.bbclass: Emit HOMEPAGE pkgdata.

2019-05-29 Thread Rob Walton
Requesting review. Thanks. From: Rob Walton Sent: 22 May 2019 13:44:37 To: openembedded-core@lists.openembedded.org Cc: Rob Walton Subject: [PATCH 2/2] package.bbclass: Emit HOMEPAGE pkgdata. Emit the contents of HOMEPAGE in the extra pkgdata. This is useful infor

Re: [OE-core] [PATCH] libva: upgrade 2.4.0 -> 2.4.1

2019-05-29 Thread Mittal, Anuj
Ping On Thu, 2019-05-23 at 14:45 +0800, Anuj Mittal wrote: > Changes in this release: > > 979a351 [common] Add A2RGB10 fourcc definition > 22cba79 build: meson: enables va messaging and visibility > b89f6ec va/va_trace: add trace support for RIR(rolling intra > refresh). > 844b90c va/va_trace: ad

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread Adrian Bunk
On Wed, May 29, 2019 at 06:29:20PM -0400, Tom Rini wrote: > On Thu, May 30, 2019 at 01:17:26AM +0300, Adrian Bunk wrote: > > On Wed, May 29, 2019 at 10:29:31PM +0100, > > richard.pur...@linuxfoundation.org wrote: > > > On Wed, 2019-05-29 at 17:25 -0400, Tom Rini wrote: > > > > On Wed, May 29, 2019

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread Tom Rini
On Thu, May 30, 2019 at 01:17:26AM +0300, Adrian Bunk wrote: > On Wed, May 29, 2019 at 10:29:31PM +0100, richard.pur...@linuxfoundation.org > wrote: > > On Wed, 2019-05-29 at 17:25 -0400, Tom Rini wrote: > > > On Wed, May 29, 2019 at 09:50:22PM +0100, > > > richard.pur...@linuxfoundation.org wrot

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread Adrian Bunk
On Wed, May 29, 2019 at 10:29:31PM +0100, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-05-29 at 17:25 -0400, Tom Rini wrote: > > On Wed, May 29, 2019 at 09:50:22PM +0100, > > richard.pur...@linuxfoundation.org wrote: > > > On Wed, 2019-05-29 at 13:39 -0700, akuster808 wrote: > > > > O

Re: [OE-core] [PATCH] btrfs-tools: Pass DEBUG_MAP_PREFIX flags to Python

2019-05-29 Thread Richard Purdie
On Wed, 2019-05-29 at 09:42 -0500, Joshua Watt wrote: > The DEBUG_MAP_PREFIX flags need to be passed when building the Python > library to prevent these non-reproducible paths from being encoded > into > the library. The patch that does this was accepted upstream and > supersedes part of a previous

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread richard . purdie
On Wed, 2019-05-29 at 17:25 -0400, Tom Rini wrote: > On Wed, May 29, 2019 at 09:50:22PM +0100, > richard.pur...@linuxfoundation.org wrote: > > On Wed, 2019-05-29 at 13:39 -0700, akuster808 wrote: > > > On 5/29/19 12:26 PM, richard.pur...@linuxfoundation.org wrote: > > > > On Wed, 2019-05-29 at 12:

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread Tom Rini
On Wed, May 29, 2019 at 09:50:22PM +0100, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-05-29 at 13:39 -0700, akuster808 wrote: > > > > On 5/29/19 12:26 PM, richard.pur...@linuxfoundation.org wrote: > > > On Wed, 2019-05-29 at 12:21 -0700, akuster808 wrote: > > > > On 5/29/19 11:43 AM,

Re: [OE-core] [PATCH V2 1/4] pam_systemd: Include missing.h for secure_getenv

2019-05-29 Thread Richard Purdie
On Mon, 2019-05-27 at 09:45 -0700, Khem Raj wrote: > ping^1 for the whole series .. The maintainers entry disappeared in the second version of the patch and the series is generally confused in my inbox. I also have doubts about whether the elfutils changes give functional binaries which are usefu

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread richard . purdie
On Wed, 2019-05-29 at 13:39 -0700, akuster808 wrote: > > On 5/29/19 12:26 PM, richard.pur...@linuxfoundation.org wrote: > > On Wed, 2019-05-29 at 12:21 -0700, akuster808 wrote: > > > On 5/29/19 11:43 AM, Richard Purdie wrote: > > > > (From OE-Core rev: 29fc9210b973be68de474e75068e4c72371afe5a) > >

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread akuster808
On 5/29/19 12:26 PM, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-05-29 at 12:21 -0700, akuster808 wrote: >> On 5/29/19 11:43 AM, Richard Purdie wrote: >>> (From OE-Core rev: 29fc9210b973be68de474e75068e4c72371afe5a) >>> >>> Signed-off-by: Richard Purdie >> With back port to warrior

[OE-core] [thud][PATCH] qemu: Security fix for CVE-2018-19489

2019-05-29 Thread Armin Kuster
From: Armin Kuster Source: Qemu.org MR: 97453 Type: Security Fix Disposition: Backport from git.qemu.org/gemu.git ChangeID: a06fcb432d447cec2ed1caf112822dd1b4831ace Description: In the spirt of YP Compatible, sending change upstream. fixes CVE CVE-2018-19489 Affect < = 4.0.0 Signed-off-by: A

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread richard . purdie
On Wed, 2019-05-29 at 12:21 -0700, akuster808 wrote: > > On 5/29/19 11:43 AM, Richard Purdie wrote: > > (From OE-Core rev: 29fc9210b973be68de474e75068e4c72371afe5a) > > > > Signed-off-by: Richard Purdie > > With back port to warrior and Thud too? Yes, we'll need to do that if we bring fedora 3

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread akuster808
On 5/29/19 11:43 AM, Richard Purdie wrote: > (From OE-Core rev: 29fc9210b973be68de474e75068e4c72371afe5a) > > Signed-off-by: Richard Purdie With back port to warrior and Thud too? - armin > --- > meta/classes/uninative.bbclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > d

Re: [OE-core] [PATCH V2] ca-certificates: Fix openssl runtime dependency

2019-05-29 Thread Andre McCurdy
On Wed, May 29, 2019 at 11:46 AM Richard Purdie wrote: > > On Wed, 2019-05-29 at 15:41 +0100, Andrei Gherzan wrote: > > Signed-off-by: Andrei Gherzan > > --- > > .../ca-certificates/ca-certificates_20190110.bb | 4 > > +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > >

Re: [OE-core] Should systemd be marked as incompatible with musl?

2019-05-29 Thread Andre McCurdy
On Wed, May 29, 2019 at 12:31 AM Adrian Bunk wrote: > On Tue, May 28, 2019 at 04:10:45PM -0700, Andre McCurdy wrote: > > On Sat, May 25, 2019 at 12:25 AM Adrian Bunk wrote: > >... > > > Supporting musl is a real pain across the board, > > > with new issues all the time. > > > > There are always n

[OE-core] [thud][PATCH] qemu: Several CVE fixes

2019-05-29 Thread Armin Kuster
From: Armin Kuster Source: qemu.org MR: 97258, 97342, 97438, 97443 Type: Security Fix Disposition: Backport from git.qemu.org/qemu.git ChangeID: a5e9fd03ca5bebc880dcc3c4567e10a9ae47dba5 Description: These issues affect qemu < 3.1.0 Fixes: CVE-2018-16867 CVE-2018-16872 CVE-2018-18849 CVE-2018-19

Re: [OE-core] [PATCH V2] ca-certificates: Fix openssl runtime dependency

2019-05-29 Thread Richard Purdie
On Wed, 2019-05-29 at 15:41 +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > .../ca-certificates/ca-certificates_20190110.bb | 4 > +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-support/ca-certificates/ca- > certificates_201

[OE-core] [PATCH 1/2] yocto-uninative: Update to 2.5 release

2019-05-29 Thread Richard Purdie
This includes libstdc++ changes from gcc 9.X. It also switches uninative from bz2 to xz compression. Signed-off-by: Richard Purdie --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninativ

[OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-29 Thread Richard Purdie
(From OE-Core rev: 29fc9210b973be68de474e75068e4c72371afe5a) Signed-off-by: Richard Purdie --- meta/classes/uninative.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index ba99fb6e8fd..3326c0db3da 100

Re: [OE-core] [PATCH v3] elfutils: fix ptest failures

2019-05-29 Thread richard . purdie
On Wed, 2019-05-29 at 16:55 +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > * Add missing -ptest package dependency (needs > ${PN}-dev) > > * Add missing files which needed by ptest test > to fix the ptest failures such as: > | sh: ../src/elflint: No such file or directory >

[OE-core] [PATCH 4/4] mdadm: Add missing ptest dependency

2019-05-29 Thread Richard Purdie
Without this the ptest fails, unable to find mkfs.ext3. Signed-off-by: Richard Purdie --- meta/recipes-extended/mdadm/mdadm_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/mdadm/mdadm_4.1.bb b/meta/recipes-extended/mdadm/mdadm_4.1.bb index 40fe37

[OE-core] [PATCH 3/4] util-linux: Fix ptest dependencies

2019-05-29 Thread Richard Purdie
We should append to the ptest RDEPENDS and RRECOMMENDS otherwise the bbclass defaults are overwritten. This leads to ptest-runner not being installed in minimal images. Also drop the duplicate ${PN} value which is unneeded once we do this. Signed-off-by: Richard Purdie --- meta/recipes-core/util

[OE-core] [PATCH 1/4] strace: Tweak ptest disk space management

2019-05-29 Thread Richard Purdie
If the test is successful, remove the log and exp files. This stops strace using around 600MB of disk space and running our ptest images out of space. Signed-off-by: Richard Purdie --- .../strace/strace/ptest-spacesave.patch | 19 +++ meta/recipes-devtools/strace/strace_4.2

[OE-core] [PATCH 2/4] ptest-packagelists: Add mdadm

2019-05-29 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index ec7ed6fa4d6..17deaa762a6 100644 --- a/meta/conf/distro/inc

Re: [OE-core] [PATCH] ca-certificates: Fix openssl runtime dependency

2019-05-29 Thread richard . purdie
On Wed, 2019-05-29 at 14:29 +, Peter Kjellerstedt wrote: > I assume the above can be fixed by instead using: > > RDEPENDS_${PN}_append_class-target = " openssl-bin" > > However, has there been any attempts at rectifying the situation > where > runtime dependencies on packages are turned into

Re: [OE-core] [PATCH] ca-certificates: Fix openssl runtime dependency

2019-05-29 Thread Andrei Gherzan
On 29/05/2019 15.29, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> On Behalf Of Richard >> Purdie >> Sent: den 29 maj 2019 01:24 >> To: Andrei Gherzan ; >> openembedded-core@lists.openembedded.org >> Subject: Re: [OE-core]

[OE-core] [PATCH] btrfs-tools: Pass DEBUG_MAP_PREFIX flags to Python

2019-05-29 Thread Joshua Watt
The DEBUG_MAP_PREFIX flags need to be passed when building the Python library to prevent these non-reproducible paths from being encoded into the library. The patch that does this was accepted upstream and supersedes part of a previous patch that passed LDFLAGS to the Python library in favor of pas

[OE-core] [PATCH V2] ca-certificates: Fix openssl runtime dependency

2019-05-29 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../ca-certificates/ca-certificates_20190110.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb b/meta/recipes-support/ca-certificates/ca-certificates_20190110.

Re: [OE-core] [PATCH] ca-certificates: Fix openssl runtime dependency

2019-05-29 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 29 maj 2019 01:24 > To: Andrei Gherzan ; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] ca-certificates: Fix openssl runtime dependency >

Re: [OE-core] [thud][PATCH 0/9] Fixes for Thud

2019-05-29 Thread Adrian Bunk
On Wed, May 29, 2019 at 06:50:29AM -0700, Armin Kuster wrote: >.. > Mingli Yu (2): > nettle: fix ptest failure >... > Richard Purdie (1): > Revert "nettle: fix ptest failure" >... These should be dropped for obvious reasons. cu Adrian -- "Is there not promise of rain?" Ling Tan aske

Re: [OE-core] [thud][PATCH 3/9] gnutls: no need to inherit binconfig

2019-05-29 Thread Adrian Bunk
On Wed, May 29, 2019 at 06:50:32AM -0700, Armin Kuster wrote: > From: Ross Burton > > This recipe doesn't ship a *-config binary, so don't inherit binconfig. > > Signed-off-by: Ross Burton > Signed-off-by: Armin Kuster > --- > meta/recipes-support/gnutls/gnutls_3.6.4.bb | 2 +- > 1 file chang

Re: [OE-core] [thud][PATCH 4/9] gnutls: update to 3.6.5

2019-05-29 Thread Adrian Bunk
On Wed, May 29, 2019 at 06:50:33AM -0700, Armin Kuster wrote: > Bug fix only release It is not. > Full details: > https://lists.gnupg.org/pipermail/gnutls-help/2018-December/004465.html >... ... ** libgnutls: Added support for TLS 1.3 zero round-trip (0-RTT) mode (#127) ... ** libgnutls: Added s

[OE-core] [thud][PATCH 9/9] nettle: fix the Segmentation fault

2019-05-29 Thread Armin Kuster
From: Mingli Yu The commit[8ac8fa8ee1 nettle: update to 3.4.1] add CFLAGS_append = " -std=c99" to silence the below error for native build: | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': | ../nettle-3.4.1/rsa-sign-tr.c:243:3: error: 'for' loop initial declarations are only allowed in

[OE-core] [thud][PATCH 7/9] nettle: fix ptest failure

2019-05-29 Thread Armin Kuster
From: Mingli Yu Remove dlopen-test.patch which originally used to fix the test dlopen-test, but autually the patch didn't resolve the issue as dlopen-test.patch supposes the file /usr/lib/libnettle.so exists. Instead deploy ${D}${PTEST_PATH}/libnettle.so to fix the dlopen-test failure. Update th

[OE-core] [thud][PATCH 6/9] nettle: update to 3.4.1

2019-05-29 Thread Armin Kuster
Source: Openembedded.org MR: 98314, 98315 Type: Security Fix Disposition: Backport from https://git.openembedded.org/openembedded-core/commit/meta/recipes-support/nettle?h=warrior&id=8ac8fa8ee10c59a081d368a5429e0eced8dd5d3c ChangeID: 657aa277fb284b66e8d349cbc3424f10208652c3 Description: Bug fix o

[OE-core] [thud][PATCH 8/9] Revert "nettle: fix ptest failure"

2019-05-29 Thread Armin Kuster
From: Richard Purdie This reverts commit 83faaf7b2a5f4fc4ae504b300134409e90389770. This should never have merged as the change was rejected upstream and adding a library to the ptest package resulted in it providing that SONAME which led to being included in images like core-image-sato. This i

[OE-core] [thud][PATCH 5/9] gnutls: upgrade 3.6.5 -> 3.6.7

2019-05-29 Thread Armin Kuster
From: Adrian Bunk Source: Openembedded.org MR: 97367, 97377 Type: Security Fix Disposition: Backport from https://git.openembedded.org/openembedded-core/commit/meta/recipes-support/gnutls?h=warrior&id=93993fe8ffd31e3e94946023b2cd8927ae595fc3 ChangeID: e47c21374c83d7bbb8ec48a7c4fe14040457ea45 Des

[OE-core] [thud][PATCH 2/9] elfutils: Security fixes CVE-2019-7146, 7149, 7150

2019-05-29 Thread Armin Kuster
From: Armin Kuster Source: http://sourceware.org/git/elfutils.git MR: 97563, 97568, 97558 Type: Security Fix Disposition: Backport from http://sourceware.org/git/elfutils.git ChangeID: 6183c2a25d5e32eec1846a428dd165e1de659f24 Description: Affects <= 0.175 Fixes: CVE-2019-7146 CVE-2019-7149 CVE-

[OE-core] [thud][PATCH 4/9] gnutls: update to 3.6.5

2019-05-29 Thread Armin Kuster
Bug fix only release Full details: https://lists.gnupg.org/pipermail/gnutls-help/2018-December/004465.html Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-support/gnutls/{gnutls_3.6.4.bb => gnutls_3.6.5.bb} | 4 ++-- 1 file changed, 2 ins

[OE-core] [thud][PATCH 3/9] gnutls: no need to inherit binconfig

2019-05-29 Thread Armin Kuster
From: Ross Burton This recipe doesn't ship a *-config binary, so don't inherit binconfig. Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- meta/recipes-support/gnutls/gnutls_3.6.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gnutls/gnut

[OE-core] [thud][PATCH 1/9] glibc: Security fix CVE-2019-9169

2019-05-29 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-core/glibc/glibc/CVE-2019-9169.patch | 63 +++ meta/recipes-core/glibc/glibc_2.28.bb | 1 + 2 files changed, 64 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-9169.patch d

[OE-core] [thud][PATCH 0/9] Fixes for Thud

2019-05-29 Thread Armin Kuster
These are backports and Secruity fixes for thud already in Warrior or not affecting the versions in warrior. Adrian Bunk (1): gnutls: upgrade 3.6.5 -> 3.6.7 Armin Kuster (4): glibc: Security fix CVE-2019-9169 elfutils: Security fixes CVE-2019-7146,7149,7150 gnutls: update to 3.6.5 net

Re: [OE-core] [PATCH 2/2] Bash: Allow new-exp ptest to pass when run as root.

2019-05-29 Thread richard . purdie
On Wed, 2019-05-29 at 09:08 -0400, Randy MacLeod wrote: > On 5/29/19 8:35 AM, Richard Purdie wrote: > > On Tue, 2019-05-28 at 10:31 -0400, Sakib Sajal wrote: > > > The ptest was failing as it was expecting non-root user. > > > Ptests are only run as root. > > > > > > Signed-off-by: Sakib Sajal >

Re: [OE-core] [PATCH 2/2] Bash: Allow new-exp ptest to pass when run as root.

2019-05-29 Thread Randy MacLeod
On 5/29/19 8:35 AM, Richard Purdie wrote: On Tue, 2019-05-28 at 10:31 -0400, Sakib Sajal wrote: The ptest was failing as it was expecting non-root user. Ptests are only run as root. Signed-off-by: Sakib Sajal Signed-off-by: Randy Macleod Rather than patching the code with a patch which we c

Re: [OE-core] [PATCH 2/2] Bash: Allow new-exp ptest to pass when run as root.

2019-05-29 Thread Richard Purdie
On Tue, 2019-05-28 at 10:31 -0400, Sakib Sajal wrote: > The ptest was failing as it was expecting non-root user. > Ptests are only run as root. > > Signed-off-by: Sakib Sajal > Signed-off-by: Randy Macleod Rather than patching the code with a patch which we can never upstream, can we run the pt

Re: [OE-core] [PATCH 0/3] add rconflicts for systemd/resolvconf/tiny-init

2019-05-29 Thread Adrian Bunk
On Wed, May 29, 2019 at 05:35:04PM +0800, changqing...@windriver.com wrote: > From: Changqing Li > > > Changqing Li (3): >... > resolvconf: add rconflicts > systemd: add rconflicts >... This is only a conflict if PACKAGECONFIG[resolved] is enabled in systemd, other configurations should be

Re: [OE-core] [PATCH] make-mod-scripts: Add nostamp flag on configure task

2019-05-29 Thread richard . purdie
On Tue, 2019-05-28 at 07:25 +, Bai, Haiqing wrote: > On Fri, 2019-05-24 at 13:49 +0800, Haiqing Bai wrote: > > Error appears while building out of tree kernel module > > l/kernel:do_compile_kernelmodules" > > > > +do_configure[nostamp] = "1" > > + > > DEPENDS += "bc-native" > > > > EXTRA_

Re: [OE-core] [PATCH 3/5] bootchart2: add initscripts-functions as rconflict

2019-05-29 Thread richard . purdie
On Wed, 2019-05-29 at 10:45 +0800, Changqing Li wrote: > On 5/29/19 7:13 AM, Richard Purdie wrote: > > On Tue, 2019-05-28 at 12:01 +0800, changqing...@windriver.com > > wrote: > > > From: Changqing Li > > > > > > bootchart2 rdepend on lsb, lsb rdepend on lsbinitscripts, > > > lsbinitscripts rconf

[OE-core] [PATCH 3/3] uninative-tarball: Use xz compression and SDK_ARCHIVE_CMD

2019-05-29 Thread Richard Purdie
Switch uninative to use xz compression instead of bzip2. We can then directly use the SDK_ARCHIVE_CMD. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/uninative-tarball.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/

[OE-core] [PATCH 2/3] populate_sdk_base: Use highest compression level for xz

2019-05-29 Thread Richard Purdie
Whilst this may take longer to compress, it reduces network transfer and potentially extraction time so is worthwhile. Signed-off-by: Richard Purdie --- meta/classes/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/populate_sdk_base.bbcl

[OE-core] [PATCH 1/3] uninative-tarball: Fix file generation after class changes

2019-05-29 Thread Richard Purdie
OE-Core rev: 57a33048a89a422cfdc986d3489c67b2d297e1e7 renamed the tar_sdk function but didn't fix this recipe. This leads to broken uninative tarballs as the internal structure isn't correct. Fix this. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/uninative-tarball.bb | 2 +- 1 file

Re: [OE-core] Should systemd be marked as incompatible with musl?

2019-05-29 Thread Adrian Bunk
On Wed, May 29, 2019 at 11:01:51AM +0200, Khem Raj wrote: > On Wed, May 29, 2019 at 9:31 AM Adrian Bunk wrote: >... > > And all these compile errors with musl due to header order are a real WTF, > > every other library (not limited to C libraries) is now doing headers > > properly so that any orde

Re: [OE-core] [PATCH v3] elfutils: fix ptest failures

2019-05-29 Thread richard . purdie
On Wed, 2019-05-29 at 16:55 +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > * Add missing -ptest package dependency (needs > ${PN}-dev) > > * Add missing files which needed by ptest test > to fix the ptest failures such as: > | sh: ../src/elflint: No such file or directory >

[OE-core] [PATCH 0/3] add rconflicts for systemd/resolvconf/tiny-init

2019-05-29 Thread changqing.li
From: Changqing Li Changqing Li (3): tiny-init: add rconflicts resolvconf: add rconflicts systemd: add rconflicts meta-poky/recipes-core/tiny-init/tiny-init.bb | 1 + meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb | 1 + meta/recipes-core/systemd/systemd_242.bb

[OE-core] [PATCH 3/3] systemd: add rconflicts

2019-05-29 Thread changqing.li
From: Changqing Li add rconflicts since error during do_rootfs: file /sbin/resolvconf conflicts between attempted installs of resolvconf-1.79-r0.noarch and systemd-1:242+0+db2e367bfc-r0.i586 file /sbin/init conflicts between attempted installs of tiny-init-1.0-r3.i586 and systemd-1:242+0+db2e36

[OE-core] [PATCH 2/3] resolvconf: add rconflicts

2019-05-29 Thread changqing.li
From: Changqing Li add rconflicts since error during do_rootfs: file /sbin/resolvconf conflicts between attempted installs of resolvconf-1.79-r0.noarch and systemd-1:242+0+db2e367bfc-r0.i586 Signed-off-by: Changqing Li --- meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb | 1 + 1 file

[OE-core] [PATCH 1/3] tiny-init: add rconflicts

2019-05-29 Thread changqing.li
From: Changqing Li add rconflicts since error during do_rootfs: file /sbin/init conflicts between attempted installs of tiny-init-1.0-r3.i586 and systemd-1:242+0+db2e367bfc-r0.i586 Signed-off-by: Changqing Li --- meta-poky/recipes-core/tiny-init/tiny-init.bb | 1 + 1 file changed, 1 insertion

Re: [OE-core] Should systemd be marked as incompatible with musl?

2019-05-29 Thread Khem Raj
On Wed, May 29, 2019 at 9:31 AM Adrian Bunk wrote: > > On Tue, May 28, 2019 at 04:10:45PM -0700, Andre McCurdy wrote: > > On Sat, May 25, 2019 at 12:25 AM Adrian Bunk wrote: > >... > > > Supporting musl is a real pain across the board, > > > with new issues all the time. > > > > There are always

[OE-core] [PATCH] busybox-inittab/sysvinit-inittab: add rconflicts

2019-05-29 Thread changqing.li
From: Changqing Li when both installed, do_rootfs report error like: file /etc/inittab conflicts between attempted installs of busybox-inittab-1.30.1-r0.qemux86 and sysvinit-inittab-2.88dsf-r10.qemux86 so add each other to rconflicts Signed-off-by: Changqing Li --- meta/recipes-core/busybox/b

[OE-core] [PATCH v3] elfutils: fix ptest failures

2019-05-29 Thread mingli.yu
From: Mingli Yu * Add missing -ptest package dependency (needs ${PN}-dev) * Add missing files which needed by ptest test to fix the ptest failures such as: | sh: ../src/elflint: No such file or directory | FAIL: asm-tst4 * Rework 0001-skip-the-test-when-gcc-not-deployed.patch to skip

Re: [OE-core] [PATCH v2] cmake: Use compiler launcher variable when ccache is enabled

2019-05-29 Thread Philippe Normand
Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to deal with ccache in CMake. It allows build scripts to optionally opt-out of ccache, which is especially useful when the pre-processed GCC output is required. Signed-off-by: Philippe Normand --- meta/classes/cmake.bbcl

[OE-core] [PATCH] inetutils: fix wrong package name

2019-05-29 Thread changqing.li
From: Changqing Li fix below error: file /etc/xinetd.d/telnet conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd-1.9.4-r0.i586 file /usr/sbin/in.telnetd conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd-1.9.4-r0.i586

Re: [OE-core] Should systemd be marked as incompatible with musl?

2019-05-29 Thread Adrian Bunk
On Tue, May 28, 2019 at 04:10:45PM -0700, Andre McCurdy wrote: > On Sat, May 25, 2019 at 12:25 AM Adrian Bunk wrote: >... > > Supporting musl is a real pain across the board, > > with new issues all the time. > > There are always new issues and bugs to be solved in OE as a > consequence of trying