[OE-core] [PATCH 1/2] expat: Upgrade 2.6.1 -> 2.6.2

2024-03-15 Thread Richard Purdie
Includes a fix for CVE-2024-28757. Signed-off-by: Richard Purdie --- meta/recipes-core/expat/{expat_2.6.1.bb => expat_2.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.6.1.bb => expat_2.6.2.bb} (92%) diff --git

[OE-core] [PATCH 2/2] uninative: Add pthread linking workaround

2024-03-15 Thread Richard Purdie
With newer glibc versions, pthread was merged into the main library so there is no longer any need to link with -lpthread. On newer systems this means that linker flag is dropped from places like pkgconfig .pc files. If uninative then uses this newer library on an older system, the flag is

[OE-core][PATCH 1/1] go: Upgrade 1.22.0 -> 1.22.1

2024-03-15 Thread Soumya via lists.openembedded.org
From: Soumya Sambu Upgrade to latest 1.22.x release [1]: $git log --oneline go1.22.0..go1.22.1 db6097f8cb (tag: go1.22.1, origin/release-branch.go1.22) [release-branch.go1.22] go1.22.1 041a47712e [release-branch.go1.22] net/textproto, mime/multipart: avoid unbounded read in MIME header

[OE-core] [PATCH] weston-init: Add --system for useradd

2024-03-15 Thread Yu, Mingli
From: Mingli Yu Add --system parameter for useradd to avoid intruducing .bashrc and .profile under home dir to fix the below error. $ bitbake core-image-weston | DEBUG: Executing python function set_image_size | DEBUG: 352679.60 = 271292 * 1.30 | DEBUG: 455079.60 =

[OE-core] Call for contributions to the 5.0 release notes

2024-03-15 Thread Michael Opdenacker via lists.openembedded.org
Greetings, If you contributed new features to the upcoming release, or if you are interested in figuring out what's new in 5.0, that would be great if you could help us by submitting bits of release notes about them too. If you are familiar with the Sphinx / ReStructured Text format, you can

Re: [OE-core] [PATCH v2 0/2] glibc: Fix conflict error when enbale multilib on aarch64.

2024-03-15 Thread Richard Purdie
On Fri, 2024-03-15 at 11:05 +0800, leimaohui via lists.openembedded.org wrote: > From: Lei Maohui > > - Fix conflict of finclude/math-vector-fortran.h error when enable > multilib on >   aarch64. > - Because multilib header doesn't work well for fortran compiler, a > compile >   error will occur

<    1   2