[OE-core] [PATCH] oeqa/selftest/context: Rely on bitbake-getvar --value to only return value

2023-09-22 Thread Peter Kjellerstedt
Before, "bitbake-getvar --value " would include log output together with the value. This was handled by piping the output to "tail -1". Now, "bitbake-getvar --value" will no longer output any logs so the piping to "tail" is no longer needed. Signed-off-by: Peter Kjellerstedt --- This of course

[OE-core] [PATCH 1/2] bitbake.conf: add MACHINE to SDK_NAME

2023-09-22 Thread Denys Dmytriyenko
Do the same here as Poky has done 5 years ago, adding MACHINE to SDK_NAME: https://git.yoctoproject.org/meta-yocto/commit/?id=3614dd4aee9d19f1024edb6a36b2862c2d726c04 This avoids file conflicts in deploy/sdk/ when building multiple machines (either manually or via multiconfig), where

[OE-core] [PATCH 2/2] spdx: use TOOLCHAIN_OUTPUTNAME for SDK filename prefix

2023-09-22 Thread Denys Dmytriyenko
Replace SDK_NAME with TOOLCHAIN_OUTPUTNAME when naming SDK host and target SPDX archives. In most cases TOOLCHAIN_OUTPUTNAME is almost identical to SDK_NAME, but sometimes custom meta-toolchain recipes have some variations and populate_sdk_base.bbclass already uses TOOLCHAIN_OUTPUTNAME to name

[OE-core] [PATCH 5/5] debugedit: Use musl-legacy-error

2023-09-22 Thread Khem Raj
Use error.h to provide GNU extentions for error API Drop the patch trying to do something about it Signed-off-by: Khem Raj --- v3: Added .../debugedit/debugedit_5.0.bb| 4 +- ...tools-Add-error.h-for-non-glibc-case.patch | 102 -- 2 files changed, 2

[OE-core] [PATCH 4/5] elfutils: Depend on musl-legacy-error for musl targets

2023-09-22 Thread Khem Raj
this ensures a gnu compatible error APIs are made available, the patch to workaround this is no longer needed. Signed-off-by: Khem Raj --- v3: Added .../elfutils/elfutils_0.189.bb| 3 +- .../0015-config-eu.am-do-not-use-Werror.patch | 37 --- 2 files changed, 1

[OE-core] [PATCH v3 3/5] musl-legacy-error: Add recipe

2023-09-22 Thread Khem Raj
This adds glibc error() API implementation which is needed by few packages still. Signed-off-by: Khem Raj --- v3: Added new meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-core/musl/musl-legacy-error.bb | 26 .../musl/musl-legacy-error/error.h| 60

[OE-core] [PATCH v3 2/5] bsd-headers: Define __CONCAT and __STRING

2023-09-22 Thread Khem Raj
Sync with other musl distros Signed-off-by: Khem Raj --- v3: Rebased meta/recipes-core/musl/bsd-headers/sys-cdefs.h | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-core/musl/bsd-headers/sys-cdefs.h b/meta/recipes-core/musl/bsd-headers/sys-cdefs.h index

[OE-core] [PATCH v3 1/5] musl: Update to latest

2023-09-22 Thread Khem Raj
Brings following bug fixes * 79bdacff glob: fix wrong return code when aborting before any matches * 7291c6c6 statvfs: allocate spare for f_type * 39e43f08 math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small) * 6d101027 math: fix ld80 acoshl(x) for x < 0 Drop MIRRORS and switch to etalabs.net

Re: [OE-core][PATCH] classes/create-spdx-2.2: Add missing import oe.packagedata

2023-09-22 Thread Ryan Eatmon via lists.openembedded.org
On 9/22/2023 1:47 AM, Richard Purdie wrote: On Wed, 2023-09-20 at 10:30 -0500, Ryan Eatmon via lists.openembedded.org wrote: Add missing import statement to fix build failures: File: '/scratch/jenkins_builds/arago-master-wip/build/sources/oe-core/meta/classes/create-spdx-2.2.bbclass',

Re: [OE-core] [PATCH 06/17] python3-click: Copy recipe from meta-python

2023-09-22 Thread Marta Rybczynska
Sure Khem, We wanted to make sure there are no major objections to this patchset and immediately follow with removals in meta-openembedded. Cheers, Marta On Fri, 22 Sept 2023, 17:24 Khem Raj, wrote: > On 9/22/23 7:46 AM, Samantha Jalabert wrote: > > From: Samantha Jalabert > > > > commit:

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Khem Raj
yeah I am trying to investigate, locally I reproduced it once but then I did bitbake -ccleanall musl and then it started to work. I see this in log.do_fetch on AB http://sprunge.us/c5J8K3 says fatal: protocol error: bad line length character: erro On Fri, Sep 22, 2023 at 9:07 AM Alexandre

[OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-gallium-Fix-build-with-llvm-17.patch | 27 --- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch

Re: [OE-core][kirkstone][PATCH] go: Fix CVE-2023-39318

2023-09-22 Thread Steve Sakoman
On Thu, Sep 21, 2023 at 7:07 AM Siddharth via lists.openembedded.org wrote: > > From: Siddharth Doshi > > Upstream-Status: Backport from > [https://github.com/golang/go/commit/023b542edf38e2a1f87fcefb9f75ff2f99401b4c] > CVE: CVE-2023-39318 > Signed-off-by: Siddharth Doshi > --- >

Re: [OE-core] [mickledore][PATCH] glibc: fix CVE-2023-4527

2023-09-22 Thread Steve Sakoman
On Fri, Sep 22, 2023 at 3:10 AM Shinde, Yash via lists.openembedded.org wrote: > > From: Yash Shinde > > Upstream-Status: > Backport[https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=4ea972b7edd7e36610e8cde18bf7a8149d7bac4f] > > Signed-off-by: Yash Shinde > --- >

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Alexandre Belloni via lists.openembedded.org
https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/8149/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/7837/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/7859/steps/11/logs/stdio

Re: [OE-core] [dunfell][PATCH] flac: fix CVE-2020-22219

2023-09-22 Thread Steve Sakoman
On Fri, Sep 22, 2023 at 12:25 AM Michael Opdenacker via lists.openembedded.org wrote: > > From: Michael Opdenacker > > Buffer Overflow vulnerability in function bitwriter_grow_ in flac before > 1.4.0 allows remote attackers to run arbitrary code via crafted input to > the encoder. > >

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Khem Raj
On 9/22/23 8:16 AM, Richard Purdie wrote: On Fri, 2023-09-22 at 08:10 -0700, Khem Raj wrote: On Fri, Sep 22, 2023 at 3:11 AM Richard Purdie wrote: On Thu, 2023-09-21 at 18:15 -0700, Khem Raj wrote: When using mirrors fetcher gets into a weird state when shallow clones are enables. ERROR:

Re: [OE-core] [PATCH 06/17] python3-click: Copy recipe from meta-python

2023-09-22 Thread Khem Raj
On 9/22/23 7:46 AM, Samantha Jalabert wrote: From: Samantha Jalabert commit: 1a14a28f132a10e9db7b3e5bb2b5361c4679946e Signed-off-by: Marta Rybczynska Please send a removal patch for meta-python as well. So we can keep passing the yp compat checks for meta-openembedded on AB and coordinate

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Richard Purdie
On Fri, 2023-09-22 at 08:10 -0700, Khem Raj wrote: > On Fri, Sep 22, 2023 at 3:11 AM Richard Purdie > wrote: > > > > On Thu, 2023-09-21 at 18:15 -0700, Khem Raj wrote: > > > When using mirrors fetcher gets into a weird state when shallow clones > > > are enables. > > > > > > ERROR: Bitbake

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Khem Raj
On Fri, Sep 22, 2023 at 3:11 AM Richard Purdie wrote: > > On Thu, 2023-09-21 at 18:15 -0700, Khem Raj wrote: > > When using mirrors fetcher gets into a weird state when shallow clones > > are enables. > > > > ERROR: Bitbake Fetcher Error: UnpackError('No up to date source > > found: clone

[OE-core] [PATCH 15/17] python3-spdx-tools: add recipe

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert python3-spdx-tools provides tools for SPDX validation and conversion. Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../python/python3-spdx-tools_0.8.1.bb| 28 +++ 1 file changed, 28 insertions(+) create mode 100644

[OE-core] [PATCH 17/17] maintainers.inc: add python3-spdx-tools and dependencies

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert Add maintainers for new packages and also some copied from meta-python: python3-beartype, python3-booleanpy, python3-click, python3-isodate, python3-license-expression, python3-rdflib, python3-spdx-tools, python3-uritools, python3-xmltodict Signed-off-by: Marta

[OE-core] [PATCH 16/17] qa: Add selftest for python3-spdx-tools

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- meta/lib/oeqa/selftest/cases/spdx.py | 54 1 file changed, 54 insertions(+) create mode 100644 meta/lib/oeqa/selftest/cases/spdx.py diff --git

[OE-core] [PATCH 14/17] ptest-packagelists.inc: add python test xmltodict

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert Adding test to slow, as it comes as dependency of SDK packages. Signed-off-by: Marta Rybczynska --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc

[OE-core] [PATCH 13/17] python3-xmltodict: Copy recipe from meta-python

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert commit: 61d14138c22a70188d585d85e35fdf86bc65e66f Signed-off-by: Marta Rybczynska --- .../python/python3-xmltodict/run-ptest| 3 ++ .../python/python3-xmltodict_0.13.0.bb| 31 +++ 2 files changed, 34 insertions(+) create mode 100644

[OE-core] [PATCH 12/17] python3-uritools: add recipe

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../recipes-devtools/python/python3-uritools_4.0.2.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-uritools_4.0.2.bb diff --git

[OE-core] [PATCH 11/17] python3-rdflib: add homepage

2023-09-22 Thread Samantha Jalabert
From: Marta Rybczynska Signed-off-by: Marta Rybczynska --- meta/recipes-devtools/python/python3-rdflib_7.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb index

[OE-core] [PATCH 10/17] python3-rdflib: Copy recipe from meta-python

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert commit: 7e565b5c0c09a9cd7c27eb24f8fb45a746469279 Signed-off-by: Marta Rybczynska --- .../python/python3-rdflib_7.0.0.bb| 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-rdflib_7.0.0.bb diff

[OE-core] [PATCH 08/17] python3-license-expression: Copy recipe from meta-python

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert commit: cabfde8c84e100968bc9ab8407ede616100fddbb Signed-off-by: Marta Rybczynska --- .../python3-license-expression/run-ptest | 3 ++ .../python3-license-expression_30.1.1.bb | 36 +++ 2 files changed, 39 insertions(+) create mode 100644

[OE-core] [PATCH 09/17] ptest-packagelists.inc: add python test license-expression

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert Adding test to the list of tests with problems. It comes as a copy from meta-python to satisfy dependencies of python3-spdx-tools and throws and exception on execution. Signed-off-by: Marta Rybczynska --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file

[OE-core] [PATCH 07/17] ptest-packagelists.inc: add python test click

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert Adding test to slow, as it comes as dependency of SDK packages. Signed-off-by: Marta Rybczynska --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc

[OE-core] [PATCH 06/17] python3-click: Copy recipe from meta-python

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert commit: 1a14a28f132a10e9db7b3e5bb2b5361c4679946e Signed-off-by: Marta Rybczynska --- .../python/python3-click/run-ptest| 3 ++ .../python/python3-click_8.1.7.bb | 39 +++ 2 files changed, 42 insertions(+) create mode 100644

[OE-core] [PATCH 04/17] python3-booleanpy: Copy recipe from meta-python

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert commit: 47b8c97b76b3eb323a97c9079fb49c0348a2376c Signed-off-by: Marta Rybczynska --- .../python/python3-booleanpy_4.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-booleanpy_4.0.bb diff

[OE-core] [PATCH 05/17] python3-beartype: add recipe

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../python/python3-beartype_0.15.0.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-beartype_0.15.0.bb diff --git

[OE-core] [PATCH 03/17] python3-isodate: add homepage

2023-09-22 Thread Samantha Jalabert
From: Marta Rybczynska Signed-off-by: Marta Rybczynska --- meta/recipes-devtools/python/python3-isodate_0.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta/recipes-devtools/python/python3-isodate_0.6.1.bb index

[OE-core] [PATCH 02/17] python3-isodate: Copy recipe from meta-python

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert commit: 33b910b51cea2eee57f197a2e9697dd81a9dd67b Signed-off-by: Marta Rybczynska --- .../python/python3-isodate_0.6.1.bb| 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-isodate_0.6.1.bb diff

[OE-core] [PATCH 01/17] python3-ply: add to nativesdk

2023-09-22 Thread Samantha Jalabert
From: Marta Rybczynska Signed-off-by: Marta Rybczynska --- meta/recipes-devtools/python/python3-ply_3.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-ply_3.11.bb b/meta/recipes-devtools/python/python3-ply_3.11.bb index

[OE-core] [PATCH 00/17] python3-spdx-tools implementation

2023-09-22 Thread Samantha Jalabert
From: Samantha Jalabert This patchset is to implement spdx-tools, a tool for validating 2.2 spdx files and later spdx 3.0. Marta Rybczynska (3): python3-ply: add to nativesdk python3-isodate: add homepage python3-rdflib: add homepage Samantha Jalabert (14): python3-isodate: Copy

[OE-core] [PATCH] oeqa/runner: Ensure class setup errors are shown to bitbake logging

2023-09-22 Thread Richard Purdie
This took a bit of digging but failure messages from testimage are shown to bitbake's logging through stopTest. In the case of a setUpClass failure stopTest is never called and the bitbake logging never sees the error. It would still be in the task logfile. Add some code+comment to ensure logs

[OE-core] [mickledore][PATCH] glibc: fix CVE-2023-4527

2023-09-22 Thread Shinde, Yash via lists.openembedded.org
From: Yash Shinde Upstream-Status: Backport[https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=4ea972b7edd7e36610e8cde18bf7a8149d7bac4f] Signed-off-by: Yash Shinde --- .../glibc/glibc/0023-CVE-2023-4527.patch | 217 ++ meta/recipes-core/glibc/glibc_2.37.bb |

[OE-core] [PATCH] glibc: fix CVE-2023-4527

2023-09-22 Thread Shinde, Yash via lists.openembedded.org
From: Yash Shinde Upstream-Status: Backport[https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=4ea972b7edd7e36610e8cde18bf7a8149d7bac4f] Signed-off-by: Yash Shinde --- .../glibc/glibc/0024-CVE-2023-4527.patch | 217 ++ meta/recipes-core/glibc/glibc_2.38.bb |

[oe-core][kirkstone][PATCH 3/3] gstreamer1.0-plugins-bad: fix CVE-2023-40476

2023-09-22 Thread Polampalli, Archana via lists.openembedded.org
gst-plugins-bad: h265parser: Fix possible overflow using max_sub_layers_minus1 Signed-off-by: Archana Polampalli --- .../CVE-2023-40476.patch | 44 +++ .../gstreamer1.0-plugins-bad_1.20.7.bb| 1 + 2 files changed, 45 insertions(+) create mode

[oe-core][kirkstone][PATCH 1/3] gstreamer1.0-plugins-bad: fix CVE-2023-40474

2023-09-22 Thread Polampalli, Archana via lists.openembedded.org
gst-plugins-bad: Heap-based buffer overflow in the MXF file demuxer when handling malformed files with uncompressed video in GStreamer versions before 1.22.6 Signed-off-by: Archana Polampalli --- .../CVE-2023-40474.patch | 118 ++

[oe-core][kirkstone][PATCH 2/3] gstreamer1.0-plugins-bad: fix CVE-2023-40475

2023-09-22 Thread Polampalli, Archana via lists.openembedded.org
gst-plugins-bad: Integer overflow leading to heap overwrite in MXF file handling with AES3 audio Signed-off-by: Archana Polampalli --- .../CVE-2023-40475.patch | 49 +++ .../gstreamer1.0-plugins-bad_1.20.7.bb| 1 + 2 files changed, 50 insertions(+)

Re: [OE-core] [Openembedded-architecture] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-09-22 Thread Richard Purdie
On Fri, 2023-09-22 at 11:17 +0200, Alexander Kanavin wrote: > On Thu, 21 Sept 2023 at 16:39, chris.lapla...@agilent.com > wrote: > > > That is very impressive and I'd also love to hear about what heuristics it > > uses. > > It's actually rather simple. It uses glob.glob on stamps in tmp/, then

[oe-core][PATCHv7] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Markus Volk
Rework recipe - remove legacy of the autotools buildsystem - remove BBCLASSEXTEND - build vapi dependent on gi-data - docs require gir, add a EXTRA_OEMESON:append to avoid fail in a combination where docs=true and gir=false - gtk+3 and gtk4 are requested by default-> add gtk4 depending on

[OE-core] [PATCH] maintainers.inc: add self for flac recipe

2023-09-22 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index e977c84fc8..7697324335 100644

[OE-core] [dunfell][PATCH] flac: fix CVE-2020-22219

2023-09-22 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Buffer Overflow vulnerability in function bitwriter_grow_ in flac before 1.4.0 allows remote attackers to run arbitrary code via crafted input to the encoder. Signed-off-by: Meenali Gupta Signed-off-by: Michael Opdenacker Tested-by: Michael Opdenacker ---

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Richard Purdie
On Thu, 2023-09-21 at 18:15 -0700, Khem Raj wrote: > When using mirrors fetcher gets into a weird state when shallow clones > are enables. > > ERROR: Bitbake Fetcher Error: UnpackError('No up to date source > found: clone directory not available or not up to date: >

Re: [OE-core] [PATCH v4 0/5] Add bblock helper scripts

2023-09-22 Thread Alexandre Belloni via lists.openembedded.org
This is started: https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5792 On 22/09/2023 10:54:56+0200, Julien Stephan wrote: > > > > > > So I can see two possible reasons for that: > > > * MACHINE=qemuarm block quilt -t compile is not using the machine I > > > give on the command

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Markus Volk
On Thu, Sep 21 2023 at 10:59:44 PM +02:00:00, Alexandre Belloni wrote: BTW, I'd like you to test patches before sending because you claimed this was tested with oe-core but this was definitively not. The fact that we are at v6 and this still breaks builds so early is very annoying. Believe

Re: [OE-core] [Openembedded-architecture] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-09-22 Thread Alexander Kanavin
On Thu, 21 Sept 2023 at 16:39, chris.lapla...@agilent.com wrote: > That is very impressive and I'd also love to hear about what heuristics it > uses. It's actually rather simple. It uses glob.glob on stamps in tmp/, then on local sstate to find possible matches, then sorts them by mtime and

Re: [OE-core] [PATCH v4 0/5] Add bblock helper scripts

2023-09-22 Thread Julien Stephan
> > > > So I can see two possible reasons for that: > > * MACHINE=qemuarm block quilt -t compile is not using the machine I > > give on the command line, but why?? > > As I said in the call, look at this log from the build: > >

[OE-core][mickledore][PATCH] curl: Add CVE-2023-28320 follow-up fix

2023-09-22 Thread SANJAYKUMAR CHITRODA via lists.openembedded.org
From: Sanjay Chitroda References: https://nvd.nist.gov/vuln/detail/CVE-2023-28320 https://security-tracker.debian.org/tracker/CVE-2023-28320 Upstream Patch: Introduced by: https://github.com/curl/curl/commit/3c49b405de4f (curl-7_9_8) Fixed by: https://github.com/curl/curl/commit/13718030ad4b

[oe-core][kirkstone][PATCH 1/1] ghostscript: fix CVE-2023-43115

2023-09-22 Thread Polampalli, Archana via lists.openembedded.org
In Artifex Ghostscript through 10.01.2, gdevijs.c in GhostPDL can lead to remote code execution via crafted PostScript documents because they can switch to the IJS device, or change the IjsServer parameter, after SAFER has been activated. NOTE: it is a documented risk that the IJS server can be

[OE-core] [PATCH v3] adwaita-icon-theme: 43 -> 45.0

2023-09-22 Thread Kai Kang
From: Kai Kang Update adwaita-icon-theme from 43 to 45.0. * meson is used to replace autotools, then the patch is redundant * not overwrite PACKAGES, and remove sub-packages ${PN}-hires and ${PN}-symbolic-hires which are created to handle big icon files which do not exist in

[OE-core] [PATCH 29/40] python3-dtschema: upgrade 2023.6.1 -> 2023.7

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-dtschema_2023.6.1.bb => python3-dtschema_2023.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2023.6.1.bb => python3-dtschema_2023.7.bb} (85%) diff --git

[OE-core] [PATCH 11/40] createrepo-c: upgrade 0.21.1 -> 1.0.0

2023-09-22 Thread Alexander Kanavin
Enable zstd in libsolv, as new createrepo_c is using that instead of zlib for repo metadata compression. Signed-off-by: Alexander Kanavin --- ...arser.c-add-a-missing-parameter-name.patch | 39 --- ...repo-c_0.21.1.bb => createrepo-c_1.0.0.bb} | 3 +-

[OE-core] [PATCH 39/40] xwayland: upgrade 23.1.2 -> 23.2.1

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xwayland/{xwayland_23.1.2.bb => xwayland_23.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xwayland/{xwayland_23.1.2.bb => xwayland_23.2.1.bb} (95%) diff --git

[OE-core] [PATCH 40/40] python3-setuptools-scm: fix upstream version check

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb b/meta/recipes-devtools/python/python3-setuptools-scm_7.1.0.bb index

[OE-core] [PATCH 38/40] xf86-input-libinput: upgrade 1.3.0 -> 1.4.0

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...f86-input-libinput_1.3.0.bb => xf86-input-libinput_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_1.3.0.bb => xf86-input-libinput_1.4.0.bb} (77%) diff --git

[OE-core] [PATCH 37/40] vala: upgrade 0.56.8 -> 0.56.13

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala_0.56.13.bb | 3 +++ meta/recipes-devtools/vala/vala_0.56.8.bb | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-devtools/vala/vala_0.56.13.bb delete mode 100644

[OE-core] [PATCH 36/40] tiff: upgrade 4.5.1 -> 4.6.0

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libtiff/files/CVE-2023-40745.patch| 35 --- .../libtiff/files/CVE-2023-41175.patch| 63 --- .../libtiff/{tiff_4.5.1.bb => tiff_4.6.0.bb} | 4 +- 3 files changed, 1 insertion(+), 101 deletions(-) delete mode

[OE-core] [PATCH 35/40] sqlite3: upgrade 3.43.0 -> 3.43.1

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../sqlite/{sqlite3_3.43.0.bb => sqlite3_3.43.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.43.0.bb => sqlite3_3.43.1.bb} (78%) diff --git

[OE-core] [PATCH 33/40] python3-sphinx: upgrade 7.2.5 -> 7.2.6

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-sphinx_7.2.5.bb => python3-sphinx_7.2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx_7.2.5.bb => python3-sphinx_7.2.6.bb} (91%) diff --git

[OE-core] [PATCH 34/40] seatd: upgrade 0.7.0 -> 0.8.0

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/seatd/{seatd_0.7.0.bb => seatd_0.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/seatd/{seatd_0.7.0.bb => seatd_0.8.0.bb} (96%) diff --git a/meta/recipes-core/seatd/seatd_0.7.0.bb

[OE-core] [PATCH 32/40] python3-setuptools: upgrade 68.2.1 -> 68.2.2

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_68.2.1.bb => python3-setuptools_68.2.2.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_68.2.1.bb

[OE-core] [PATCH 21/40] libarchive: upgrade 3.7.1 -> 3.7.2

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libarchive/{libarchive_3.7.1.bb => libarchive_3.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libarchive/{libarchive_3.7.1.bb => libarchive_3.7.2.bb} (96%) diff --git

[OE-core] [PATCH 30/40] python3-git: upgrade 3.1.35 -> 3.1.36

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-git_3.1.35.bb => python3-git_3.1.36.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-git_3.1.35.bb => python3-git_3.1.36.bb} (92%) diff --git

[OE-core] [PATCH 22/40] libsdl2: upgrade 2.28.0 -> 2.28.3

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsdl2/{libsdl2_2.28.0.bb => libsdl2_2.28.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.28.0.bb => libsdl2_2.28.3.bb} (97%) diff --git

[OE-core] [PATCH 31/40] python3-libarchive-c: upgrade 4.0 -> 5.0

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-libarchive-c_4.0.bb => python3-libarchive-c_5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-libarchive-c_4.0.bb => python3-libarchive-c_5.0.bb} (85%) diff --git

[OE-core] [PATCH 28/40] puzzles: upgrade to latest revision

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 04338a603b5..d7089ef95db 100644 ---

[OE-core] [PATCH 26/40] mmc-utils: upgrade to latest revision

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 879c179dd73..2d02927af7b 100644 ---

[OE-core] [PATCH 27/40] mtd-utils: upgrade 2.1.5 -> 2.1.6

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index cdcc7667482..4b27528f646 100644 ---

[OE-core] [PATCH 25/40] meson: upgrade 1.1.1 -> 1.2.1

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Make-CPU-family-warnings-fatal.patch | 32 +-- .../meson/{meson_1.1.1.bb => meson_1.2.1.bb} | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) rename meta/recipes-devtools/meson/{meson_1.1.1.bb => meson_1.2.1.bb} (98%)

[OE-core] [PATCH 24/40] man-pages: upgrade 6.04 -> 6.05.01

2023-09-22 Thread Alexander Kanavin
License-update: formatting Signed-off-by: Alexander Kanavin --- .../man-pages/{man-pages_6.04.bb => man-pages_6.05.01.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_6.04.bb => man-pages_6.05.01.bb} (92%) diff --git

[OE-core] [PATCH 23/40] libsolv: upgrade 0.7.24 -> 0.7.25

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsolv/{libsolv_0.7.24.bb => libsolv_0.7.25.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.24.bb => libsolv_0.7.25.bb} (95%) diff --git

[OE-core] [PATCH 19/40] json-c: upgrade 0.16 -> 0.17

2023-09-22 Thread Alexander Kanavin
Fix run-ptest to append to log instead of overwriting it with every test invocation. Signed-off-by: Alexander Kanavin --- .../json-c/0001-Fix-build-with-clang-15.patch | 34 --- meta/recipes-devtools/json-c/json-c/run-ptest | 2 +- .../json-c/{json-c_0.16.bb => json-c_0.17.bb}

[OE-core] [PATCH 20/40] kmscube: upgrade to latest revision

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index b385ff7452d..4cdc0f06bb8 100644 ---

[OE-core] [PATCH 16/40] freetype: upgrade 2.13.1 -> 2.13.2

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../freetype/{freetype_2.13.1.bb => freetype_2.13.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/freetype/{freetype_2.13.1.bb => freetype_2.13.2.bb} (95%) diff --git

[OE-core] [PATCH 17/40] ghostscript: upgrade 10.01.2 -> 10.02.0

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...pcx-buffer-overrun-fix-from-devices-.patch | 31 --- ...ript_10.01.2.bb => ghostscript_10.02.0.bb} | 5 ++- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644

[OE-core] [PATCH 18/40] iproute2: upgrade 6.4.0 -> 6.5.0

2023-09-22 Thread Alexander Kanavin
Set CONF_USR_DIR explicitly as upstream hardcodes 'lib' in it. Fix up iproute2-ip packaging to reflect that, and fix multilib error where the executable would end up in the main package. Signed-off-by: Alexander Kanavin --- .../0001-bridge-mdb.c-include-limits.h.patch | 41 ---

[OE-core] [PATCH 14/40] ethtool: upgrade 6.3 -> 6.5

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../ethtool/ethtool/avoid_parallel_tests.patch| 8 .../ethtool/{ethtool_6.3.bb => ethtool_6.5.bb}| 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_6.3.bb => ethtool_6.5.bb}

[OE-core] [PATCH 15/40] font-util: upgrade 1.4.0 -> 1.4.1

2023-09-22 Thread Alexander Kanavin
License-update: clarify license for unicode items: https://gitlab.freedesktop.org/xorg/font/util/-/merge_requests/7 Signed-off-by: Alexander Kanavin --- .../{font-util_1.4.0.bb => font-util_1.4.1.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename

[OE-core] [PATCH 13/40] diffoscope: upgrade 244 -> 249

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_244.bb => diffoscope_249.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_244.bb => diffoscope_249.bb} (93%) diff --git

[OE-core] [PATCH 12/40] debianutils: upgrade 5.12 -> 5.13

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../debianutils/{debianutils_5.12.bb => debianutils_5.13.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/debianutils/{debianutils_5.12.bb => debianutils_5.13.bb} (97%) diff --git

[OE-core] [PATCH 10/40] btrfs-tools: upgrade 6.3.3 -> 6.5.1

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_6.3.3.bb => btrfs-tools_6.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.3.3.bb => btrfs-tools_6.5.1.bb} (98%) diff --git

[OE-core] [PATCH 09/40] boost: upgrade 1.82.0 -> 1.83.0

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../boost/{boost-1.82.0.inc => boost-1.83.0.inc}| 2 +- ...oost-build-native_1.82.0.bb => boost-build-native_1.83.0.bb} | 2 +- meta/recipes-support/boost/{boost_1.82.0.bb => boost_1.83.0.bb} | 0 3 files changed, 2 insertions(+), 2

[OE-core] [PATCH 07/40] libxcb: upgrade 1.15 -> 1.16

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-lib/{libxcb_1.15.bb => libxcb_1.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxcb_1.15.bb => libxcb_1.16.bb} (93%) diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.15.bb

[OE-core] [PATCH 08/40] xcb-proto: upgrade 1.15.2 -> 1.16.0

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-proto/{xcb-proto_1.15.2.bb => xcb-proto_1.16.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-proto/{xcb-proto_1.15.2.bb => xcb-proto_1.16.0.bb} (92%) diff --git

[OE-core] [PATCH 05/40] python3-setuptools-rust: upgrade 1.6.0 -> 1.7.0

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ptools-rust_1.6.0.bb => python3-setuptools-rust_1.7.0.bb} | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools-rust_1.6.0.bb => python3-setuptools-rust_1.7.0.bb} (80%) diff --git

[OE-core] [PATCH 06/40] vulkan: upgrade 1.3.250.0 -> 1.3.261.1

2023-09-22 Thread Alexander Kanavin
License-update: clarifiction that licenses are apache and mit. Signed-off-by: Alexander Kanavin --- ...lang_1.3.250.0.bb => glslang_1.3.261.1.bb} | 2 +- 3.250.0.bb => spirv-headers_1.3.261.1.bb} | 2 +- ..._1.3.250.0.bb => spirv-tools_1.3.261.1.bb} | 2 +- ...3.250.0.bb =>

[OE-core] [PATCH 04/40] jquery: upgrade 3.7.0 -> 3.7.1

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../jquery/{jquery_3.7.0.bb => jquery_3.7.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/jquery/{jquery_3.7.0.bb => jquery_3.7.1.bb} (81%) diff --git a/meta/recipes-devtools/jquery/jquery_3.7.0.bb

[OE-core] [PATCH 01/40] systemd: upgrade 254 -> 254.4

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...temd-boot_254.bb => systemd-boot_254.4.bb} | 0 meta/recipes-core/systemd/systemd.inc | 6 +- ...-elf2efi-Fix-header-size-calculation.patch | 70 --- .../{systemd_254.bb => systemd_254.4.bb} | 0 4 files changed, 2

[OE-core] [PATCH 02/40] util-linux: upgrade 2.39.1 -> 2.39.2

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...til-linux-libuuid_2.39.1.bb => util-linux-libuuid_2.39.2.bb} | 0 meta/recipes-core/util-linux/util-linux.inc | 2 +- .../util-linux/{util-linux_2.39.1.bb => util-linux_2.39.2.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 03/40] cmake: upgrade 3.27.4 -> 3.27.5

2023-09-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../cmake/{cmake-native_3.27.4.bb => cmake-native_3.27.5.bb}| 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- .../recipes-devtools/cmake/{cmake_3.27.4.bb => cmake_3.27.5.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-)

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Alexander Kanavin
On Fri, 22 Sept 2023 at 08:42, Alexandre Belloni wrote: > IT was on v3. nodistro is not an esoteric configuration. Honestly, > while poky is great for testing, this is an awful distro for an actual > product. Way to many features are enabled for most of the embedded > platforms. Right. I think

Re: [OE-core][PATCH] classes/create-spdx-2.2: Add missing import oe.packagedata

2023-09-22 Thread Richard Purdie
On Wed, 2023-09-20 at 10:30 -0500, Ryan Eatmon via lists.openembedded.org wrote: > Add missing import statement to fix build failures: > > File: > '/scratch/jenkins_builds/arago-master-wip/build/sources/oe-core/meta/classes/create-spdx-2.2.bbclass', > lineno: 722, function:

Re: [OE-core] [PATCH V4] tar: add ptest support

2023-09-22 Thread Alexander Kanavin
On Fri, 22 Sept 2023 at 08:41, qi...@fujitsu.com wrote: > +tar: add support of --am-fmt > + > +Add --am-fmt into testsuites. > + > +Upstream-Status: Inappropriate [oe specific] > + > +Signed-off-by: Qiu Tingting > + > +diff -rNu a/tests/testsuite b/tests/testsuite > +--- a/tests/testsuite

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Alexandre Belloni via lists.openembedded.org
On 22/09/2023 07:18:07+0200, Alexander Kanavin wrote: > On Thu, 21 Sept 2023 at 22:59, Alexandre Belloni via > lists.openembedded.org > wrote: > > > > BTW, I'd like you to test patches before sending because you claimed > > this was tested with oe-core but this was definitively not. The fact > >

  1   2   >