[OE-core] [PATCH 1/2] meta/lib/oe/spdx30_tasks.py: set license alias to hasConcludedLicense relationship

2024-12-25 Thread hongxu via lists.openembedded.org
Set license alias other than spdxId to hasConcludedLicense relationship $ echo 'MACHINE = "qemux86-64"' >> conf/local.conf $ bitbake shadow $ In tmp/deploy/spdx/3.0.1/corei7-64/recipes/recipe-shadow.spdx.json Before this commit ... { "type": "Relationship", ... "from": "http

[OE-core] [PATCH 2/2] meta/lib/oe/sbom30.py: set alias for scan declared licenses

2024-12-25 Thread hongxu via lists.openembedded.org
when using SPDX_INCLUDE_SOURCES, it calls scan_declared_licenses to scan licenses from source file, set alias for the newly added license and and license alias to hasDeclaredLicense relationship $ echo 'MACHINE = "qemux86-64"' >> conf/local.conf $ echo 'SPDX_INCLUDE_SOURCES = "1"' >> conf/local.co

Re: [OE-core] [PATCH v3 3/3] bitbake-config-build: add a plugin for config fragments

2024-12-25 Thread Joshua Watt via lists.openembedded.org
Hmm, ok, I'll try again. On Wed, Dec 25, 2024, 8:29 AM Alexander Kanavin wrote: > On Fri, 20 Dec 2024 at 18:39, Joshua Watt wrote: > > 1) bitbake-config-build is way too aggressive in the files it looks > > for as fragments. My editor (vim) creates hidden temporary files that > > I kept having

Re: [OE-core] [PATCH v3 3/3] bitbake-config-build: add a plugin for config fragments

2024-12-25 Thread Alexander Kanavin via lists.openembedded.org
On Fri, 20 Dec 2024 at 18:39, Joshua Watt wrote: > 1) bitbake-config-build is way too aggressive in the files it looks > for as fragments. My editor (vim) creates hidden temporary files that > I kept having to manually delete or the tool would attempt to parse > them and fail. I would recommend th

Re: [OE-core] [PATCH] expect: Replace tclsh with tclsh8 in the scripts used in the Expect

2024-12-25 Thread Alexander Kanavin via lists.openembedded.org
On Wed, 25 Dec 2024 at 09:14, Song, Jiaying (CN) via lists.openembedded.org wrote: > +Upstream-Status: Pending > +[Since the upstream (https://sourceforge.net/projects/expect/) has not been > updated for a long time, the status is set to "pending"] There is a separate status for this situation:

[OE-core] [PATCH v2] wic: add documentation for existing options to help.py

2024-12-25 Thread Stefan Gloor
Add wic kickstart help for undocumented options for part/partition and bootloader command. Signed-off-by: Stefan Gloor --- scripts/lib/wic/help.py | 32 1 file changed, 32 insertions(+) diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 163535e

[OE-core] Patchtest results for [PATCH] wic: add documentation for existing options to help.py

2024-12-25 Thread Patchtest via lists.openembedded.org
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/wic-add-documentation-for-existing-options-to-help.py.patch FAIL: test commit message presence: Please include a co

[OE-core] [PATCH] wic: add documentation for existing options to help.py

2024-12-25 Thread Stefan Gloor
Signed-off-by: Stefan Gloor --- scripts/lib/wic/help.py | 32 1 file changed, 32 insertions(+) diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 163535e431..9180d75a92 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -916,6

[OE-core] [styhead][PATCH 1/2] python3: upgrade 3.12.6 -> 3.12.7

2024-12-25 Thread Guðni Már Gilbert via lists . openembedded . org
Changelog: https://docs.python.org/release/3.12.7/whatsnew/changelog.html#python-3-12-7 Signed-off-by: Guðni Már Gilbert --- ...void-shebang-overflow-on-python-config.py.patch | 6 +++--- ...handle-stdin-I-O-errors-same-way-as-maste.patch | 3 +-- ...ig.py-use-prefix-value-from-build-configu.p

[OE-core] [styhead][PATCH 2/2] python3: upgrade 3.12.7 -> 3.12.8

2024-12-25 Thread Guðni Már Gilbert via lists . openembedded . org
Changelog: https://docs.python.org/release/3.12.8/whatsnew/changelog.html#python-3-12-8 Signed-off-by: Guðni Már Gilbert --- ...shebang-overflow-on-python-config.py.patch | 6 +++--- ...e-stdin-I-O-errors-same-way-as-maste.patch | 2 +- ...-use-prefix-value-from-build-configu.patch | 4 ++--

[OE-core] Patchtest results for [PATCH v2] gettext: upgrade 0.22.5 -> 0.23

2024-12-25 Thread Patchtest via lists.openembedded.org
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v2-gettext-upgrade-0.22.5---0.23.patch FAIL: test commit message presence: Please include a commit message on your

[OE-core] [PATCH v2] gettext: upgrade 0.22.5 -> 0.23

2024-12-25 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler --- Changes in v2: - Fix malformed diff lines by reverting to using patman for sending. - Do not revert the rename of remove-potcdate.sin to remove-potcdate.sed as suggested by Alex. ...22.5.bb => gettext-minimal-native_0.23.bb} | 2 +- meta/recipes-core/gettex

[OE-core] [PATCH] expect: Replace tclsh with tclsh8 in the scripts used in the Expect

2024-12-25 Thread Song, Jiaying (CN) via lists.openembedded.org
From: Jiaying Song Before upgrading to Tcl 9.0.0, running `tclsh` worked successfully, and the recipe configuration was as follows: ln -sf ./tclsh${VER} ${D}${bindir}/tclsh After upgrading to Tcl 9.0.0, to ensure compatibility with Expect, Tcl 8.6.15 was additionally included. To distinguish bet