Re: [OE-core] [PATCH] wic partition.py: add --apparent-size to du calls

2024-02-28 Thread Mikko Rapeli
Hi, On Tue, Feb 27, 2024 at 12:33:15PM +, Richard Purdie wrote: > On Tue, 2024-02-27 at 14:23 +0200, Mikko Rapeli wrote: > > On Tue, Feb 27, 2024 at 12:06:41PM +, Richard Purdie wrote: > > > Should we break it for others so it works for you? > > > > > > If I merge this patch and then I

Re: [OE-core] [PATCH V5] systemd: fix a dead link under /var/log

2024-02-28 Thread Changqing Li
On 2/29/24 14:04, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, Feb 28, 2024 at 9:56 PM Changqing Li wrote: On 2/28/24 17:45, Alexander Kanavin

Re: [OE-core] [PATCH V5] systemd: fix a dead link under /var/log

2024-02-28 Thread Khem Raj
On Wed, Feb 28, 2024 at 9:56 PM Changqing Li wrote: > > > On 2/28/24 17:45, Alexander Kanavin wrote: > > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and > know the content is safe. > > On Wed, 28 Feb 2024

Re: [OE-core] [PATCH V5] systemd: fix a dead link under /var/log

2024-02-28 Thread Changqing Li
On 2/28/24 17:45, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, 28 Feb 2024 at 04:19, Changqing Li wrote: 1. Currently, There is one line

[OE-core] [PATCH] llvm: Update to 18.1.0 RC4

2024-02-28 Thread Khem Raj
This is last milestone before final release Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 40103a94aea..111fb07fac9

[OE-core] [PATCH] go: filter out build specific path from the linker flags

2024-02-28 Thread Changqing Li
From: Changqing Li patch 0007-exec.go-do-not-write-linker-flags-into-buildids.patch removes linker flags from buildids for not breaking reproducibility, but it seems that this will make go not rebuild when linker flag changes, Refer [1]. So remove this oe-specific patch, and change to filter out

[OE-core] [PATCH] mirrors: Switch llvm to use shallow cloning

2024-02-28 Thread Richard Purdie
The llvm github repo appears to see a lot of churn on branches we're not interested in and is in general huge and unreliable to clone. Switch to shallow clones to improve the user experience. Signed-off-by: Richard Purdie --- meta/classes-global/mirrors.bbclass | 6 +- 1 file changed, 5

Re: [OE-core] [PATCH 14/48] libpcre2: upgrade 10.42 -> 10.43

2024-02-28 Thread Richard Purdie
On Wed, 2024-02-28 at 15:32 +0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu > > License-Update: Copyright year updated to 2024. > > Changelog: > > * The JIT code no longer supports ARMv5 architecture. > * A new function pcre2_get_match_data_heapframes_size() for

Re: [OE-core] [PATCH 24/48] minicom: upgrade 2.8 -> 2.9

2024-02-28 Thread Richard Purdie
On Wed, 2024-02-28 at 15:32 +0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu > > 0001-fix-minicom-h-v-return-value-is-not-0.patch > allow.to.disable.lockdev.patch > removed since they're included in 2.9. > > Changelog: > >  - Change Hardware Flow Control Default

[OE-core] [RFC OE-core][PATCH v2 7/7] go: bump 1.22.0

2024-02-28 Thread Jose Quaresma
Go 1.22 Release Notes https://go.dev/doc/go1.22 Signed-off-by: Jose Quaresma --- meta/conf/distro/include/tcmode-default.inc | 2 +- .../go/{go-1.21.7.inc => go-1.22.0.inc} | 2 +- ...e_1.21.7.bb => go-binary-native_1.22.0.bb} | 6 ++-- ..._1.21.7.bb => go-cross-canadian_1.22.0.bb} |

Re: [OE-core] [PATCH] glib-2.0: backport a switch from distutils to packaging in codegen

2024-02-28 Thread Khem Raj
some more failures in meta-openembedded layers ( meta-xfce) https://errors.yoctoproject.org/Errors/Details/754995/ https://errors.yoctoproject.org/Errors/Details/754996/ On Tue, Feb 27, 2024 at 3:39 AM Martin Jansa wrote: > > Yes, it was reproducible on my host gentoo after removing distutils >

[OE-core] [RFC OE-core][PATCH v2 6/7] go: upgrade 1.21.5 -> 1.21.7

2024-02-28 Thread Jose Quaresma
Upgrade to latest 1.21.x release [1]: $ git --no-pager log --oneline go1.21.5..go1.21.7 f29208030a (tag: go1.21.7) [release-branch.go1.21] go1.21.7 2fdad8af6d [release-branch.go1.21] cmd/internal/obj/arm64: fix frame pointer restore in epilogue 01c93ad049 [release-branch.go1.21]

[OE-core] [RFC OE-core][PATCH v2 5/7] go: upgrade 1.21.0 -> 1.21.5

2024-02-28 Thread Jose Quaresma
Upgrade to latest 1.21.x release [1]: $ git --no-pager log --oneline go1.21.0..go1.21.5 6018ad99a4 (tag: go1.21.5) [release-branch.go1.21] go1.21.5 ec8c526e4b [release-branch.go1.21] net/http: limit chunked data overhead f7a79cb5fc [release-branch.go1.21] cmd/compile: fix findIndVar so it does

[OE-core] [RFC OE-core][PATCH v2 4/7] oeqa/gotoolchain: set GOPROXY

2024-02-28 Thread Jose Quaresma
Since go-1.21 GOPROXY needs to be set explicitly, otherwise it fails with: - GOPROXY list is not the empty string, but contains no entries This fixes the selftest Signed-off-by: Jose Quaresma --- meta/lib/oeqa/selftest/cases/gotoolchain.py | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [RFC OE-core][PATCH v2 3/7] goarch: disable dynamic linking globally

2024-02-28 Thread Jose Quaresma
With go-1.21 dynamic linking cause a runtime panic: | root@qemux86-64:~# go-helloworld | panic: runtime error: index out of range [0] with length 0 | | goroutine 1 [running]: | flag.init() | /usr/lib/go/src/flag/flag.go:1199 +0xf9 In my opinion, this would be a good trade-off so that we

[yocto] OpenEmbedded Happy Hour February 28 9pm/2100 UTC

2024-02-28 Thread Denys Dmytriyenko
All, Please note that we have our regularly scheduled OpenEmbedded Happy Hour later today, February 28 for Asia/Pacific timezones at 2100/9pm UTC (4pm ET/1pm PT) https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours

Re: [OE-core] [RFC PATCH 0/1] package.bbclass: Expose list of split out debug files

2024-02-28 Thread Alexander Kanavin
On Wed, 28 Feb 2024 at 16:41, Philip Lorenz wrote: > > I'm assuming this data wouldn't be that large or that expensive to > > compute so I'd prefer not to hide it behind extra configuration options > > if we can help it. That does depend on the overheads/costs though. > > > I just executed build

[OE-Core][PATCH] oeqa/lib/utils/postactions: fix host disk usage stats retrieval

2024-02-28 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré The recently introduced postactions module can raise, on failing ptests, the following warning: WARNING: core-image-ptest-glib-2.0-1.0-r0 do_testimage: Can not get host disk usage: [Errno 2] No such file or directory: '/usr/bin/df' The issue is likely not happening

[OE-core] [PATCH 1/1] python3-cryptography{-vectors}: upgrade to 42.0.5

2024-02-28 Thread Tim Orling
* Includes an upgrade to pyo3 from 0.20.0 to 0.20.3 which fixes ppc64 * Refresh -crates.inc https://cryptography.io/en/latest/changelog/#v42-0-5 https://cryptography.io/en/latest/changelog/#v42-0-4 https://cryptography.io/en/latest/changelog/#v42-0-3 42.0.5 - 2024-02-23 * Limit the number of

[OE-core] [PATCH 0/1] python3-cryptograpy upgrade to 42.0.5

2024-02-28 Thread Tim Orling
This upgrade fixes CVE-2024-26130 and also upgraes the pyo3 crate to 0.20.3 which fixes builds for ppc64. Supercedes: "python3-cryptography: Update pyo3 crate to 0.20.3" https://patchwork.yoctoproject.org/project/oe-core/patch/20240227175138.2843184-2-raj.k...@gmail.com/

Re: [OE-core] [PATCH v2 2/2] python3-cryptography: Update pyo3 crate to 0.20.3

2024-02-28 Thread Khem Raj
No On Wed, Feb 28, 2024 at 7:36 AM Tim Orling wrote: > > > On Tue, Feb 27, 2024 at 10:12 PM Khem Raj wrote: > >> On Tue, Feb 27, 2024 at 10:59 AM Tim Orling wrote: >> > >> > >> > >> > On Tue, Feb 27, 2024 at 9:51 AM Khem Raj wrote: >> >> >> >> This gets it building on architectures without

Re: [OE-core][PATCH 1/1] python3-cryptography{-vectors}: 42.0.2 -> 42.0.4

2024-02-28 Thread Tim Orling
We need the change in 42.0.5 for ppc64 support. I will submit the full bump from 42.0.2 to 42.0.5 later today. On Tue, Feb 27, 2024 at 11:38 PM Soumya via lists.openembedded.org wrote: > From: Soumya Sambu > > Changelog: > == > 42.0.4 - 2024-02-20 > * Fixed a null-pointer-dereference

Re: [OE-core] [RFC PATCH 0/1] package.bbclass: Expose list of split out debug files

2024-02-28 Thread Philip Lorenz
Hi Richard, On 28.02.24 10:14, Richard Purdie wrote: On Wed, 2024-02-28 at 07:21 +0100, Philip Lorenz wrote: With the introduction of debuginfod ([1]), providing debug symbols to developers has been greatly simplified. Initial support for spawning a debuginfod server is already available as

Re: [OE-core] [PATCH v2 2/2] python3-cryptography: Update pyo3 crate to 0.20.3

2024-02-28 Thread Tim Orling
On Tue, Feb 27, 2024 at 10:12 PM Khem Raj wrote: > On Tue, Feb 27, 2024 at 10:59 AM Tim Orling wrote: > > > > > > > > On Tue, Feb 27, 2024 at 9:51 AM Khem Raj wrote: > >> > >> This gets it building on architectures without 64bit atomics. > >> > > > > We could also upgrade to

Re: [OE-core] [kirkstone][PATCH V2] nghttp2: fix CVE-2023-44487

2024-02-28 Thread zahirhussas via lists.openembedded.org
Apologies for the late reply. Can you please recheck the patch again? Same patch works in our build without any Hunk failure issue, and also confirmed that the patch changes are available in the source code of nghttp2 V1.47.0. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [OE-core] [RFC PATCH 0/1] package.bbclass: Expose list of split out debug files

2024-02-28 Thread Philip Lorenz
Hi Alex, On 28.02.24 08:41, Alexander Kanavin wrote: On Wed, 28 Feb 2024 at 07:22, Philip Lorenz wrote: However, this relies on debuginfod scraping the debug packages for their build IDs. This is not only inefficient (as all packages need to be extracted again), but it also does not scale

Re: [OE-core] [PATCH] bash: improve reproducibility

2024-02-28 Thread Alexander Kanavin
Don’t copy paste from target install. Make a function. Alex On Wed 28. Feb 2024 at 16.02, Oleh Matiusha via lists.openembedded.org wrote: > Nativesdk package contains host references in output packages. > Remove them. > > Signed-off-by: Oleh Matiusha > --- >

[OE-core] [PATCH] bash: improve reproducibility

2024-02-28 Thread Oleh Matiusha via lists.openembedded.org
Nativesdk package contains host references in output packages. Remove them. Signed-off-by: Oleh Matiusha --- meta/recipes-extended/bash/bash.inc | 21 + 1 file changed, 21 insertions(+) diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc

[OE-core] Patchtest results for [PATCH] gstreamer1.0: skip a test that is known to be flaky

2024-02-28 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/gstreamer1.0-skip-a-test-that-is-known-to-be-flaky.patch FAIL: test Upstream-Status presence: Upstream-Status is

Re: [OE-core] [PATCH 04/48] dnf: upgrade 4.18.2 -> 4.19.0

2024-02-28 Thread Richard Purdie
On Wed, 2024-02-28 at 15:32 +0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu > > Changelog: > == > -Do not load filelists metadata by default > -Disable deltarpm support > -Add a hint for user on transaction file dependency failure > -Fix failing API unit test on

[OE-core] [PATCH] gstreamer1.0: skip a test that is known to be flaky

2024-02-28 Thread Ross Burton
From: Ross Burton The aggregator testcase test_infinite_seek_50_src_live is known upstream to be flaky[1] and when this fails in their CI they just ignore it. It's failing often on our autobuilder, so disable the test case for now until upstream have resolved this issue. [ YOCTO #15054 ] [1]

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-28 Thread Jose Quaresma
Jose Quaresma via lists.openembedded.org escreveu (terça, 27/02/2024 à(s) 15:20): > > > Bruce Ashfield escreveu (terça, 27/02/2024 > à(s) 14:01): > >> On Tue, Feb 27, 2024 at 8:57 AM Richard Purdie >> wrote: >> > >> > On Tue, 2024-02-27 at 10:13 +, Jose Quaresma wrote: >> > > Hi, >> > > >>

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-28 Thread Jose Quaresma
ChenQi escreveu (quarta, 28/02/2024 à(s) 02:38): > Is this 1.21 upgrade going to be merged in LTS 5.0? > The reason I'm asking is that I'm going to upgrade some recipes in > meta-virt and I'd like to check what would be the go version in the next > release. > I am still testing in my distro

Re: [OE-core] [PATCH 01/48] bash-completion: upgrade 2.11 -> 2.12.0

2024-02-28 Thread Alexander Kanavin
Thank you for sending these patchsets regularly, it's much appreciated. We struggle to keep up with upstream releases, and this work helps a lot. Alex On Wed, 28 Feb 2024 at 08:33, wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > License-Update: > docs(COPYING): use

Re: [OE-core] [PATCH V5] systemd: fix a dead link under /var/log

2024-02-28 Thread Alexander Kanavin
On Wed, 28 Feb 2024 at 04:19, Changqing Li wrote: > 1. > > Currently, There is one line in /usr/lib/tmpfile.d/legacy.conf(this is in > package systemd), > > "L /var/log/README - - - - ../../usr/share/doc/systemd/README.logs" > > This line will create an link to

Re: [OE-core][PATCH 1/2] bash: add locale alias for ja_JP shiftjis in run-ptest

2024-02-28 Thread Alexander Kanavin
On Wed, 28 Feb 2024 at 03:45, Xiangyu Chen wrote: > Since SHIFTJIS is not a ISO2022/posix compliant and not in the list of > glibc locale data support, it was generated by manual with localedef and > don't have a unified name. > > > The following name has been already found on different linux: >

Re: [OE-core] [PATCH V6] rxvt-unicode: Fix installing of terminfo

2024-02-28 Thread Alexander Kanavin
On Wed, 28 Feb 2024 at 02:54, Changqing Li wrote: > Yes, the wrong location is the only problem. V4 patch is a way to make native > tic install to a right location. > > but this solution (hardcode output dir to $(DESTDIR)$(datadir)/terminfo) is > rejected by upstream. > > if use V4 patch, we

Re: [OE-core] [RFC PATCH 0/1] package.bbclass: Expose list of split out debug files

2024-02-28 Thread Richard Purdie
On Wed, 2024-02-28 at 07:21 +0100, Philip Lorenz wrote: > With the introduction of debuginfod ([1]), providing debug symbols to > developers has been greatly simplified. Initial support for spawning a > debuginfod server is already available as part of poky. > > However, this relies on debuginfod