Re: [OE-core] [thud][PATCH v4] gcc: CVE fix for gcc

2019-09-17 Thread Mikko.Rapeli
Looks ok, though I would consider updating to point releases or latest versions of the gcc-8 stable tree, where these patches are already backported by upstream developers. The 8.3 update does not have this CVE patch, but a lot of bug fixes which should be useful for gcc 8 users. Reviewed-by: Mikk

[OE-core] [PATCH V2] report-error.bbclass: add local.conf/auto.conf into error report

2019-09-17 Thread changqing.li
From: Changqing Li sometimes, it is not enough to reproduce a failed build with current info on error reports web, add local.conf/auto.conf into error report to make it more easier to reproduce failed build Note: this need work together with change in repo error-report-web, which will display lo

Re: [OE-core] [PATCH] dnf: make dnf work in toolchain

2019-09-17 Thread Zheng, Ruoqin
Hi Richard > > you can run these with commands like: > > > > os-selftest -r sstatetests.SStateTests.test_sstate_allarch_samesigs One more question is that I executed os-selftest in my yocto build environment, and it was passed. So how could I reproduce the error log? /build$ oe-selftest -r sst

[OE-core] ✗ patchtest: failure for Introduce mechanism to keep nativesdk* sstate in esdk (rev3)

2019-09-17 Thread Patchwork
== Series Details == Series: Introduce mechanism to keep nativesdk* sstate in esdk (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/16856/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several te

[OE-core] [master][PATCH v2] Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-17 Thread Jaewon Lee
When doing a devtool build-sdk from within an esdk all nativesdk components would be rebuilt. This patch introduces SDK_INCLUDE_NATIVESDK flag to toggle the inclusion of nativesdk packages when creating the esdk sstate Currently locked-sigs.inc is generated during do_sdk_depends which doesn't pull

Re: [OE-core] [oe-core][master][PATCH] Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-17 Thread Jaewon Lee
Hi Paul, > -Original Message- > From: Paul Eggleton > Sent: Tuesday, September 17, 2019 3:05 PM > To: Jaewon Lee > Cc: openembedded-core@lists.openembedded.org; Alejandro Enedino > Hernandez Samaniego ; Manjukumar Harthikote > Matha ; Bruce Ashfield > Subject: Re: [OE-core] [oe-core][ma

[OE-core] [PATCH] gcc: Security fix for CVE-2019-15847

2019-09-17 Thread Armin Kuster
From: Armin Kuster Affects <= 9.2.0 Dropped Changelog changes. Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-9.2.inc | 3 + .../gcc/gcc-9.2/CVE-2019-15847_1.patch| 521 ++ .../gcc/gcc-9.2/CVE-2019-15847_2.patch| 77 +++ .../gcc/gcc-9.

Re: [OE-core] [PATCH v3 1/9] uefi.conf: add config file holding configuration for UEFI applications

2019-09-17 Thread Richard Purdie
On Tue, 2019-09-17 at 18:36 +0300, dbarysh...@gmail.com wrote: > From: Dmitry Eremin-Solenikov > > Create new config file defining common variables for all UEFI-related > packages (bootloaders, test applications, etc). > > Signed-off-by: Dmitry Eremin-Solenikov < > dmitry_eremin-soleni...@mentor

Re: [OE-core] [oe-core][master][PATCH] Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-17 Thread Paul Eggleton
Hi Jaewon Richard was waiting for me to review this - unfortunately another one that fell between the cracks - sorry about that. On Friday, 30 August 2019 5:13:39 AM NZST Jaewon Lee wrote: > > -Original Message- > > From: Jaewon Lee > > Sent: Monday, April 1, 2019 5:07 PM > > To: openem

[OE-core] [thud][PATCH v4] gcc: CVE fix for gcc

2019-09-17 Thread Muminul Islam
Signed-off-by: Muminul Islam --- meta/recipes-devtools/gcc/gcc-8.2.inc | 3 + .../gcc/gcc-8.2/CVE-2019-15847_p1.patch | 222 ++ .../gcc/gcc-8.2/CVE-2019-15847_p2.patch | 47 .../gcc/gcc-8.2/CVE-2019-15847_p3.patch | 38 +++ 4 files changed, 310 i

[OE-core] [thud][PATCH v3] gcc: CVE fix for gcc

2019-09-17 Thread Muminul Islam
Signed-off-by: Muminul Islam --- meta/recipes-devtools/gcc/gcc-8.2.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/gcc/gcc-8.2.inc b/meta/recipes-devtools/gcc/gcc-8.2.inc index 866a77558b..65fd29d943 100644 --- a/meta/recipes-devtools/gcc/gcc-8.2.inc +++ b/meta/r

Re: [OE-core] [thud][PATCH v2] gcc: CVE fix for gcc

2019-09-17 Thread akuster808
On 9/16/19 10:31 PM, mikko.rap...@bmw.de wrote: > On Mon, Sep 16, 2019 at 08:37:28PM +, Muminul Islam wrote: >> Signed-off-by: Muminul Islam >> --- >> meta/recipes-devtools/gcc/gcc-8.2.inc | 2 + >> .../gcc/gcc/0042-CVE-2019-15847_1.patch | 570 >> .../gcc/

[OE-core] [PATCH] systemd-systemctl-native: don't care about line endings

2019-09-17 Thread Ross Burton
It's possible for a service file to accidentally contain mixed line endings, but the string cleanup code was assuming Unix endings. [ YOCTO #13535 ] Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd-systemctl/systemctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[OE-core] [PATCH] openssl: Enable os option for with-rand-seed as well

2019-09-17 Thread Khem Raj
with openSSL 1.1.1d we start seeing errors like Error Generating Key 139979727451584:error:2406C06E:random number generator:RAND_DRBG_instantiate:error retrieving entropy:../openssl-1.1.1d/crypto/rand/drbg_lib.c:342: when using openssl from openssl-native on build hosts, this is due to limiting

[OE-core] [PATCH v3 9/9] systemd-boot.bbclass: use efi_*_populate_common

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use common code form uefi.bbclass to populate efi directories. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/systemd-boot.bbclass | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/meta/classes/systemd-boot.bbclass

[OE-core] [PATCH v3 8/9] grub-efi.bbclass: use efi_*_populate_common

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use common code form uefi.bbclass to populate efi directories. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/grub-efi.bbclass | 24 +++- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/meta/classes/grub-efi.bbclass b/me

[OE-core] [PATCH v3 7/9] uefi.bbclass: provide efi population functions for live images

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Define common functions for populating EFI directories in live image. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/uefi.bbclass | 29 + 1 file changed, 29 insertions(+) create mode 100644 meta/classes/uefi.bbclass diff --gi

[OE-core] [PATCH v3 5/9] systemd-boot: switch to uefi.conf

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.conf instead of hardcoding them in the recipe. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-core/systemd/systemd-boot_243.bb | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/meta/recipes-core/sy

[OE-core] [PATCH v3 6/9] systemd-boot.bbclass: switch to uefi.conf

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.conf instead of hardcoding them in the class. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/systemd-boot.bbclass | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/meta/classes/systemd-boot.bbclas

[OE-core] [PATCH v3 4/9] grub-efi.bbclass: switch to uefi.conf

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.conf instead of hardcoding them in the class. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/grub-efi-cfg.bbclass | 1 - meta/classes/grub-efi.bbclass | 20 2 files changed, 4 insertions(+), 17 deletions(-

[OE-core] [PATCH v3 3/9] grub-efi: switch to uefi.conf

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.conf instead of hardcoding them in the recipe. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-bsp/grub/grub-efi_2.04.bb | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/meta/recipes-bsp/grub/gr

[OE-core] [PATCH v3 2/9] grub-bootconf: switch to uefi.conf

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.conf instead of hardcoding them in the recipe. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-bsp/grub/grub-bootconf_1.00.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-bsp/grub/grub-

[OE-core] [PATCH v3 1/9] uefi.conf: add config file holding configuration for UEFI applications

2019-09-17 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Create new config file defining common variables for all UEFI-related packages (bootloaders, test applications, etc). Signed-off-by: Dmitry Eremin-Solenikov --- meta/conf/uefi.conf | 16 1 file changed, 16 insertions(+) create mode 100644 meta/co

Re: [OE-core] [thud][PATCH v2] gcc: CVE fix for gcc

2019-09-17 Thread akuster808
On 9/16/19 1:37 PM, Muminul Islam wrote: > Signed-off-by: Muminul Islam > --- > meta/recipes-devtools/gcc/gcc-8.2.inc | 2 + > .../gcc/gcc/0042-CVE-2019-15847_1.patch | 570 > .../gcc/gcc/0043-CVE-2019-15847_2.patch | 640 ++ > 3 files cha

[OE-core] Yocto Project Status WW38’19

2019-09-17 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Ross - SWAT team rotation: Ross -> Amanda on Sept. 20, 2019 - SWAT team rotation: Amanda -> Chen on Sept. 27, 2019 - https://wiki.

[OE-core] [PATCH 2/4] oe-selftest: extend virgl gtk test to also check the SDL option

2019-09-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 3f212bd0eac..8f98a9ead46 1006

[OE-core] [PATCH 4/4] strace: add a timeout for running ptests

2019-09-17 Thread Alexander Kanavin
5.2 kernel has introduced a significant performance regression where some of the tests take many minutes to complete (where previously it was seconds). While we're getting to the bottom of the issue and working with upstream to resove it, this change allows tests to proceed instead of getting stuck

[OE-core] [PATCH 3/4] runqemu: unset another environment variable for 'egl-headless'

2019-09-17 Thread Alexander Kanavin
Some host distributions (opensuse for example) are using 'pkgconf', which, unlike the original pkg-config, appends PKG_CONFIG_SYSROOT_DIR to every directory from the .pc file. Signed-off-by: Alexander Kanavin --- scripts/runqemu | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/runqemu

[OE-core] [PATCH 1/4] runqemu: add options that enable virgl with the SDL frontend

2019-09-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- scripts/runqemu | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 68ba7dcfb94..18091a29c3b 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -67,9 +67,9 @@ of the following environment

[OE-core] [AUH] Upgrade status: 2019-09-17

2019-09-17 Thread auh
Recipe upgrade statistics: * Failed (devtool error): 41 gettext, 0.20.1, Robert Yang gobject-introspection, 1.62.0, Alexander Kanavin squashfs-tools, 4.3-new-commits-available, Robert Yang bind, 9.11.10, Armin Kuster vte, 0.58.0, Anuj Mittal

[OE-core] ✗ patchtest: failure for bitbake: Rework hash equivalence

2019-09-17 Thread Patchwork
== Series Details == Series: bitbake: Rework hash equivalence Revision: 1 URL : https://patchwork.openembedded.org/series/20004/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on th

Re: [OE-core] [PATCH] openssl: Upgrade 1.1.1c -> 1.1.1d

2019-09-17 Thread Ross Burton
On 17/09/2019 08:30, Alex Kiernan wrote: Seems like this has broken FIT image signing: | Could not obtain signature: error:2406C06E:random number generator:RAND_DRBG_instantiate:error retrieving entropy | uboot-mkimage Can't add hashes to FIT blob: -1 | Failed to sign 'signature@1' signature nod

[OE-core] [PATCH v2] bitbake: Rework hash equivalence

2019-09-17 Thread Joshua Watt
Reworks the hash equivalence server to address performance issues that were encountered with the REST mechanism used previously, particularly during the heavy request load encountered during signature generation. Notable changes are: 1) The server protocol is no longer HTTP based. Instead, it uses

[OE-core] [PATCH v2 4/4] weston: Set depends to the virtual needed not explicitly on Mesa

2019-09-17 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis Acked-by: Denys Dmytriyenko --- Changes from v1: - s/gles2/libgles2 meta/recipes-graphics/

[OE-core] [PATCH v2 2/4] cogl: Set depends to the virtual needed not explicitly on Mesa

2019-09-17 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis --- meta/recipes-graphics/cogl/cogl-1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [PATCH v2 3/4] gtk+3: Set depends to the virtual needed not explicitly on Mesa

2019-09-17 Thread Andrew F. Davis via Openembedded-core
The dependency is for EGL and GLES2 libraries. On some systems these are not provided by Mesa, list what is actually needed so the system can choose the correct provider. Signed-off-by: Andrew F. Davis --- Changes from v1: - s/gles2/libgles2 meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file ch

[OE-core] [PATCH v2 1/4] libepoxy: Disable x11 when not building for x11

2019-09-17 Thread Andrew F. Davis via Openembedded-core
Although glx support is turned off, the build still tries to pull in some x11 components, disable x11 explicitly. Signed-off-by: Andrew F. Davis --- meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/libepoxy

Re: [OE-core] [PATCH v2 1/9] uefi.bbclass: add bbclass holding configuration for UEFI applications

2019-09-17 Thread richard . purdie
On Tue, 2019-09-17 at 12:33 +0300, Dmitry Eremin-Solenikov wrote: > вт, 17 сент. 2019 г. в 01:17, Richard Purdie > : > > On Fri, 2019-09-13 at 18:44 +0300, dbarysh...@gmail.com wrote: > > > From: Dmitry Eremin-Solenikov > > > > > > > > > Create new bbclass defining common variables for all UEFI-r

[OE-core] [PATCH 3/4] distcc: use --enable-tcp-insecure instead of --make-me-a-botnet

2019-09-17 Thread Ross Burton
--make-me-a-botnet is worrying, --enable-tcp-insecure is clearer and doesn't scare people glancing at 'ps'. Signed-off-by: Ross Burton --- meta/recipes-devtools/distcc/files/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/distcc/files/default

[OE-core] [PATCH 4/4] distcc: split into client and server packages

2019-09-17 Thread Ross Burton
Users of distcc are rarely both clients and servers, so split the package. distcc is the client, the new distcc-server package is the server. Signed-off-by: Ross Burton --- meta/recipes-devtools/distcc/distcc_3.3.3.bb | 21 +++- 1 file changed, 7 insertions(+), 14 deletions(-) d

[OE-core] [PATCH 2/4] distcc: clean up the UI install logic

2019-09-17 Thread Ross Burton
Remove the local copy of the desktop file, instead apply a patch from upstream to fix the file. This also fixes the install paths, so update the recipe. Remove glibc-specific installation as this was due to uclibc failures. Refresh and submit upstream the out-of-tree build fix. Signed-off-by: Ro

[OE-core] [PATCH 1/4] libical: upgrade to 3.0.6

2019-09-17 Thread Ross Burton
Signed-off-by: Ross Burton --- .../libical/{libical_3.0.5.bb => libical_3.0.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libical/{libical_3.0.5.bb => libical_3.0.6.bb} (90%) diff --git a/meta/recipes-support/libical/libical_3.0.5.bb b/

[OE-core] [PATCH] runqemu: Mention snapshot in the help output

2019-09-17 Thread Richard Purdie
This is a useful option but not documented in the help text. Signed-off-by: Richard Purdie --- scripts/runqemu | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/runqemu b/scripts/runqemu index 68ba7dcfb94..1a5aca98ac7 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -73,6 +73,7 @@

[OE-core] [PATCH] report-error.bbclass: add local.conf/auto.conf into error report

2019-09-17 Thread changqing.li
From: Changqing Li sometimes, it is not enough to reproduce a failed build with current info on error reports web, add local.conf/auto.conf into error report to make it more easier to reproduce failed build Note: this need work together with change in repo error-report-web, which will display lo

Re: [OE-core] [PATCH v2 1/9] uefi.bbclass: add bbclass holding configuration for UEFI applications

2019-09-17 Thread Dmitry Eremin-Solenikov
вт, 17 сент. 2019 г. в 01:17, Richard Purdie : > > On Fri, 2019-09-13 at 18:44 +0300, dbarysh...@gmail.com wrote: > > From: Dmitry Eremin-Solenikov > > > > Create new bbclass defining common variables for all UEFI-related > > packages (bootloaders, test applications, etc). > > > > Signed-off-by: D

[OE-core] [PATCH] oeqa/selftest/reproducible: test ipkgs too

2019-09-17 Thread Ross Burton
Now that opkg-build can build reproducible ipkgs, we can also add those to the test case. [ YOCTO #13513 ] Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/reproducible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py

[OE-core] [PATCH] opkg-utils: respect SOURCE_DATE_EPOCH when building ipkgs

2019-09-17 Thread Ross Burton
Backport a patch from upstream to respect SOURCE_DATE_EPOCH when building ipkgs, to ensure reproducible archives. Signed-off-by: Ross Burton --- ...ld-clamp-mtimes-to-SOURCE_DATE_EPOCH.patch | 44 +++ .../opkg-utils/opkg-utils_0.4.1.bb| 1 + 2 files changed, 45 inser

Re: [OE-core] [PATCHv2 0/6] solve several issues in oe-git-proxy

2019-09-17 Thread Ross Burton
On 17/09/2019 09:44, Henning Schild wrote: Seems that was merged without further notice ... again. But hey it is in. Yes, we still don't have 'your patch was integrated' notification mails. Ross -- ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [PATCHv2 0/6] solve several issues in oe-git-proxy

2019-09-17 Thread Henning Schild
Seems that was merged without further notice ... again. But hey it is in. poky 49bb6cefb507c116cb2548ae842eb0653053fee4...4b0bf01c14a90313ab294ead2ca1e5536bafd632 Henning Am Tue, 3 Sep 2019 15:43:44 +0200 schrieb Henning Schild : > From: Henning Schild > > Change to v1: > - fix comment in p4

Re: [OE-core] [PATCH 4/8] ffmpeg: don't rely on configure to correctly detect ARM vfp or neon

2019-09-17 Thread Adrian Bunk
On Mon, Sep 16, 2019 at 03:43:42PM -0700, Andre McCurdy wrote: > On Mon, Sep 16, 2019 at 3:34 PM Adrian Bunk wrote: > > > > On Mon, Sep 16, 2019 at 03:08:01PM -0700, Andre McCurdy wrote: > > > On Mon, Sep 16, 2019 at 2:33 PM Christopher Larson > > > wrote: > > > > > > > > This seems like somethi

Re: [OE-core] [PATCH] openssl: Upgrade 1.1.1c -> 1.1.1d

2019-09-17 Thread Alex Kiernan
On Mon, Sep 16, 2019 at 8:05 AM Adrian Bunk wrote: > > Backported patches removed. > > Signed-off-by: Adrian Bunk > --- > .../0001-Fix-broken-change-from-b3d113e.patch | 35 --- > ...x-build-error-for-aarch64-big-endian.patch | 43 --- > .../{openssl_1.1.1c.bb => open