Re: [OE-core] [PATCH] weston-init: Run drm udev rule after systemd multi-seat setup

2020-09-08 Thread Henning Heinold
On Tue, Sep 08, 2020 at 11:19:05PM -0700, Khem Raj wrote: > Currently, weston when autolauched with systemd ends up with seat0 > related errors because its launched before seat0 is assigned. The udev > rule to install the seat is called 72-seat-drm-pci-_00_02_0.rules > which sorts after 71-west

[OE-core] [PATCH] weston-init: Run drm udev rule after systemd multi-seat setup

2020-09-08 Thread Khem Raj
Currently, weston when autolauched with systemd ends up with seat0 related errors because its launched before seat0 is assigned. The udev rule to install the seat is called 72-seat-drm-pci-_00_02_0.rules which sorts after 71-weston-drm.rules, renaming it to 73-weston-drm.rules ensures the right

[OE-core] Yocto Zeus stable branch

2020-09-08 Thread akuster
Hello, The Zeus branch was defined as a transitional branch with a 9 month stable cycle since LTS was created. The 3.0.4 was the last Zeus dot release. We have since added several Build stabilization changes and last minute backports . We intend on doing on last formal build cycle but no QA so no

[OE-core] [yocto] Warrior and Thud stable branches

2020-09-08 Thread akuster
Sorry. still have the old email address in my contacts. re-sending. Forwarded Message Subject:[yocto] Warrior and Thud stable branches Date: Tue, 8 Sep 2020 21:39:28 -0700 From: akuster via lists.yoctoproject.org Reply-To: akuster...@gmail.com To: openemb

[OE-core] [PATCH v2] weston: upgrade 8.0.0 -> 9.0.0

2020-09-08 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Weston 9.0.0 is released! This release cycle has been pretty quiet, with just a few new features: - A new kiosk shell allows to display regular desktop apps in an always-fullscreen mode - Improved testing infrastructure: the test harness has been redesigned, DRM tests

[OE-core] [PATCH][warrior] oeqa/runtime_test: Disable test_testimage_virgl_gtk

2020-09-08 Thread Richard Purdie
This test keeps failing on the autobuilder and is proving extremely annoying. It works much better in later releases but for zeus and earlier, lets just stop running it as it doesn't really tell us anything useful at this point, nobody has any plans to improve the distro exclusions or otherwise fix

[OE-core] [PATCH][zeus] oeqa/runtime_test: Disable test_testimage_virgl_gtk

2020-09-08 Thread Richard Purdie
This test keeps failing on the autobuilder and is proving extremely annoying. It works much better in later releases but for zeus and earlier, lets just stop running it as it doesn't really tell us anything useful at this point, nobody has any plans to improve the distro exclusions or otherwise fix

Re: [OE-core] [PATCH] ell: updte to 0.33

2020-09-08 Thread Khem Raj
On Mon, Sep 7, 2020 at 11:57 PM Oleksandr Kravchuk wrote: > > Changelog > - Fix issue with uintset and number of bytes copied. > - Fix issue with overflow in DHCP lease T2 computation. > - Fix issue with side channel leak in l_ecc_scalar_new. > - Fix issue with missing MSG_MORE in l_cipher_set_iv.

Re: [OE-core] [PATCH] package management: Allow dynamic loading of PM

2020-09-08 Thread Fredrik Gustafsson
From: Richard Purdie Sent: Tuesday, September 8, 2020 1:25 PM To: Fredrik Gustafsson; Fredrik Gustafsson Cc: openembedded-core@lists.openembedded.org; tools-cfpbuild-internal Subject: Re: [OE-core] [PATCH] package management: Allow dynamic loading of PM O

[OE-core] Yocto Project Status WW36'20

2020-09-08 Thread Stephen Jolley
Current Dev Position: YP 3.2 M3 Next Deadline: YP 3.2 M3 Feature Freeze - Now Next Team Meetings: * Bug Triage meeting Thursday Sept. 10th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Oct. 6th at 8am PDT (

Re: [OE-core] [PATCH] cmake: whitelist CVE-2016-10642

2020-09-08 Thread Steve Sakoman
Is this also suitable for dunfell? Steve On Tue, Sep 8, 2020 at 6:47 AM Ross Burton wrote: > > This CVE is specific to the npm package that can install cmake, so isn't > relevant to our cmake recipe. > > Signed-off-by: Ross Burton > --- > meta/recipes-devtools/cmake/cmake.inc | 4 > 1 fil

[OE-core] [PATCHv2] recipes-graphics/xorg-xserver: Add patch to fix segfault when probe

2020-09-08 Thread Anibal Limon
Fix segfault on probing a non-PCI platform device on a system with PCI. ... at ../../xorg-server-1.20.9/os/log.c:1017 at ../../xorg-server-1.20.9/os/osinit.c:156 at ../../xorg-server-1.20.9/os/osinit.c:110 at ../../../../xorg-server-1.20.9/hw/xfree86/common/xf86platformBus.c:292

[OE-core] [PATCH] cmake: whitelist CVE-2016-10642

2020-09-08 Thread Ross Burton
This CVE is specific to the npm package that can install cmake, so isn't relevant to our cmake recipe. Signed-off-by: Ross Burton --- meta/recipes-devtools/cmake/cmake.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake

Re: [OE-core] [PATCH] recipes-graphics/xorg-xserver: Add patch to fix segfault when probe

2020-09-08 Thread Ross Burton
Missing Upstream-Status and Signed-off-by in the patch. Ross On Tue, 8 Sep 2020 at 17:16, Anibal Limon wrote: > > Fix segfault on probing a non-PCI platform device on a system with PCI. > > ... > at ../../xorg-server-1.20.9/os/log.c:1017 > at ../../xorg-server-1.20.9/os/osinit.c:156 >

[OE-core] [PATCH] recipes-graphics/xorg-xserver: Add patch to fix segfault when probe

2020-09-08 Thread Anibal Limon
Fix segfault on probing a non-PCI platform device on a system with PCI. ... at ../../xorg-server-1.20.9/os/log.c:1017 at ../../xorg-server-1.20.9/os/osinit.c:156 at ../../xorg-server-1.20.9/os/osinit.c:110 at ../../../../xorg-server-1.20.9/hw/xfree86/common/xf86platformBus.c:292

[OE-core] [PATCH v2 2/2] harfbuzz: fix a build race around hb-version.h

2020-09-08 Thread Ross Burton
Signed-off-by: Ross Burton --- .../harfbuzz/harfbuzz/version-race.patch | 121 ++ .../harfbuzz/harfbuzz_2.7.2.bb| 1 + 2 files changed, 122 insertions(+) create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/version-race.patch diff --git a/meta/recipe

[OE-core] [PATCH v2 1/2] harfbuzz: update patch status

2020-09-08 Thread Ross Burton
Signed-off-by: Ross Burton --- ...1-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch b/meta/recipes-graphics/har

[OE-core] [PATCH][dunfell 2/3] qemu: fix CVE-2020-14364 CVE-2020-14415

2020-09-08 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- meta/recipes-devtools/qemu/qemu.inc | 2 + .../qemu/qemu/CVE-2020-14364.patch| 93 +++ .../qemu/qemu/CVE-2020-14415.patch| 37 3 files changed, 132 insertions(+) create mode 100644

[OE-core] [PATCH][dunfell 1/3] xserver-xorg: fix CVE-2020-14347

2020-09-08 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- .../xserver-xorg/CVE-2020-14347.patch | 38 +++ .../xorg-xserver/xserver-xorg_1.20.8.bb | 1 + 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2020-1434

[OE-core] [PATCH][dunfell 3/3] libx11 : fix CVE-2020-14344

2020-09-08 Thread Lee Chee Yang
From: Lee Chee Yang fix CVE-2020-14344 with squashed patch. squashed patch include below patch, https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/1703b9f3435079d3c6021e1ee2ec34fd4978103d https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/1a566c9e00e5f35c1f9e7f3d741a02e5170852b2 https:/

Re: [OE-core] [PATCH] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-08 Thread Usama Arif
On 08/09/2020 13:28, Usama Arif wrote: The keys are only generated if they dont exist. The key generation can be turned off by setting FIT_GENERATE_KEYS to "0". The default key length for private keys is 2048 and the default format for public key certificate is x.509. Signed-off-by: Usama Arif

[OE-core] [PATCH] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-08 Thread Usama Arif
The keys are only generated if they dont exist. The key generation can be turned off by setting FIT_GENERATE_KEYS to "0". The default key length for private keys is 2048 and the default format for public key certificate is x.509. Signed-off-by: Usama Arif --- meta/classes/kernel-fitimage.bbclass

[OE-core] [PATCH] curl: add vendors to CVE_PRODUCT to exclude false positives

2020-09-08 Thread Ross Burton
To avoid false positives (such as CVE-2010-0734, rubygems:curl), expand the CVE_PRODUCT list to include all the vendors that have been used. Signed-off-by: Ross Burton --- meta/recipes-support/curl/curl_7.72.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH v3] wic/bootimg-efi: IMAGE_EFI_BOOT_FILES variable added to separate bootimg-efi and bootimg-partition

2020-09-08 Thread Richard Purdie
On Tue, 2020-09-08 at 12:28 +0800, Jamaluddin, Khairul Rohaizzat wrote: > From: Khairul Rohaizzat Jamaluddin < > khairul.rohaizzat.jamalud...@intel.com> > > Due to recent changes in bootimg-efi to include IMAGE_BOOT_FILES, > when both bootimg-partition and bootimg-efi occur in a single .wks > and

Re: [OE-core] [oe][zeus][PATCH] go: Security Advisory - go - CVE-2020-24553

2020-09-08 Thread Ross Burton
Does this need merging into master and dunfell too? Ross On Mon, 7 Sep 2020 at 09:10, Li Zhou wrote: > > Backport the patch from eb07103a083237414145a45f029c873d57037e06> to solve CVE-2020-24553. > > Signed-off-by: Li Zhou > --- > meta/recipes-devtools/g

Re: [OE-core] [PATCH] package management: Allow dynamic loading of PM

2020-09-08 Thread Richard Purdie
On Tue, 2020-09-08 at 12:53 +0200, Fredrik Gustafsson wrote: > Dynamic loading of package managers will allow other layers to simply > add their package manager code in package_manager/ and have bitbake > find > it according to the package manager configuration. This is useful for > adding new (fas

[OE-core] [PATCH] package management: Allow dynamic loading of PM

2020-09-08 Thread Fredrik Gustafsson
Dynamic loading of package managers will allow other layers to simply add their package manager code in package_manager/ and have bitbake find it according to the package manager configuration. This is useful for adding new (faster) package managers to Open Embedded while not increasing the test sc

[OE-core] [PATCH 2/2] harfbuzz: fix a build race around hb-version.h

2020-09-08 Thread Ross Burton
Signed-off-by: Ross Burton --- .../harfbuzz/harfbuzz/version-race.patch | 121 ++ .../harfbuzz/harfbuzz_2.7.2.bb| 1 + 2 files changed, 122 insertions(+) create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/version-race.patch diff --git a/meta/recipe

[OE-core] [PATCH 1/2] harfbuzz: update patch status

2020-09-08 Thread Ross Burton
Signed-off-by: Ross Burton --- ...1-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch b/meta/recipes-graphics/har

Re: [OE-core] [PATCH][zeus 18/19] selftest/signing: Ensure build path relocation is safe

2020-09-08 Thread Richard Purdie
On Mon, 2020-09-07 at 21:53 +0100, Richard Purdie via lists.openembedded.org wrote: > Similarly to 04ee0e8b95cd8ed890374e0007f976684206b630, ensure only full > build paths are replaced in the environment to avoid breaking buildtools. > > Signed-off-by: Richard Purdie > --- > meta/lib/oeqa/selft

[OE-core] [PATCH 1/2 v2] selftest/signing: Ensure build path relocation is safe

2020-09-08 Thread Richard Purdie
Similarly to 04ee0e8b95cd8ed890374e0007f976684206b630, ensure only full build paths are replaced in the environment to avoid breaking buildtools. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/signing.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/

[OE-core] [PATCH 2/2] oeqa/concurrencytest: Improve builddir path manipulations

2020-09-08 Thread Richard Purdie
Its possible some patterns may cause problems with the current path manipulations, make a small tweak to try and avoid potential pathname overlap issues. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/context.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/met