Re: [OE-core] About an issue of run-postinsts.service

2024-05-22 Thread Alexander Kanavin
On Thu, 23 May 2024 at 05:00, leimaohui via lists.openembedded.org wrote: > And I tested by qemu and on PC, there is no issue that mentioned in the > patch(fd266b1b66844d660ebd8e33fe22c08c8ddaccbf) which added "--no-reload " in > run-postinsts.service. > So, can I submit a patch to delete the "

[OE-core] About an issue of run-postinsts.service

2024-05-22 Thread leimaohui via lists.openembedded.org
Hi, After systemd has been upgraded to version 255.*, if users add a package with a postsints script(e.g. gnutls-fips), the following warning would output when execute systemd in the first boot. --- root@qemux86-64:~# systemctl

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Richard Purdie
On Wed, 2024-05-22 at 11:07 +0200, Alexander Kanavin via lists.openembedded.org wrote: > I'm also curious in what scenarios is this needed, if the AB doesn't > have the issue? The AB did (the mandb selftest) and I had a patch which overlapped with the patch from Markus. Cheers, Richard -=-=-=-=

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexandre Belloni via lists.openembedded.org
On 22/05/2024 23:42:07+0200, Markus Volk wrote: > On Wed, May 22 2024 at 11:06:22 AM +02:00:00, Alexandre Belloni > wrote: > > this doesn't apply on master anymore, can you rebase? > > Hi Alexandre, > > probably this doesn't apply because Richard Purdie added a fix for this > almost at the same

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Markus Volk
On Wed, May 22 2024 at 11:06:22 AM +02:00:00, Alexandre Belloni wrote: this doesn't apply on master anymore, can you rebase? Hi Alexandre, probably this doesn't apply because Richard Purdie added a fix for this almost at the same time as I sent this patch. So I guess this can be ignored -

[OE-core] [PATCH 1/2] pciutils: rewrite recipe

2024-05-22 Thread Ross Burton
The upstream Makefiles are bespoke so need to be handheld, but this recipe has workarounds for code removed a decade ago. Add more PACKAGECONFIGs for the other configuration options (zlib, kmod), and use hwdb by default (non-systemd builds also have hwdb, as it's part of eudev too). Instead of us

[OE-core] [PATCH 2/2] pciutils: upgrade to 3.12.0

2024-05-22 Thread Ross Burton
b5d2388 Update pci.ids to today's snapshot 9f3d614 libpci: hwdb: Remove ID_SUBSYSTEM and ID_GEN_SUBSYSTEM usage from pci_id_hwdb_lookup() 1836a2d libpci: ecam: Fix scanning of Extended BIOS Data Area for ACPI RSDP a34006f Makefile: Pass CFLAGS also when linking executable 4c392dc pci.h: Document P

[OE-core][scarthgap][PATCH] ttyrun: define CVE_PRODUCT

2024-05-22 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Single executable ttyrun is taken ouf of s390-tools repository containing ton of other helper tools. CVEs are not assigned to executables, but to whole components. Historically there also already exists one CVE for s390-tools. Most of the CVEs will not be for ttyrun, but this i

[OE-core] [PATCH] python3-bcrypt: upgrade 4.1.2 -> 4.1.3

2024-05-22 Thread Tim Orling
From: Tim Orling https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3 Upstream release notes: Bump Rust dependency versions * Drop 0001-Bump-pyo3-from-0.20.0-to-0.20.3-in-src-_bcrypt-746.patch -- merged * Refresh -crates.inc Signed-off-by: Tim Orling --- Tested with core-image-ptest-python3-b

[OE-core] scarthgap backports

2024-05-22 Thread Peter Marko via lists.openembedded.org
Hello, I'd like to request following backports from master to scarthgap To match versions in scarthgap branches between oe-core and meta-clang: adc2651a8e902af24fee6ff30a72f4b7c63bef6f llvm: Upgrade to 18.1.4 02df2fc6241ac8fb0e78f2fdff97a04e5c561d54 llvm: Upgrade to 18.1.5 Fix CVEs: bdf7b7460a48

[OE-core] [PATCH v3] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-22 Thread Alejandro Hernandez Samaniego
Enables usage of TCLIBC=picolibc extending OE functionality to build and use picolibc based toolchains to build baremetal applications. Picolibc is a set of standard C libraries, both libc and libm, designed for smaller embedded systems with limited ROM and RAM. Picolibc includes code from Newlib

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Khem Raj
On Wed, May 22, 2024 at 2:07 AM Alexander Kanavin via lists.openembedded.org wrote: > > I'm also curious in what scenarios is this needed, if the AB doesn't > have the issue? > I am guessing that texinfo is installed on build host and libgomp configure is finding it somehow > Alex > > On Wed, 22

Re: [OE-core] [PATCH 2/2] ofono: upgrade 2.4 -> 2.7

2024-05-22 Thread Khem Raj
lgtm On Wed, May 22, 2024 at 2:04 AM Martin Hundeb?ll via lists.openembedded.org wrote: > > Remove 0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch as > TEMP_FAILURE_RETRY usage has been removed in upstream commit 765c6655 > ("treewide: Use L_TFR macro"). > > Remove 0002-mbim-Fix-bui

Re: [OE-core] [PATCH 24/42] llvm: upgrade 18.1.5 -> 18.1.6

2024-05-22 Thread Khem Raj
On Wed, May 22, 2024 at 2:15 AM wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Changelog: > == > - Fixes issues where LLVM is either generating the incorrect thunk for a > function with aligned parameters or didn't correctly pass through the > return value when Str

Re: [OE-core] [PATCH 4/4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-22 Thread Alejandro Hernandez Samaniego
On Wed, 22 May 2024 at 04:30, Ross Burton wrote: > On 21 May 2024, at 19:55, Alejandro Enedino Hernandez Samaniego < > alejan...@enedino.org> wrote: > > I did see that comment when I was trying to debug the issue with the > early compiler tests, however, I couldn't find an easy way to inject > sk

Re: [OE-core] [PATCH v2 1/5] oe-build-perf-report: Add apache echarts to make report interactive

2024-05-22 Thread Ninette Adhikari
Hi Richard, Apologies for the late response. I have made changes to the chart tooltip to include link to the poky repository with the commit hash. I have sent the patch files to the mailing list. Let me know if this helps:) With regards to the step chart preview inconsistency, I have looked at th

[OE-core] Patchtest results for [PATCH 1/1] oe-build-perf-report: Add commit hash link to chart tooltip"

2024-05-22 Thread Patchtest
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/1-1-oe-build-perf-report-Add-commit-hash-link-to-chart-tooltip.patch FAIL: test max line length: Patch line too lon

[OE-core] [PATCH 1/1] oe-build-perf-report: Add commit hash link to chart tooltip"

2024-05-22 Thread Ninette Adhikari
Update tooltip to include the commit hash link to the poky repository Signed-off-by: Ninette Adhikari --- .../build_perf/html/measurement_chart.html| 26 +-- scripts/oe-build-perf-report | 2 ++ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git

[OE-core] [PATCH 0/1] oe-build-perf-report: Update tooltip to include commit link

2024-05-22 Thread Ninette Adhikari
Update tooltip to include the commit hash link to the poky repository Ninette Adhikari (1): oe-build-perf-report: Add commit hash link to chart tooltip" .../build_perf/html/measurement_chart.html| 26 +-- scripts/oe-build-perf-report | 2 ++ 2 files change

[OE-core] [PATCH v10 1/3] image.bbclass/rootfs: archive and deploy package database

2024-05-22 Thread Johannes Schneider via lists.openembedded.org
archive the package database after the rootfs has been put together as *rootfs-pkdbfs.tar.gz, and put it into the deploy folder. This creates a snapshot of the package mangers state at the point in time when all dependencies have been resolved and installed; which could be used by "extension image

[OE-core] [PATCH v10 2/3] image.bbclass/rootfs: set and unpack package-database

2024-05-22 Thread Johannes Schneider via lists.openembedded.org
set the package-database of a "lower image" to unpack and build upon when installing packages for the current image. This way a lean image will be created, which only holds the packages that are not already present in the lower image. An image build such could then be used with overlayfs or system

[OE-core] [PATCH v10 3/3] classes: add a systemd-sysext image class

2024-05-22 Thread Johannes Schneider via lists.openembedded.org
systemd-sysext can load a raw-image containing usr/ and opt/ folders to mount them as RO overlay over the rootfs, to "extend" the systems. This class provides the necessary changes/additions to the enclosed file-system so that systemd-sysext accepts the extension for "merge" into the rootfs. With

[OE-core] [PATCH v10 0/3] pkg-database and systemd-sysext image

2024-05-22 Thread Johannes Schneider via lists.openembedded.org
systemd-sysext allows to overlay another image (or multiple) ontop of a "base-image" = the current rootfs, via the use of overlayfs; to add tools and features meant for development purposes. To quote the documentation on systemd-sysext: " ...addition in order to make debugging/development easier).

Re: [OE-core] [PATCH 1/3] base: Switch UNPACKDIR to a subdir of WORKDIR

2024-05-22 Thread Richard Purdie
On Wed, 2024-05-22 at 15:19 +0200, Martin Jansa wrote: > On Wed, May 22, 2024 at 3:09 PM Richard Purdie via > > > The following code is part of the anonymous python() function in > > > base.bbclass: > > > > > >     if os.path.normpath(d.getVar("WORKDIR")) != > > > os.path.normpath(d.getVar("S"))

Re: [OE-core] [AUH] qemu: upgrading to 9.0.0 FAILED

2024-05-22 Thread Alexander Kanavin
I think there's still a single autobuilder machine that still runs that distro, and because it's an ARM host, and there's a shortage of those, and we don't want to break it through update to a newer ubuntu, and everyone's generally overworked, it stayed at that version. I think there'll be a new c

[OE-core] Patchtest results for [PATCH] qemu: upgrade 8.2.1 -> 9.0.0

2024-05-22 Thread Patchtest
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/qemu-upgrade-8.2.1---9.0.0.patch FAIL: test src uri left files: Patches not removed from tree. Remove them and amen

[OE-core] [PATCH] qemu: upgrade 8.2.1 -> 9.0.0

2024-05-22 Thread Martin Hundeb?ll
Remove pacthes accepted upstream, and refresh the remaining ones. Remove patches required by ubuntu 18.04, as those are unmaintainable. Remove CVE status for CVEs not applicable to the new version. Exclude hppa-firmware{,64}.img files from stripping during packaging, as those (binary) files are a

Re: [OE-core] [PATCH 1/3] base: Switch UNPACKDIR to a subdir of WORKDIR

2024-05-22 Thread Martin Jansa
On Wed, May 22, 2024 at 3:09 PM Richard Purdie via lists.openembedded.org wrote: > > On Wed, 2024-05-22 at 13:00 +, Peter Kjellerstedt wrote: > > > -Original Message- > > > From: openembedded-core@lists.openembedded.org > > > On Behalf Of Richard Purdie > > > Sent: den 22 maj 2024 11

Re: [OE-core] [PATCH 1/3] base: Switch UNPACKDIR to a subdir of WORKDIR

2024-05-22 Thread Richard Purdie
On Wed, 2024-05-22 at 13:00 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org  > > On Behalf Of Richard Purdie > > Sent: den 22 maj 2024 11:28 > > To: openembedded-core@lists.openembedded.org > > Subject: [OE-core] [PATCH 1/3] base:

Re: [OE-core] [PATCH 1/3] base: Switch UNPACKDIR to a subdir of WORKDIR

2024-05-22 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 22 maj 2024 11:28 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 1/3] base: Switch UNPACKDIR to a subdir of WORKDIR > > Change do_unpack to unpack f

Re: [OE-core] [AUH] qemu: upgrading to 9.0.0 FAILED

2024-05-22 Thread Martin Hundeb?ll
Upgrading to qemu-9.0.0 involves rebasing patches needed for ubuntu- 18.04. Is this really needed still? Wouldn't it make sense to drop ubuntu-18.04 for the next release? // Martin On Wed, 2024-05-15 at 17:32 +, Auto Upgrade Helper wrote: > Hello, > > this email is a notification from the A

[OE-core] [PATCH] mmc-utils: fix URL

2024-05-22 Thread Quentin Schulz
col=https" +SRC_URI = "git://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;branch=${SRCBRANCH};protocol=https" UPSTREAM_CHECK_COMMITS = "1" S = "${WORKDIR}/git" --- base-commit: 094273bd7d1768e14fbdcd2f239bee14c630a625 change-id: 20240522-mmc-utils-new-repo-

Re: [OE-core] [PATCH v9 0/3] pkg-database and systemd-sysext image

2024-05-22 Thread Johannes Schneider via lists.openembedded.org
Hoi, > If you scroll further up, there's: ah... stupid me relied on the search function in the webui (which caches only part of the output...) instead of looking at/searching through the raw log; sorry! > Also note that this happened only on the arm host, and not on x86 hosts. Which does mak

Re: [OE-core] [PATCH 4/4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-22 Thread Ross Burton
On 21 May 2024, at 19:55, Alejandro Enedino Hernandez Samaniego wrote: > I did see that comment when I was trying to debug the issue with the early > compiler tests, however, I couldn't find an easy way to inject > skip_sanity_check=true into the [properties] field in meson.cross and since > e

Re: [OE-core] [PATCH] gawk: fix readline detection

2024-05-22 Thread Ross Burton
On 21 May 2024, at 22:55, Khem Raj wrote: > This kinds of errors are something I worry about, where configure may > silently decide to take another path for wrong or > insufficient tests. I wonder if we have a way to cache and compare > configure outcomes. buildhistory-diff is the easy solution (

Re: [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7

2024-05-22 Thread Alexander Kanavin
Removal of patches is always preferred :) Alex On Wed, 22 May 2024 at 11:38, Martin Hundeb?ll via lists.openembedded.org wrote: > > Hi Wang, > > I've sent a similar patch that also removes the two patches, which > aren't needed anymore: > https://lists.openembedded.org/g/openembedded-core/messag

Re: [OE-core][PATCH] yocto-uninative: Update to 4.5 for gcc 14

2024-05-22 Thread Richard Purdie
On Tue, 2024-05-21 at 21:39 -0700, Michael Halstead wrote: > Signed-off-by: Michael Halstead > --- >  meta/conf/distro/include/yocto-uninative.inc | 8 >  1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/meta/conf/distro/include/yocto-uninative.inc > b/meta/conf/distro/in

Re: [OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7

2024-05-22 Thread Martin Hundeb?ll
Hi Wang, I've sent a similar patch that also removes the two patches, which aren't needed anymore: https://lists.openembedded.org/g/openembedded-core/message/199693 // Martin On Wed, 2024-05-22 at 17:14 +0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu > > Changelog: > ==

[OE-core] [PATCH 3/3] insane: Error for S == WORKDIR

2024-05-22 Thread Richard Purdie
Where a recipe uses WORKDIR as S, exit with a fatal error since the code is no longer safe for this layout. Signed-off-by: Richard Purdie --- meta/classes-global/insane.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insa

[OE-core] [PATCH 2/3] recipetool/devtool: Update to work correctly with UNPACKDIR

2024-05-22 Thread Richard Purdie
Tweak recipetool and devtool to correclty use UNPACKDIR. This allows some simplification of the code. This patch makes things basically work but there are likely deeper improvements that can be made now that WORKDIR != UNPACKDIR. Signed-off-by: Richard Purdie --- scripts/lib/devtool/upgrade.py

[OE-core] [PATCH 1/3] base: Switch UNPACKDIR to a subdir of WORKDIR

2024-05-22 Thread Richard Purdie
Change do_unpack to unpack files to a subdirectory of WORKDIR instead of WORKDIR itself. There are several good reasons for this but it is mainly about being able to isolate the output of the unpack task and tell the files apart from other things which are created in workdir (logs, sysroots, temp

[OE-core] [PATCH 42/42] xwayland: upgrade 23.2.6 -> 24.1.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xwayland/{xwayland_23.2.6.bb => xwayland_24.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xwayland/{xwayland_23.2.6.bb => xwayland_24.1.0.bb} (96%) diff --git a/meta/recipes-graphics/xwa

[OE-core] [PATCH 34/42] python3-lxml: upgrade 5.2.1 -> 5.2.2

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - The test_feed_parser test could fail if lxml_html_clean was not installed. - The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", without SSE 4.2. - If libxml2 uses iconv, the compile time version is available as etree

[OE-core] [PATCH 39/42] ruby: upgrade 3.3.0 -> 3.3.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/ruby/ruby/releases/tag/v3_3_1 Signed-off-by: Wang Mingyu --- meta/recipes-devtools/ruby/{ruby_3.3.0.bb => ruby_3.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ruby/{ruby_3.3.0.bb => ruby_3.3.1.bb} (9

[OE-core] [PATCH 38/42] python3-zipp: upgrade 3.18.1 -> 3.18.2

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-zipp_3.18.1.bb => python3-zipp_3.18.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-zipp_3.18.1.bb => python3-zipp_3.18.2.bb} (84%) diff --git a/meta/recipes-devtoo

[OE-core] [PATCH 41/42] wireless-regdb: upgrade 2024.01.23 -> 2024.05.08

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ireless-regdb_2024.01.23.bb => wireless-regdb_2024.05.08.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2024.01.23.bb => wireless-regdb_2024.05.08.bb} (94%) diff --git a/m

[OE-core] [PATCH 37/42] python3-referencing: upgrade 0.34.0 -> 0.35.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Make Resource.pointer also properly handle empty pointers (which refer to the root document). This fix likely only affects you if you were using that function directly, as Resource.lookup already handles empty fragments. - Ensure that Registry.conten

[OE-core] [PATCH 40/42] shaderc: upgrade 2024.0 -> 2024.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Update dependencies - Propagate test/install options to Glslang Signed-off-by: Wang Mingyu --- .../shaderc/{shaderc_2024.0.bb => shaderc_2024.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/shaderc/

[OE-core] [PATCH 31/42] python3-hatchling: upgrade 1.24.1 -> 1.24.2

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Add .venv to the list of directories that cannot be traversed - Output from the core Application utility now writes to stderr Signed-off-by: Wang Mingyu --- ...{python3-hatchling_1.24.1.bb => python3-hatchling_1.24.2.bb} | 2 +- 1 file changed, 1 inser

[OE-core] [PATCH 35/42] python3-mako: upgrade 1.3.3 -> 1.3.5

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Reverted the fix for #400 as it caused new issues when traversing some bracketed situations. Signed-off-by: Wang Mingyu --- .../python/{python3-mako_1.3.3.bb => python3-mako_1.3.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipe

[OE-core] [PATCH 36/42] python3-pygments: upgrade 2.17.2 -> 2.18.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/pygments/pygments/blob/master/CHANGES Signed-off-by: Wang Mingyu --- .../{python3-pygments_2.17.2.bb => python3-pygments_2.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pygments_2.1

[OE-core] [PATCH 33/42] python3-jsonschema: upgrade 4.21.1 -> 4.22.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling errors from applying anyOf / allOf - (Micro-)optimize equality checks when comparing for JSON Schema equality by first checking for ob

[OE-core] [PATCH 32/42] python3-hypothesis: upgrade 6.100.1 -> 6.102.4

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html Signed-off-by: Wang Mingyu --- ...hon3-hypothesis_6.100.1.bb => python3-hypothesis_6.102.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6

[OE-core] [PATCH 30/42] ptest-runner: upgrade 2.4.3 -> 2.4.4

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - utils.c: run_ptests improve error handling on ptests iteration - utils.c: run-ptests improve pseudo-terminal handling Signed-off-by: Wang Mingyu --- .../{ptest-runner_2.4.3.bb => ptest-runner_2.4.4.bb}| 2 +- 1 file changed, 1 insertion(+),

[OE-core] [PATCH 29/42] ofono: upgrade 2.4 -> 2.7

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Fix issue with handling SIM7100 modem enable operation. - Fix issue with handling QMI NAS indications earlier. - Add support for handling QMI default bearer. - Add support for handling QMI DTMF tones. - Fix issue with handling ATD*99 for non-muxed ports.

[OE-core] [PATCH 25/42] mesa: upgrade 24.0.5 -> 24.0.7

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://docs.mesa3d.org/relnotes/24.0.7.html Signed-off-by: Wang Mingyu --- .../mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_24.0.5.bb => m

[OE-core] [PATCH 28/42] ninja: upgrade 1.12.0 -> 1.12.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Screen updates extremely slow on Windows - Dry run error if the build directory does not exist - New critical path scheduler performance improvements Signed-off-by: Wang Mingyu --- .../recipes-devtools/ninja/{ninja_1.12.0.bb => ninja_1.12.1.bb} | 2 +-

[OE-core] [PATCH 24/42] llvm: upgrade 18.1.5 -> 18.1.6

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Fixes issues where LLVM is either generating the incorrect thunk for a function with aligned parameters or didn't correctly pass through the return value when StructRet was used. - -Xclang -target-feature -Xclang +unaligned-scalar-mem can be used to e

[OE-core] [PATCH 18/42] libedit: upgrade 20230828-3.1 -> 20240517-3.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{libedit_20230828-3.1.bb => libedit_20240517-3.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/libedit/{libedit_20230828-3.1.bb => libedit_20240517-3.1.bb} (88%) diff --git a/meta/recipes-dev

[OE-core] [PATCH 26/42] msmtp: upgrade 1.8.25 -> 1.8.26

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Add support for SCRAM-SHA-256-PLUS and SCRAM-SHA-1-PLUS authentication, and prefer SCRAM methods over the PLAIN method because of their superior properties. - With --read-envelope-from, a Resent-From header is now used if it is present and appears

[OE-core] [PATCH 27/42] nghttp2: upgrade 1.61.0 -> 1.62.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/nghttp2/nghttp2/releases/tag/v1.62.0 Signed-off-by: Wang Mingyu --- .../nghttp2/{nghttp2_1.61.0.bb => nghttp2_1.62.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.61.0.bb =>

[OE-core] [PATCH 22/42] libxml2: upgrade 2.12.6 -> 2.12.7

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - Fix buffer overread with 'xmllint --htmlout' - xmllint: Fix --pedantic option - save: Handle invalid parent pointers in xhtmlNodeDumpOutput Signed-off-by: Wang Mingyu --- .../libxml/{libxml2_2.12.6.bb => libxml2_2.12.7.bb} | 2 +- 1 file cha

[OE-core] [PATCH 16/42] iw: upgrade 6.7 -> 6.9

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-connectivity/iw/{iw_6.7.bb => iw_6.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/iw/{iw_6.7.bb => iw_6.9.bb} (90%) diff --git a/meta/recipes-connectivity/iw/iw_6.7.bb b/meta/recipes-c

[OE-core] [PATCH 23/42] libxmlb: upgrade 0.3.18 -> 0.3.19

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Add xb_version_string() to get the runtime ABI version - Add the runtime version as the default XMLb invalidation GUID Signed-off-by: Wang Mingyu --- .../libxmlb/{libxmlb_0.3.18.bb => libxmlb_0.3.19.bb}| 2 +- 1 file changed, 1 insertion(

[OE-core] [PATCH 20/42] libsdl2: upgrade 2.30.2 -> 2.30.3

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - Fixed Win+V handling (pasting from clipboard history) on Windows - Fixed Caps Lock and Backspace key mapping for the Colemak keyboard layout on Windows - Fixed mouse warp on XWayland - Reduced startup time when scanning for game controllers on Linux -

[OE-core] [PATCH 21/42] libslirp: upgrade 4.7.0 -> 4.8.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-connectivity/slirp/libslirp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/slirp/libslirp_git.bb b/meta/recipes-connectivity/slirp/libslirp_git.bb index 334b786b9b..05830ce83

[OE-core] [PATCH 17/42] libarchive: upgrade 3.7.3 -> 3.7.4

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libarchive/{libarchive_3.7.3.bb => libarchive_3.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libarchive/{libarchive_3.7.3.bb => libarchive_3.7.4.bb} (96%) diff --git a/meta/recipes-extended

[OE-core] [PATCH 14/42] gtk+3: upgrade 3.24.41 -> 3.24.42

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * GtkFileChooser: - Avoid warnings about floating refs - Improve performance of recursive search - Populate search model in an idle * GtkGLArea: - Fix a regression in transparency handling * Printing: - Avoid accessing freed printers * Accessibilit

[OE-core] [PATCH 15/42] iproute2: upgrade 6.8.0 -> 6.9.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../iproute2/{iproute2_6.8.0.bb => iproute2_6.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/iproute2/{iproute2_6.8.0.bb => iproute2_6.9.0.bb} (97%) diff --git a/meta/recipes-connectivi

[OE-core] [PATCH 19/42] libgpg-error: upgrade 1.48 -> 1.49

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: * Two new functions to improve the logging interface. * Add a "trunc" keyword to gpgrt_log_printhex. * Avoid an endless loop in the argparser due to a conf file read error. Signed-off-by: Wang Mingyu --- .../libgpg-error/{libgpg-error_1.48.bb => libgpg

[OE-core] [PATCH 11/42] ell: upgrade 0.64 -> 0.65

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Add support for bitmaps manipulation macros. Signed-off-by: Wang Mingyu --- meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} (89%) diff --git a/meta

[OE-core] [PATCH 12/42] fribidi: upgrade 1.0.13 -> 1.0.14

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Updated Unicode tables to version 15.1 Signed-off-by: Wang Mingyu --- .../fribidi/{fribidi_1.0.13.bb => fribidi_1.0.14.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/fribidi/{fribidi_1.0.13.bb => fribidi_1.0.14.bb

[OE-core] [PATCH 13/42] gdk-pixbuf: upgrade 2.42.11 -> 2.42.12

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Fix a build failure - Fix occasional build failures - ani: Reject files with multiple INA or IART chunks - ani: Reject files with multiple anih chunks - ani: validate chunk size - Translation updates Signed-off-by: Wang Mingyu --- .../gdk-pixbuf/{gdk-

[OE-core] [PATCH 10/42] ed: upgrade 1.20.1 -> 1.20.2

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - main_loop.c (command_s): Fix g/x/s/x/x, which failed to skip the final newline, printing lines twice. Signed-off-by: Wang Mingyu --- meta/recipes-extended/ed/{ed_1.20.1.bb => ed_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[OE-core] [PATCH 09/42] dropbear: upgrade 2024.84 -> 2024.85

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - Fix build failure when SHA1 is disabled - Fix build failure when DROPBEAR_CLI_PUBKEY_AUTH disabled - Update debian/ directory with changed paths Signed-off-by: Wang Mingyu --- .../dropbear/{dropbear_2024.84.bb => dropbear_2024.85.bb} | 2 +- 1 fil

[OE-core] [PATCH 08/42] dnf: upgrade 4.19.2 -> 4.20.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Prepare man pages for switch to dnf5 as the default package manager - Do not add user site-packages directory to sys.path - Remove --duplicates and --oldinstallonly exit with 0 when nothing to remove - repoquery: Fix loading filelists when -f is used - Pr

[OE-core] [PATCH 07/42] dmidecode: upgrade 3.5 -> 3.6

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Use -DALIGNMENT_WORKAROUND on arm. - Read SMBIOS entry point via kenv on DragonFly BSD. - Support for SMBIOS 3.6.0. This includes new memory device types, new processor upgrades, and Loongarch support. - Support for SMBIOS 3.7.0. This includes new por

[OE-core] [PATCH 06/42] diffoscope: upgrade 265 -> 267

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * Use "xz --list" to supplement the output when comparing .xz archives; essential when some underlying metadata differs. * Actually append the xz --list after the container differences, as it simplifies tests and the output. * Add 7zip to Build-Depend

[OE-core] [PATCH 05/42] createrepo-c: upgrade 1.1.0 -> 1.1.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * Add detection of %posttrans and %pretrans scriptlet from rpm header * Onboard packit tests * Build ARM packages for all Python versions * Fix minor bug w/ new API Signed-off-by: Wang Mingyu --- .../{createrepo-c_1.1.0.bb => createrepo-c_1.1.1.bb}

[OE-core] [PATCH 04/42] btrfs-tools: upgrade 6.8 -> 6.8.1

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * mkfs: fix writing on zoned device when block-group-tree is selected * tune: fix writing on zoned device with option --convert-to-block-group-tree * check: * more progress and error messages * unify handling of unknown command line options with othe

[OE-core] [PATCH 01/42] appstream: upgrade 1.0.2 -> 1.0.3

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * qt: Fix relocation of Config.cmake files * cli: check-syscompat: Recognize available required controls as available * validator: Guard issue emission functions with G_GNUC_PRINTF * validator: Always use secure string formatting for issue emit functio

[OE-core] [PATCH 03/42] bind: upgrade 9.18.26 -> 9.18.27

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = * Skip to next RRSIG if signature has expired or is in the future rather than failing immediately. * Implement signature jitter for dnssec-policy. Signed-off-by: Wang Mingyu --- .../bind/{bind_9.18.26.bb => bind_9.18.27.bb} | 2 +- 1 f

[OE-core] [PATCH 02/42] bash-completion: upgrade 2.13.0 -> 2.14.0

2024-05-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = * _comp_{compgen,xfunc}:** use 'declare -F --' for arbitrary funcs * _comp_{load,realcommand}:** handle option-like command name * available_interfaces:** strip only trailing colon from entries * bash_completion,conftest:** use 'complete -p --' for arbit

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexander Kanavin
I'm also curious in what scenarios is this needed, if the AB doesn't have the issue? Alex On Wed, 22 May 2024 at 11:06, Alexandre Belloni via lists.openembedded.org wrote: > > Hello Markus, > > this doesn't apply on master anymore, can you rebase? > > On 20/05/2024 19:57:06+0200, Markus Volk wro

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, this doesn't apply on master anymore, can you rebase? On 20/05/2024 19:57:06+0200, Markus Volk wrote: > This avoids: > ERROR: gcc-runtime-14.1.0-r0 do_package: QA Issue: gcc-runtime: > Files/directories were installed but not shipped in any package: > /usr/share/info > /usr/sha

[OE-core] [PATCH 1/2] ell: upgrade 0.64 -> 0.65

2024-05-22 Thread Martin Hundeb?ll
Remove do_configure:prepend() that creates build-aux, as that isn't needed. Signed-off-by: Martin Hundebøll --- meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) rename meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} (82%) diff --g

[OE-core] [PATCH 2/2] ofono: upgrade 2.4 -> 2.7

2024-05-22 Thread Martin Hundeb?ll
Remove 0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch as TEMP_FAILURE_RETRY usage has been removed in upstream commit 765c6655 ("treewide: Use L_TFR macro"). Remove 0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch as likely()/unlikely() has been removed in upstream co

Re: [OE-core] [Openembedded-architecture] proposal: controlled deprecation process for oe-core

2024-05-22 Thread Richard Purdie
Hi Alex, On Wed, 2024-05-22 at 09:53 +0200, Alexander Kanavin via lists.openembedded.org wrote: > right now it's extremely difficult to remove anything from oe-core. > The reasons are that either we don't know how removal will affect > possible users, or we do know that and we don't want to upset

[yocto] proposal: controlled deprecation process for oe-core

2024-05-22 Thread Alexander Kanavin
Hello all, right now it's extremely difficult to remove anything from oe-core. The reasons are that either we don't know how removal will affect possible users, or we do know that and we don't want to upset them by sudden breakage and 'flag days'. Especially if those users are supporting the proje