Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.1.24.rc1)

2023-03-20 Thread Jing Hui Tham
Hi All, QA for yocto-3.1.24.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

[OE-core] [dunfell][patch v2] qemu: fix multple CVEs

2023-03-20 Thread Lee Chee Yang
From: Chee Yang Lee import patches from ubuntu to fix CVE-2020-15469 CVE-2020-15859 CVE-2020-17380 CVE-2020-35504 CVE-2020-35505 CVE-2021-3409 CVE-2022-26354 https://git.launchpad.net/ubuntu/+source/qemu/tree/debian/patches?h=ubuntu/focal-security Combine patches for both CVE-2020-25085

Re: [OE-core] [dunfell][PATCH 2/2] qemu: fix compile error

2023-03-20 Thread Steve Sakoman
Unfortunately I'm getting patch fuzz errors: WARNING: qemu-native-4.2.0-r0 do_patch: Fuzz detected: Applying patch 0001-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch patching file hw/display/qxl-logger.c Hunk #2 succeeded at 216 (offset 2 lines). Hunk #3 succeeded at 239 (offset 2

[OE-core][PATCH v2] rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package

2023-03-20 Thread Xiangyu Chen
From: Xiangyu Chen Since we removed the openssh dependency[1] on rng-tools, there are no package requiring rng-tools in oe-core, meta-oe, meta-virt, and the /dev/random won't block anymore after linux-5.6[2], one of the reasons for keeping rng-tools build into the image is that it can be used

Re: [OE-core] [meta][kirkstone][PATCH 2/2] curl: Add fix for CVE-2023-23916

2023-03-20 Thread Randy MacLeod
On 2023-03-20 09:07, Pawan Badganchi via lists.openembedded.org wrote: Hi Steve, Could you please take this patch to kirkstone branch? Pawan, Thanks for the curl fixes but this also seems to have the wrong upstream. +Upstream-Status: Backport

[OE-core] Current high bug count owners for Yocto Project 4.2

2023-03-20 Thread Stephen Jolley
All, Below is the list as of top 35 bug owners as of the end of WW11 of who have open medium or higher bugs and enhancements against YP 4.2. There are 28 possible work days left until the final release candidates for YP 4.2 needs to be released. Who Count ross.bur...@arm.com 34

[OE-core] [PATCH] tcf-agent: Update to current version

2023-03-20 Thread Mark Hatle
From: Mark Hatle While there has not been an official release in some time, the latest version fixes a large number of bugs and adds support for Dwarf 5, among other things. (Dwarf 5 is default in gcc 12 and newer.) Short change log since the last version: TCF Agent: Narrow down

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-03-20 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [OE-core] [kirkstone][PATCH] go: fix CVE-2022-2879 and CVE-2022-41720

2023-03-20 Thread Randy MacLeod
On 2023-03-20 16:09, Sakib Sajal via lists.openembedded.org wrote: Backport appropriate patches to fix CVE-2022-2879 and CVE-2022-41720. Modified the original fix for CVE-2022-2879 to remove a testdata tarball and any references to it since git binary diffs are not supported in quilt.

[OE-core] [kirkstone][PATCH] go: fix CVE-2022-2879 and CVE-2022-41720

2023-03-20 Thread Sakib Sajal
Backport appropriate patches to fix CVE-2022-2879 and CVE-2022-41720. Modified the original fix for CVE-2022-2879 to remove a testdata tarball and any references to it since git binary diffs are not supported in quilt. Signed-off-by: Sakib Sajal --- meta/recipes-devtools/go/go-1.17.13.inc

Re: [OE-core] [PATCH 3/6] mesa: enable a rich set of drivers for native builds

2023-03-20 Thread Alexander Kanavin
On Mon, 20 Mar 2023 at 18:10, Ross Burton wrote: > > The one major dependency pulled in by this change is llvm-native > > which takes just under three minutes on my machine. If this is > > undesitable, opengl can be removed from DISTRO_FEATURES_NATIVE. > > Grumble build time grumble. > > Can we

Re: [OE-core] [PATCH 4/6] llvm: allow building libllvm in native builds, subject to PACKAGECONFIG

2023-03-20 Thread Alexander Kanavin
On Mon, 20 Mar 2023 at 17:20, Ross Burton wrote: > Currently the llvm drivers in Mesa are the only known user of libllvm in > oe-core, but I don’t like making that a hard assertion in the recipe and the > subsequent native/target specific changes to the recipe. > > What’s the build impact on

Re: [OE-core] [PATCH 04/17] python3-unittest-automake-output: add new recipe for ptest integration

2023-03-20 Thread Richard Purdie
On Mon, 2023-03-20 at 13:27 +, Ross Burton wrote: > This package contains modules for both unittest and pytest that alter > the output to look like automake's 'make check' output, for better > integration with ptest. > > Signed-off-by: Ross Burton > --- >

Re: [OE-core] [PATCH 3/6] mesa: enable a rich set of drivers for native builds

2023-03-20 Thread Ross Burton
On 16 Mar 2023, at 09:40, Alexander Kanavin via lists.openembedded.org wrote: > > Without this, the only available driver would be swrast > (without llvmpipe) which is far too slow to be practical, > and so qemu wouldn't be able to perform accelerated graphics. > > The one major dependency

Re: [OE-core] [PATCH 10/17] python3-markupsafe: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
On 20 Mar 2023, at 17:06, Richard Purdie wrote: > > On Mon, 2023-03-20 at 13:27 +, Ross Burton wrote: >> Instead of using sed to reformat the output use this new module. >> >> Signed-off-by: Ross Burton >> --- >> meta/recipes-devtools/python/python3-markupsafe/run-ptest | 2 +- >>

Re: [OE-core] [PATCH 10/17] python3-markupsafe: use python3-unittest-automake-output

2023-03-20 Thread Richard Purdie
On Mon, 2023-03-20 at 13:27 +, Ross Burton wrote: > Instead of using sed to reformat the output use this new module. > > Signed-off-by: Ross Burton > --- > meta/recipes-devtools/python/python3-markupsafe/run-ptest | 2 +- > meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb | 4 ++--

Re: [OE-core] [PATCH 4/6] llvm: allow building libllvm in native builds, subject to PACKAGECONFIG

2023-03-20 Thread Ross Burton
On 16 Mar 2023, at 09:41, Alexander Kanavin via lists.openembedded.org wrote: > +PACKAGECONFIG:class-native = "${@bb.utils.contains('DISTRO_FEATURES', > 'opengl', 'libllvm', '', d)}" Currently the llvm drivers in Mesa are the only known user of libllvm in oe-core, but I don’t like making that

[OE-core] [PATCH] lib/oeqa: add __init__.py

2023-03-20 Thread Konrad Weihmann
to allow loading of oeqa modules outside of bitbake. Calls like from oeqa.runtime.case import OERuntimeTestCase or from oeqa.runtime.case import OERuntimeTestCase assume that oeqa is a python module, but a the folder is lacking an __init__.py imports fail when the file is loaded outside of bitbake

Re: [OE-core] [dunfell][patch 1/3] qemu: fix multple CVEs

2023-03-20 Thread Steve Sakoman
On Sun, Mar 19, 2023 at 11:52 PM Lee Chee Yang wrote: > > From: Chee Yang Lee > > import patches from ubuntu to fix > CVE-2020-15469 > CVE-2020-15859 > CVE-2020-17380 > CVE-2020-35504 > CVE-2020-35505 > CVE-2021-3409 > CVE-2022-26354 >

[OE-core] [PATCH] oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes

2023-03-20 Thread Romuald Jeanne via lists.openembedded.org
From: Romuald Jeanne Allow 'multiubi' fstype image. Set 'MULTIUBI_BUILD' with two entries to allow configuration for two different '.ubifs'. Configure 'MKUBIFS_ARGS_*' and 'UBINIZE_ARGS_*' for both configurations. Signed-off-by: Romuald Jeanne --- meta/lib/oeqa/selftest/cases/imagefeatures.py

[OE-core] [PATCH 16/17] python3-webcolors: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-webcolors/run-ptest | 2 +- meta/recipes-devtools/python/python3-webcolors_1.12.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 17/17] python3-jsonpointer: rewrite testing

2023-03-20 Thread Ross Burton
The tests installed by jsonpointer use unittest not pytest, so update the dependencies. Use the unittest runner in python3-unittest-automake-output to get the correct output. Apply a patch so the test suite doesn't run twice. Signed-off-by: Ross Burton --- .../0001-Clean-up-test-runner.patch

[OE-core] [PATCH 15/17] python3-wcwidth: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-wcwidth/run-ptest | 2 +- meta/recipes-devtools/python/python3-wcwidth_0.2.6.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 13/17] python3-pyasn1: : use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-pyasn1.inc| 1 + meta/recipes-devtools/python/python3-pyasn1/run-ptest | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 14/17] python3-pytz: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-pytz/run-ptest | 2 +- meta/recipes-devtools/python/python3-pytz_2022.7.1.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 09/17] python3-jinja2: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-jinja2/run-ptest | 2 +- meta/recipes-devtools/python/python3-jinja2_3.1.2.bb | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH 11/17] python3-more-itertools: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-more-itertools/run-ptest | 2 +- meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 12/17] python3-pluggy: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-pluggy/run-ptest | 2 +- meta/recipes-devtools/python/python3-pluggy_1.0.0.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 10/17] python3-markupsafe: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-markupsafe/run-ptest | 2 +- meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 08/17] python3-hypothesis: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-hypothesis/run-ptest | 2 +- meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 07/17] python3-cryptography: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Also show a skip message instead of nothing if the tests were skipped due to a lack of memory. Signed-off-by: Ross Burton --- .../python/python3-cryptography/check-memfree.py | 2 +-

[OE-core] [PATCH 06/17] python3-bcrypt: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-bcrypt/run-ptest | 2 +- meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 04/17] python3-unittest-automake-output: add new recipe for ptest integration

2023-03-20 Thread Ross Burton
This package contains modules for both unittest and pytest that alter the output to look like automake's 'make check' output, for better integration with ptest. Signed-off-by: Ross Burton --- .../python/python3-unittest-automake-output_0.1.bb | 12 1 file changed, 12

[OE-core] [PATCH 05/17] python3-atomicwrites: use python3-unittest-automake-output

2023-03-20 Thread Ross Burton
Instead of using sed to reformat the output use this new module. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-atomicwrites/run-ptest | 2 +- meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 01/17] python3-numpy: add missing dependency for the tests

2023-03-20 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-numpy_1.24.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-numpy_1.24.2.bb b/meta/recipes-devtools/python/python3-numpy_1.24.2.bb index 78a857bf160..bfcfc527298 100644 ---

[OE-core] [PATCH 02/17] python3: missing ptest dependencies

2023-03-20 Thread Ross Burton
The tests need a broad set of locales and timezones to be installed. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3_3.11.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3_3.11.2.bb

[OE-core] [PATCH 03/17] python3: add missing -modules dependencies

2023-03-20 Thread Ross Burton
The python3-modules package should depend on zoneinfo, and gdbm if it was enabled. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3/python3-manifest.json | 3 ++- meta/recipes-devtools/python/python3_3.11.2.bb | 1 + 2 files changed, 3 insertions(+), 1 deletion(-)

Re: [OE-core] [meta][kirkstone][PATCH 2/2] curl: Add fix for CVE-2023-23916

2023-03-20 Thread Pawan Badganchi
Hi Steve, Could you please take this patch to kirkstone branch? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#178812): https://lists.openembedded.org/g/openembedded-core/message/178812 Mute This Topic:

Re: [OE-core] [meta][kirkstone][PATCH 1/2] curl: Add fix for CVE-2023-23914, CVE-2023-23915

2023-03-20 Thread Pawan Badganchi
Hi Steve, Could you please take this patch to kirkstone branch? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#178811): https://lists.openembedded.org/g/openembedded-core/message/178811 Mute This Topic:

Re: [OE-core] [PATCH] systemd-systemctl: Create machine-id with "uninitialized" text in it

2023-03-20 Thread Marek Vasut
On 3/20/23 03:23, ChenQi wrote: On 3/20/23 06:55, Marek Vasut wrote: On 3/17/23 15:32, Chen, Qi wrote: Hi Marek, Hi, sorry for the delay I used the following line in local.conf and the firstboot worked: IMAGE_PREPROCESS_COMMAND:remove = "systemd_preset_all;" But doesn't that also

Re: [OE-core] [PATCH 6/6] mesa: update 22.3.5 -> 23.0.0

2023-03-20 Thread Richard Purdie
On Mon, 2023-03-20 at 08:09 +0100, Alexander Kanavin wrote: > On Sat, 18 Mar 2023 at 19:38, Khem Raj wrote: > > Perhaps in the next cycle yes and definitely for the next LTS it > > should be dropped. > > > > Its stll supported via Extended Security Maintenance (ESM) and users > > maybe still be

[OE-core] [dunfell][patch 1/3] qemu: fix multple CVEs

2023-03-20 Thread Lee Chee Yang
From: Chee Yang Lee import patches from ubuntu to fix CVE-2020-15469 CVE-2020-15859 CVE-2020-17380 CVE-2020-35504 CVE-2020-35505 CVE-2021-3409 CVE-2022-26354 https://git.launchpad.net/ubuntu/+source/qemu/tree/debian/patches?h=ubuntu/focal-security Combine patches for both CVE-2020-25085

[OE-core] [dunfell][patch 3/3] libksba: fix CVE-2022-3515

2023-03-20 Thread Lee Chee Yang
From: Chee Yang Lee Signed-off-by: Chee Yang Lee --- .../libksba/libksba/CVE-2022-3515.patch | 47 +++ meta/recipes-support/libksba/libksba_1.3.5.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644 meta/recipes-support/libksba/libksba/CVE-2022-3515.patch

[OE-core] [dunfell][patch 2/3] ghostscript: add CVE tag for check-stack-limits-after-function-evalution.patch

2023-03-20 Thread Lee Chee Yang
From: Chee Yang Lee This patch fix CVE-2021-45944. https://nvd.nist.gov/vuln/detail/CVE-2021-45944 Signed-off-by: Chee Yang Lee --- .../check-stack-limits-after-function-evalution.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core][dunfell][PATCH] git: Security fix for CVE-2023-22490 and CVE-2023-23946

2023-03-20 Thread vanusuri
From: Vijay Anusuri Upstream-Status: Backport from https://github.com/git/git/commit/58325b93c5b6212697b088371809e9948fee8052 & https://github.com/git/git/commit/cf8f6ce02a13f4d1979a53241afbee15a293fce9 & https://github.com/git/git/commit/bffc762f87ae8d18c6001bf0044a76004245754c Signed-off-by:

Re: [OE-core] [PATCH] maintainers.inc: Modify email address

2023-03-20 Thread Michael Opdenacker via lists.openembedded.org
Hi Zang Thanks for the patch! On 20.03.23 at 09:11, zrc_work via lists.openembedded.org wrote: From: zangruochen zangrc.f...@fujitsu.com -> zangruoc...@loongson.cn Signed-off-by: zangruochen However... * Your Signed-off-by information doesn't carry your full name. You should be

[OE-core] [PATCH] maintainers.inc: Modify email address

2023-03-20 Thread zrc_work via lists.openembedded.org
From: zangruochen zangrc.f...@fujitsu.com -> zangruoc...@loongson.cn Signed-off-by: zangruochen --- meta/conf/distro/include/maintainers.inc | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc

[OE-core] [PATCH] maintainers.inc: Modify email address

2023-03-20 Thread zrc_work via lists.openembedded.org
From: zangruochen zangrc.f...@fujitsu.com -> zangruoc...@loongson.cn Signed-off-by: zangruochen --- meta/conf/distro/include/maintainers.inc | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc

Re: [OE-core] [PATCH 6/6] mesa: update 22.3.5 -> 23.0.0

2023-03-20 Thread Alexander Kanavin
On Sat, 18 Mar 2023 at 19:38, Khem Raj wrote: > Perhaps in the next cycle yes and definitely for the next LTS it > should be dropped. > > Its stll supported via Extended Security Maintenance (ESM) and users > maybe still be using it. The question is: are ubuntu 18.04 workers going to be

Re: [OE-core] [PATCH] e2fsprogs: switch from master to debian/master branch to fix compatibility

2023-03-20 Thread Alexander Kanavin
On Mon, 20 Mar 2023 at 07:15, Mikko Rapeli wrote: > > But then we should put e2fsprogs into buildtools-tarball(-extended). It’s > > not any different to providing compatible gcc, when one from the host > > distro is too old. > > I think this one is a bit different. At flashing/install step people

Re: [OE-core] [PATCH] e2fsprogs: switch from master to debian/master branch to fix compatibility

2023-03-20 Thread Mikko Rapeli
Hi, On Fri, Mar 17, 2023 at 03:25:10PM +, Alexander Kanavin wrote: > On Fri 17. Mar 2023 at 12.01, Mikko Rapeli wrote: > > > Hi, > > > > On Fri, Mar 17, 2023 at 11:39:23AM +0100, Alexander Kanavin wrote: > > > This doesn’t seem right. We should not give special privileges to tooling > > >