[OE-core] [PATCH 3/3] readline: Apply patches from readline-8.2-patches

2024-03-28 Thread Khem Raj
These patches are submitted/backported to 8.2 release and address issues reported by different distros. Signed-off-by: Khem Raj --- .../readline/readline/readline82-001.patch| 45 .../readline/readline/readline82-002.patch| 51 + .../readline/readline/readline82-003

[OE-core] [PATCH 1/3] valgrind: Backport fixes from 3.22 branch

2024-03-28 Thread Khem Raj
These fixes are helping some ptests on musl and 6.6 kernel Signed-off-by: Khem Raj --- py-regular-expressions-should-use-r.patch | 64 + ...ind-3.22.0-fails-on-assertion-when-l.patch | 147 .../0003-Add-fchmodat2-syscall-on-linux.patch | 221 ++ ...ind

[OE-core] [PATCH 2/3] valgrind: Re-enable fixed test cases

2024-03-28 Thread Khem Raj
These tests have been fixed in prior to 3.22 release Signed-off-by: Khem Raj --- meta/recipes-devtools/valgrind/valgrind_3.22.0.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.22.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.22.0.bb

Re: [OE-core] [PATCH] gcc: Allow using libc++

2024-03-28 Thread Khem Raj
On Thu, Mar 28, 2024 at 9:29 AM Dan McGregor wrote: > > On Thu, 28 Mar 2024 at 10:11, Khem Raj wrote: > > > > On Thu, Mar 28, 2024 at 8:43 AM Dan McGregor > > wrote: > > > > > > With the addition of the C++ runtime setting added recently, allow >

Re: [OE-core] [PATCH] gcc: Allow using libc++

2024-03-28 Thread Khem Raj
On Thu, Mar 28, 2024 at 8:43 AM Dan McGregor wrote: > > With the addition of the C++ runtime setting added recently, allow > gcc to use libc++ as its runtime. There's some minor fixes still > required, such as allowing setting the unwinder library. But this > allows for testing libc++ with gcc. >

Re: [OE-core] [PATCH v2] gmp: improve reproducibility

2024-03-27 Thread Khem Raj
On Wed, Mar 27, 2024 at 10:16 AM Oleh Matiusha via lists.openembedded.org wrote: > > nativesdk-gmp package contains host references in output packages. > remove them. > > Signed-off-by: Oleh Matiusha > --- > v2 > - move common code to separate function > --- > --- >

[OE-core] [PATCH] tcl: Forward port skip logic for musl ptests

2024-03-25 Thread Khem Raj
commit 9d1df0596f6f3db6f63ae83559fbea3cc372503a overhauled run-ptest script which did not consider the edits being done from recipe especially for musl ptests. Bring the skip editing to follow the new logic in run-ptest Fixes Failed ptests: {'tcl': ['unixInit.test']} Signed-off-by: Khem Raj Cc

[OE-core] [PATCH] mdadm: Fix build with new musl

2024-03-25 Thread Khem Raj
new musl has removed basename prototype from string.h Signed-off-by: Khem Raj --- ...01-include-libgen.h-for-basename-API.patch | 56 +++ meta/recipes-extended/mdadm/mdadm_4.3.bb | 1 + 2 files changed, 57 insertions(+) create mode 100644 meta/recipes-extended/mdadm

Re: [OE-core] is there any reason to use .ipk packaging if devs are using ubuntu?

2024-03-23 Thread Khem Raj
On Sat, Mar 23, 2024 at 10:34 AM Robert P. J. Day wrote: > > On Sat, 23 Mar 2024, Alexander Kanavin wrote: > > > Packaging format of the host distribution and packaging format used > > by yocto have no relation even if there is package management on > > real targets. Why is there an assumption

[OE-core] [PATCH] glibc: Repace aarch configure patch fix with a backport

2024-03-23 Thread Khem Raj
despite it being an issue in gcc and still being open glibc has fixed this problem upstream regardless, therefore apply the backport instead. Signed-off-by: Khem Raj --- ...e-Pass-mcpu-along-with-march-to-dete.patch | 67 +++ 1 file changed, 38 insertions(+), 29 deletions

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-23 Thread Khem Raj
ger.cpp:284 libcamera > v0.2.0+dirty (2024-03-23T15:11:32+00:00) > Available cameras: > visionfive2:~$ > > On Fri, Mar 22, 2024 at 11:57 PM Khem Raj wrote: >> >> Joel, please test the patch I posted to oe ml which should hopefully >> fix the problem you are seeing

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-23 Thread Khem Raj
Khem Raj wrote: > > yes I am aware of it. > > On Thu, Mar 21, 2024 at 3:08 PM Alexandre Belloni > wrote: > > > > Hello, > > > > This report should have gone to the openembedded-devel mailing list as > > libcamera is in meta-oe. But I guess Khem will hav

Re: [OE-core] [PATCH] binutils: gprofng - change use of bignum to use of bignint

2024-03-22 Thread Khem Raj
lgtm On Fri, Mar 22, 2024 at 3:09 AM Sadineni, Harish via lists.openembedded.org wrote: > > From: Harish Sadineni > > In SDK, The "x86_64-pokysdk-linux-gp-display-html" fails with below error > while genearting profiling html reports from test experiment file (eg., > test.1.er) > Error:

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-21 Thread Khem Raj
yes I am aware of it. On Thu, Mar 21, 2024 at 3:08 PM Alexandre Belloni wrote: > > Hello, > > This report should have gone to the openembedded-devel mailing list as > libcamera is in meta-oe. But I guess Khem will have a look anyway. > > > On 20/03/2024 09:10:05-0700, Joel Winarske wrote: > > In

[OE-core] [PATCH] llvm: Upgrade to 18.1.2 bugfix release

2024-03-21 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 8086c9e2eb9..e1d5fc47a1f 100644 --- a/meta/recipes-devtools/llvm

Re: [OE-core] [PATCH] libbsd: Fix conflict error when enable multlib.

2024-03-20 Thread Khem Raj
eef93b5e1d6507daaf74fce28a2ccd7cf7" > .. > $ > That may not be sufficient. You need to run bitbake mg secondly, Set TOOLCHAIN = "clang" perhaps first try setting it just for mg and then for mg and libbsd if it still does not reproduce then set it in local.conf &g

[OE-core] [PATCH] qemuriscv: Fix kbd and mouse emulation for qemuriscv64

2024-03-20 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/machine/include/riscv/qemuriscv.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index 7024bd0a4e6..d01d988 100644 --- a/meta/conf

Re: [OE-core] [PATCH] libbsd: Fix conflict error when enable multlib.

2024-03-20 Thread Khem Raj
ibbsd. There is no error. > So, can you show me your config of i686-yoe-linux? I guess you might need to throw in meta-clang into layers and use TOOLCHAIN = "clang" perhaps. > > Best regards > Lei > > > > > > -Original Message- > > From: Khem

Re: [OE-core] [PATCH] libbsd: Fix conflict error when enable multlib.

2024-03-19 Thread Khem Raj
This causes mg build failures see https://errors.yoctoproject.org/Errors/Details/759473/ On Mon, Mar 18, 2024 at 5:45 PM leimaohui via lists.openembedded.org wrote: > > From: Lei Maohui > > Error: Transaction test error: > file /usr/include/bsd/sys/cdefs.h conflicts between attempted installs

[OE-core] [PATCH] piglit: Switch to upstreamed patch for musl fix

2024-03-19 Thread Khem Raj
Signed-off-by: Khem Raj --- ...clude-libgen.h-on-musl-linux-systems.patch | 83 +++ 1 file changed, 69 insertions(+), 14 deletions(-) diff --git a/meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch b/meta/recipes-graphics/piglit/piglit

Re: [oe-core][PATCH] python3-gpiod: add recipe

2024-03-18 Thread Khem Raj
its already available in meta-python and has a more recent version 2.1.3, is there anything needing it in such a way that we need to move it to the core layer ? On Mon, Mar 18, 2024 at 1:56 AM Xiangyu Chen wrote: > > From: Xiangyu Chen > > python3-gpiod is a python library for interacting with

Re: [oe-core][PATCHv2] gtk4: update 4.12.5 -> 4.14.1

2024-03-17 Thread Khem Raj
not particularly related to this upgrade but gtk4 is failing to compile with musl+clang - https://github.com/kraj/meta-clang/pull/922 I was hoping this upgrade would have helped but sadly it did not. On Sun, Mar 17, 2024 at 10:26 AM Markus Volk wrote: > > - Remove ffmpeg backend as it was

Re: [OE-core] [PATCH 1/3] curl: improve run-ptest

2024-03-15 Thread Khem Raj
On Fri, Mar 15, 2024 at 7:37 AM Ross Burton wrote: > > From: Ross Burton > > There's no need to run the output of runtests.pl through a sed to get > automake-style output, as you can pass -am to get this formatting. > > Don't run timing dependent tests, as the ptests can run on loaded > systems.

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

2024-03-15 Thread Khem Raj
On Fri, Mar 15, 2024 at 7:29 AM Richard Purdie wrote: > > 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

[OE-core] [PATCH] pam: Fix build with musl

2024-03-13 Thread Khem Raj
Apply a backported patch Signed-off-by: Khem Raj --- .../0001-pam_namespace-include-stdint-h.patch | 42 +++ meta/recipes-extended/pam/libpam_1.6.0.bb | 1 + 2 files changed, 43 insertions(+) create mode 100644 meta/recipes-extended/pam/libpam/0001-pam_namespace-include

Re: [OE-core] [PATCH 09/21] libpam: update 1.5.3 -> 1.6.0

2024-03-13 Thread Khem Raj
mode 100644 > index 95c437df4f1..000 > --- > a/meta/recipes-extended/pam/libpam/0001-examples-Replace-use-of-termio.h-with-termios.h.patch > +++ /dev/null > @@ -1,39 +0,0 @@ > -From 9b96fcfa5748934b8b6a4db4ee25a5e3165905c0 Mon Sep 17 00:00:00 2001 > -From: Khem Raj

Re: [OE-core] [PATCH 21/21] man-pages: use env from coreutils-native

2024-03-13 Thread Khem Raj
On Wed, Mar 13, 2024 at 10:34 AM Alexander Kanavin wrote: > > This is the outcome of investigating the selftest-armhost fail: > https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3028/steps/15/logs/stdio > > When man-pages recipe builds on ubuntu 18.04, /usr/bin/env on that is too

[OE-core] [PATCH] elfutils: Fix build break with clang

2024-03-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../elfutils/elfutils_0.191.bb| 1 + ...01-debuginfod-Remove-unused-variable.patch | 34 +++ 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-devtools/elfutils/files/0001-debuginfod-Remove-unused-variable.patch diff

[OE-core] [PATCH] llvm: Update to 18.1.1 release

2024-03-09 Thread Khem Raj
This is final release after RC suffix is removed Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 111fb07fac9

Re: [OE-core] [PATCH 22/47] libxml2: upgrade 2.11.5 -> 2.12.5

2024-03-07 Thread Khem Raj
libosinfo fails due to this upgrade https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3691/steps/14/logs/stdio On Wed, Mar 6, 2024 at 7:42 AM Alexander Kanavin wrote: > > License-Update: hash.c is rewritten and no longer carries a special copyright > notice, but dict.c still

[OE-core] [PATCH] systemd: Check for directory before chmod'ing it

2024-03-07 Thread Khem Raj
in do_install errors chown: cannot access '/mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/systemd/255.4/image/var/log/journal': No such file or directory Signed-off-by: Khem Raj Cc: Changqing Li --- meta/recipes-core/systemd/systemd_255.4.bb | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH V6] systemd: fix dead link /var/log/README

2024-03-07 Thread Khem Raj
This is causing errors in do_install | chown: cannot access '/mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/systemd/255.4/image/var/log/journal': No such file or directory On Wed, Mar 6, 2024 at 10:56 PM Changqing Li wrote: > > From: Changqing Li > > There are 2 issues here: > First, in

Re: [OE-core] [PATCH 7/9] oeqa/runtime/login: Exclude qemuriscv64

2024-03-07 Thread Khem Raj
On Wed, Mar 6, 2024 at 2:34 PM Richard Purdie wrote: > > On Wed, 2024-03-06 at 10:52 -0800, Khem Raj wrote: > > On Wed, Mar 6, 2024 at 8:23 AM Richard Purdie > > wrote: > > > > > > From: Eilís 'pidge' Ní Fhlannagáin > > > > > > Excluding ris

Re: [OE-core] [PATCH] valgrind: skip intermittently failing ptests

2024-03-06 Thread Khem Raj
do we know the reason for these failures or some details ? On Wed, Mar 6, 2024 at 5:52 PM Randy MacLeod via lists.openembedded.org wrote: > > From: Randy MacLeod > > Skip a few additional ptests that fail occasionally on the Yocto > autobuilder and remove those added to the remove-for-all list

Re: [OE-core] if "bitbake-layers" HOSTTOOLS fails check, does layer fail to add?

2024-03-06 Thread Khem Raj
On Wed, Mar 6, 2024 at 6:11 AM Robert P. J. Day wrote: > > > was just handed a sizable YP/WRL project and i *think* i can see > what the problem is, so i'll keep it short (he said, optimistlcally). > > the symptom is that, of the dozens of layers that should end up in > bblayers.conf (all

Re: [OE-core] [PATCH 7/9] oeqa/runtime/login: Exclude qemuriscv64

2024-03-06 Thread Khem Raj
On Wed, Mar 6, 2024 at 8:23 AM Richard Purdie wrote: > > From: Eilís 'pidge' Ní Fhlannagáin > > Excluding riscv64 due to mouse rather than a touchscreen which adds a > moving cursor, so the diff ends up > 0. Need to fix the image to use the > touchscreen rather than mouse input. Is it an option

[OE-core] [PATCH] glibc: Update to tip of 2.39 branch

2024-03-06 Thread Khem Raj
Brings * 1b9c1a0047 Use gcc __builtin_stdc_* builtins in stdbit.h if possible * e0910f1d32 S390: Do not clobber r7 in clone [BZ #31402] * d0724994de math: Update mips64 ulps Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion

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

2024-03-06 Thread Khem Raj
It’s same SHA as rc4 On Wed, Mar 6, 2024 at 4:20 AM Alexander Kanavin wrote: > The final release is now out, please update to: > https://github.com/llvm/llvm-project/tags > > Alex > > On Thu, 29 Feb 2024 at 06:12, Khem Raj wrote: > > > > This is last

Re: [OE-core] [PATCH] dev-manual: Convert to 'bmaptool-native'

2024-03-05 Thread Khem Raj
I wonder if it should go to docs ml too On Tue, Mar 5, 2024 at 11:46 AM Khem Raj wrote: > > Thanks for doing this quickly. > > On Tue, Mar 5, 2024 at 11:46 AM Fabio Estevam wrote: > > > > Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project") > &

Re: [OE-core] [PATCH] dev-manual: Convert to 'bmaptool-native'

2024-03-05 Thread Khem Raj
ccordingly. > > Suggested-by: Khem Raj > Signed-off-by: Fabio Estevam > --- > documentation/dev-manual/bmaptool.rst | 6 +++--- > documentation/dev-manual/wic.rst | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/documentation/dev-manual/bma

Re: [OE-core] [PATCH] bmaptool: now part of Yocto Project

2024-03-05 Thread Khem Raj
This also needs to reflect in docs. On Tue, Mar 5, 2024 at 4:52 AM Trevor Woerner wrote: > > On Tue 2024-03-05 @ 11:59:17 AM, Richard Purdie wrote: > > On Mon, 2024-03-04 at 14:25 -0500, Trevor Woerner wrote: > > > The bmaptool (previously: bmap-tools, bmap-tool, bmaptool) has been moved > > >

[OE-core] [PATCH] gdb: Upgrade 14.1 -> 14.2

2024-03-03 Thread Khem Raj
/staticthreads.exp: up 10) PR gdb/31256 (Crash with basic 'list .') PR python/31366 (Frame.static_link() segfaults) Signed-off-by: Khem Raj --- .../{gdb-cross-canadian_14.1.bb => gdb-cross-canadian_14.2.bb} | 0 .../gdb/{gdb-cross_14.1.bb => gdb-cross_14.2.bb}| 0 meta/r

[OE-core] [PATCH] rust: Fix build failure re-appeared on riscv32

2024-03-03 Thread Khem Raj
Refresh the rustix-0.38.19 patch to include FICLONE definition which fixes the build issue surfaced with rust 1.75 Signed-off-by: Khem Raj --- .../files/rv32-cargo-rustix-0.38.19-fix.patch | 30 +++ 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH] mesa,mesa-gl: Fix build when dri3 is not enabled

2024-03-02 Thread Khem Raj
n archive src/glx/libglx.a Apply patches from a pull request which is already submitted upstream Signed-off-by: Khem Raj --- .../0001-drisw-fix-build-without-dri3.patch | 58 +++ ...on-t-try-zink-if-not-enabled-in-mesa.patch | 42 ++ meta/recipes-graphics/mesa/mesa.

Re: [OE-core] [PATCH 2/2] no-gplv3: Tweak for packagemangement in core-image-full-cmdline

2024-03-01 Thread Khem Raj
On Fri, Mar 1, 2024 at 1:35 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > If we enable package-management for core-image-full-cmdline we need the > workarounds > used for core-image-weston to ensure the oe-selftest license QA tests keep > working. > > Signed-off-by: Richard

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

2024-02-29 Thread Khem Raj
On Wed, Feb 28, 2024 at 10:43 PM Changqing Li wrote: > > > 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 s

[OE-core] [PATCH] linux-yocto: Enable gpio-sim with ptests

2024-02-29 Thread Khem Raj
ptests for packages like libgpiod and python3-gpiod need gpio-sim to run the tests successfully. Signed-off-by: Khem Raj Cc: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb| 2 +- meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | 2 +- meta/recipes-kernel/linux/linux

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

[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

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

2024-02-28 Thread Khem Raj
; > With this patch backported to kirkstone I've seen glib-2.0-native > > failing with the same issue as python3native there doesn't include > > python3-packaging. > > > > Maybe these recipes aren't using python3native and were depending on > > packaging from host,

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: >

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

2024-02-27 Thread Khem Raj
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 python3-cryptography 42.0.5 > https://cryptograp

[OE-core] [PATCH] python3-maturin: Recognise riscv32 architecture

2024-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-Add-32-bit-RISC-V-support.patch | 102 ++ .../python/python3-maturin_1.4.0.bb | 1 + 2 files changed, 103 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-maturin/0001-Add-32-bit-RISC-V-support.patch

[OE-core] [PATCH v2 1/2] python3-bcrypt: Fix build break on arches without 64 bit atomics

2024-02-27 Thread Khem Raj
bump pyo3 to 0.20.3, which brings the needed fixes for building for architectures without 64bit atomics [1] [1] https://github.com/pyca/bcrypt/pull/746 Signed-off-by: Khem Raj --- v2: Fix commit msg to reflect affected arches .../python/python3-bcrypt-crates.inc | 22

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

2024-02-27 Thread Khem Raj
This gets it building on architectures without 64bit atomics. Signed-off-by: Khem Raj --- .../python/python3-cryptography-crates.inc| 22 ++-- ...m-0.20.2-to-0.20.3-in-src-rust-10462.patch | 105 ++ .../python/python3-cryptography_42.0.2.bb | 1 + 3 files changed, 118

[OE-core] [PATCH] python3-bcrypt: Fix build break on riscv32

2024-02-26 Thread Khem Raj
bump pyo3 to 0.20.3, which brings the needed fixes for building for architectures without 64bit atomics [1] [1] https://github.com/pyca/bcrypt/pull/746 Signed-off-by: Khem Raj --- .../python/python3-bcrypt-crates.inc | 22 ++-- ...-0.20.0-to-0.20.3-in-src-_bcrypt-746.patch | 111

Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Khem Raj
On Mon, Feb 26, 2024 at 5:16 PM Randy MacLeod wrote: > > On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: > > From: Xiangyu Chen > > Some locales are not listed in glibc locales support list, but can be > generated, > here using ja_JP.SHIFT_JIS as an example. We can add

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

2024-02-26 Thread Khem Raj
I am seeing some build failures which seems to be related to this patch https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3657/steps/15/logs/stdio | File

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

2024-02-25 Thread Khem Raj
lgtm. On Sun, Feb 25, 2024 at 9:32 PM leimaohui via lists.openembedded.org wrote: > > From: Lei Maohui > > Error: Transaction test error: > file /usr/include/finclude/math-vector-fortran.h from install of > lib32-libc6-dev-2.39+git0+312e159626-r0.armv7ahf_neon conflicts with file > from

[OE-core] [PATCH] linux-yocto: Remove unused patch

2024-02-21 Thread Khem Raj
This patch remained after bumping from 6.1 to 6.6 Signed-off-by: Khem Raj --- ...cpumap-Make-counter-as-unsigned-ints.patch | 69 --- 1 file changed, 69 deletions(-) delete mode 100644 meta/recipes-kernel/linux/files/0001-perf-cpumap-Make-counter-as-unsigned-ints.patch diff

[OE-core] [PATCH] ncurses: Always pass -D_GNU_SOURCE

2024-02-20 Thread Khem Raj
So far it was assumed that it was detected ok for target recipe but actually it ends up with warnings and build moves on, however with gcc-14 these warnings are treated as errors and we see the problem even with target recipes. Signed-off-by: Khem Raj --- meta/recipes-core/ncurses/ncurses.inc

Re: [OE-core] [PATCH 7/9] swig: upgrade 4.1.1 -> 4.2.0

2024-02-18 Thread Khem Raj
On Sun, Feb 18, 2024 at 6:51 PM Mittal, Anuj wrote: > On Sat, 2024-02-17 at 19:01 -0800, Khem Raj wrote: > > here is one failure due to this upgrade - > > https://errors.yoctoproject.org/Errors/Details/753587/ > > Thanks for checking. This project and its dependencies th

Re: [OE-core] [PATCH 7/9] swig: upgrade 4.1.1 -> 4.2.0

2024-02-17 Thread Khem Raj
here is one failure due to this upgrade - https://errors.yoctoproject.org/Errors/Details/753587/ On Fri, Feb 16, 2024 at 6:59 PM Khem Raj wrote: > > this can be tricky for many apps depend on it subtly might fail. Perhaps > doing an extended world build with this might be good. > &g

Re: [OE-core] [PATCH 7/9] swig: upgrade 4.1.1 -> 4.2.0

2024-02-16 Thread Khem Raj
this can be tricky for many apps depend on it subtly might fail. Perhaps doing an extended world build with this might be good. On 2/16/24 3:40 AM, Anuj Mittal wrote: Signed-off-by: Anuj Mittal --- ...self-exe-for-swig-swiglib-on-non-Win32-plat.patch | 10 ++

[OE-core] [PATCH v2] binutils: Update to tip of 2.42 release branch

2024-02-16 Thread Khem Raj
ELF alignment requirements * e19278f72bd PR 31283 windmc: Parse input correctly on big endian hosts * b76b8983116 Link x86-64 mark-plt-1.so with --no-as-needed * e92e2d654bf LoongArch: gas: Fix the types of symbols referred with %le_*_r in the symtab Signed-off-by: Khem Raj --- v2: Refresh patches

[OE-core] [PATCH] binutils: Update to tip of 2.42 release branch

2024-02-16 Thread Khem Raj
ELF alignment requirements * e19278f72bd PR 31283 windmc: Parse input correctly on big endian hosts * b76b8983116 Link x86-64 mark-plt-1.so with --no-as-needed * e92e2d654bf LoongArch: gas: Fix the types of symbols referred with %le_*_r in the symtab Signed-off-by: Khem Raj --- meta/recipes

Re: [OE-core] [PATCH 3/3] vulkan-samples: Update to tip of trunk

2024-02-15 Thread Khem Raj
lets drop this patch, I think it needs some submodule syncing but I will let upstream do it. On Thu, Feb 15, 2024 at 1:23 PM Richard Purdie wrote: > > On Wed, 2024-02-14 at 12:47 -0800, Khem Raj wrote: > > This gets the needed fixes for llvm-18 based builds > > spdlog mus

Re: [OE-core] [PATCH v3] openssh: Add a work around for ICE on mips/mips64

2024-02-15 Thread Khem Raj
On Thu, Feb 15, 2024 at 1:29 PM Richard Purdie wrote: > > Unfortunately the new openssh version has an ICE on mips. This looks similar > to: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104817 > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104820 > > Given how long these have been open,

Re: [OE-core] gcc: Oe-selftest failures analysis - x86-64

2024-02-15 Thread Khem Raj
On Thu, Feb 15, 2024 at 2:29 AM Sadineni, Harish via lists.openembedded.org wrote: > > Hi all, > > > We are analysing the test failures reported by the autobilder at > https://autobuilder.yocto.io/pub/non-release/20240204-3/testresults/qemux86-64-tc/testresults.json > The autobuilder result

[OE-core] [PATCH 2/2] musl: fix strftime crash

2024-02-15 Thread Khem Raj
Apply a patch proposed by Rich to fix the init crashes Signed-off-by: Khem Raj --- ...akage-in-last-commit-uninitialized-p.patch | 41 +++ meta/recipes-core/musl/musl_git.bb| 1 + 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-core/musl/musl

[OE-core] [PATCH 1/2] musl: Update to latest tip of trunk

2024-02-15 Thread Khem Raj
ldso: use __ehdr_start if available to locate its own ELF headers * 725e17ed remove non-prototype declaration of basename from string.h * 6be76895 elf.h: add typedefs for Elf64_Relr and Elf32_Relr Signed-off-by: Khem Raj Signed-off-by: Khem Raj --- ...ic-linker-a-relative-symlink-to-libc.p

[OE-core] [PATCH] xwayland: Upgrade 23.2.3 -> 23.2.4

2024-01-28 Thread Khem Raj
Cumulative Fixes for CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886, CVE-2024-0408, CVE-2024-0409 Signed-off-by: Khem Raj --- .../xwayland/{xwayland_23.2.3.bb => xwayland_23.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graph

Re: [OE-core] [PATCH 8/8] rpm: update 4.18.1 -> 4.19.1

2024-01-28 Thread Khem Raj
g it to basename > - > -basename is allowed change the string passed to it. While we don't need > -the filename after that just casting away the const seems a bit too > -hacky. > - > -Upstream-Status: Backport > [https://github.com/rpm-software-management/rpm/commit/3

[OE-core] [PATCH] armv8/armv9: Avoid using -march when -mcpu is chosen

2024-01-26 Thread Khem Raj
to use, therefore do not specify -march when -mcpu is already describing the cpu. Signed-off-by: Khem Raj Cc: Ross Burton Cc: Jon Mason --- meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc | 3 ++- meta/conf/machine/include/arm/armv8-2a/tune-cortexa55.inc | 3 ++- meta/conf

Re: [OE-core] trying to create simple example of "externalsrc" recipe

2024-01-26 Thread Khem Raj
On Fri, Jan 26, 2024 at 4:46 AM Robert P. J. Day wrote: > > > i've been trying to put together a really basic example of a recipe > using "externalsrc" that refers to some local source, and cannot get > it to work. so here's what i'm trying. > > as a demo, i selected a random simple OE recipe

Re: [OE-core] [PATCH] go: update 1.20.12 -> 1.20.13

2024-01-26 Thread Khem Raj
On Fri, Jan 26, 2024 at 8:24 AM Jose Quaresma wrote: > > > > Alexander Kanavin escreveu (sexta, 26/01/2024 à(s) > 16:10): >> >> Hello Jose, >> >> there was a 1.21 update earlier, what happened to that? > > > Hi Alex, > > I know and I've already done some work on this but unfortunately there are

[OE-core] [PATCH] elfutils: Fix build with gcc trunk

2024-01-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../elfutils/elfutils_0.189.bb| 1 + ...against-upcoming-gcc-14-Werror-callo.patch | 39 +++ 2 files changed, 40 insertions(+) create mode 100644 meta/recipes-devtools/elfutils/files/0001-tests-fix-build-against-upcoming-gcc-14-Werror

Re: [OE-core] [PATCH v2] tune-core2: Update qemu cpu to supported model

2024-01-24 Thread Khem Raj
On Wed, Jan 24, 2024 at 10:10 PM Simone Weiß wrote: > > References are now added, as requested in v2. Is more still missing? We do not send explicit notification on patches being accepted, Usually we comment on the patch if there is some improvement needed. So its good to check master branch or

[OE-core] [PATCH] qemu: Replace the basename patch with backport

2024-01-24 Thread Khem Raj
Backport the patch that got applied to fix this issue upstream Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu.inc | 2 +- ...io-Include-libgen.h-for-basename-API.patch | 57 --- ...eplace-basename-with-g_path_get_base.patch | 50 3 files

[OE-core] [PATCH] python3: Initialize struct termios before calling tcgetattr()

2024-01-24 Thread Khem Raj
Fixes ptest failures on python 3.12 Failed ptests: {'python3': ['test_tcgetattr', 'test_cfmakeraw', 'test_setcbreak', 'test_setraw', 'python3']} Signed-off-by: Khem Raj --- ...lize-struct-termios-before-calling-t.patch

Re: [OE-core] [PATCH] binutils : CVE-2023-25584

2024-01-22 Thread Khem Raj
On Mon, Jan 22, 2024 at 9:15 PM Ashishx88 wrote: > > Hi Khem Raj , > > Thanks for the input . > Do i need to submit v3 with the space fixed ? > Just trying to get idea w.r.t process yes please. > > Thanks , > > Ashish > > > > -=-=-=-=-=-=-=-=-=

[OE-core] [PATCH] glibc: Do not enable CET on 32bit x86

2024-01-22 Thread Khem Raj
Support has been removed from 2.39+ see [1] [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=25f1e16ef03a6a8fb1701c4647d46c564480d88c Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc_2.38.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc_2.38

Re: [OE-core] [PATCH] binutils : CVE-2023-25584

2024-01-22 Thread Khem Raj
On Sun, Jan 21, 2024 at 11:56 PM Ashishx88 wrote: > > Closes: CVE-2023-25584 > > Upstream-Status: Backport > [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=77c225bdeb410cf60da804879ad41622f5f1aa44] > > Signed-off-by: Ashish Kumar Mishra > --- > .../binutils/binutils-2.39.inc

Re: [OE-core] Inputs to share CVE patch for binutils CVE-2023-25584

2024-01-21 Thread Khem Raj
On Sun, Jan 21, 2024 at 8:43 AM Ashishx88 wrote: > > Hi Members , > > I am trying to submit an CVE patch CVE-2023-25584 for binutils > This is my first patch in community so apologies if any basic info is missed > > Can members please help me for > > 1) Do i need to share only specific CVE patch

[OE-core] [PATCH v2] opensbi: bump to 1.4

2024-01-20 Thread Khem Raj
-by: Khem Raj --- v2: Use FW_PIC=y and drop revert patch .../opensbi/{opensbi_1.3.bb => opensbi_1.4.bb}| 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-bsp/opensbi/{opensbi_1.3.bb => opensbi_1.4.bb} (89%) diff --git a/meta/recipes-bsp/opensbi/opens

Re: [OE-core][PATCH] opensbi: bump to 1.4

2024-01-19 Thread Khem Raj
On Fri, Jan 19, 2024 at 2:00 PM Alexandre Belloni wrote: > > > On 19/01/2024 19:24:44+, Richard Purdie wrote: > > On Fri, 2024-01-19 at 18:48 +0100, Thomas Perrot wrote: > > > Hello Richard, > > > > > > On Fri, 2024-01-19 at 17:22 +, Richard Purdie wrote: > > > > On Wed, 2024-01-17 at

Re: [OE-core] [RFT][PATCH] glibc: Upgrade to 2.39

2024-01-19 Thread Khem Raj
there. yes. Keep an eye on yoe/mut, as I am updating it there > > Thanks, > Andy > > On 17.01.2024 08:20, Khem Raj wrote: > > On Tue, Jan 16, 2024 at 11:10 PM Andrej Valek wrote: > >> Hello Raj, > >> > >> Don't forget to change the glibc-version.in

[OE-core] [PATCH] openssl: Fix build on riscv

2024-01-18 Thread Khem Raj
Backport a typo fix RISCV_HAS_ZKND_ZKNE -> RISCV_HAS_ZKND_AND_ZKNE Signed-off-by: Khem Raj --- ...x-mispelling-of-extension-test-macro.patch | 31 +++ .../openssl/openssl_3.2.0.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 meta/reci

Re: [OE-core] [PATCH 1/4] musl: doesn't support riscv32

2024-01-17 Thread Khem Raj
On Wed, Jan 17, 2024 at 7:07 AM Ross Burton wrote: > > From: Ross Burton > > musl doesn't support riscv32, so set COMPATIBLE_HOST appropriately. > > Signed-off-by: Ross Burton > --- > meta/recipes-core/musl/musl.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

Re: [OE-core] [PATCH] swig: upgrade 4.1.1 -> 4.2.0

2024-01-17 Thread Khem Raj
On Wed, Jan 17, 2024 at 6:54 AM Alexandre Belloni via lists.openembedded.org wrote: > > Hello, > > This causes failures on the autobuilders: > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4241/steps/12/logs/stdio >

Re: [OE-core] [RFT][PATCH] glibc: Upgrade to 2.39

2024-01-16 Thread Khem Raj
will need cleaning anyway as it will be verson bump. But if you turn your suggestion into a patch I can include it in patchset. > > Regards, > Andy > > On 16.01.2024 20:53, Khem Raj wrote: > > Upgrade localdef to get glibc 2.39 build fixes > > Details of release [1] > >

[OE-core] [PATCH] coreutils: Fix build with clang

2024-01-16 Thread Khem Raj
Add a gnulib patch to fix build with clang-18 Signed-off-by: Khem Raj --- .../0001-posixtm-pacify-clang-18.patch| 38 +++ meta/recipes-core/coreutils/coreutils_9.4.bb | 1 + 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-core/coreutils/coreutils

Re: [OE-core] [PATCH] tune-core2: Update qemu cpu to supported model

2024-01-16 Thread Khem Raj
On Tue, Jan 16, 2024 at 7:37 PM Alexander Kanavin wrote: > > Please provide a link to the documentation in the commit message, and not > just the claim. > Perhaps add this link to commit msg https://qemu-project.gitlab.io/qemu/system/qemu-cpu-models.html#other-non-recommended-x86-cpus > Alex >

[OE-core] [PATCH] libgudev: Pass export-dynamic to linker directly.

2024-01-16 Thread Khem Raj
New clang 18+ errors out on this while older clang does not Signed-off-by: Khem Raj --- ...Pass-export-dynamic-option-to-linker.patch | 38 +++ meta/recipes-gnome/libgudev/libgudev_238.bb | 2 + 2 files changed, 40 insertions(+) create mode 100644 meta/recipes-gnome

[OE-core] [RFT][PATCH] glibc: Upgrade to 2.39

2024-01-16 Thread Khem Raj
Upgrade localdef to get glibc 2.39 build fixes Details of release [1] [1] https://sourceware.org/glibc/wiki/Release/2.39 Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...2.38.bb => cross-localedef-native_2.39.bb} | 0 meta/recipes-core/glibc/gl

Re: [OE-core] [PATCH] weston: Update to 13.0.0

2024-01-15 Thread Khem Raj
On Mon, Jan 15, 2024 at 7:25 PM Fabio Estevam wrote: > > From: Fabio Estevam > > Update to Weston 13.0.0. > > Remove the following options that were no longer exist in 13.0.0: > launcher-libseat and launcher-libseat. I think one of them should be launcher-logind > > Add seatd as a required

Re: [OE-core] [PATCH v3] glib-networking: Fix ptest failures with openssl backend

2024-01-15 Thread Khem Raj
On Mon, Jan 15, 2024 at 11:38 AM Khem Raj wrote: > > On Mon, Jan 15, 2024 at 9:06 AM Ross Burton wrote: > > > > > > > > > On 15 Jan 2024, at 16:53, Khem Raj wrote: > > > Where does it say it does not support? On the contrary there are patches >

Re: [OE-core] [PATCH] rng-tools: move to meta-oe

2024-01-15 Thread Khem Raj
-repo = "Unassigned > " > RECIPE_MAINTAINER:pn-resolvconf = "Chen Qi " > RECIPE_MAINTAINER:pn-rgb = "Unassigned " > RECIPE_MAINTAINER:pn-rpcbind = "Hongxu Jia " > -RECIPE_MAINTAINER:pn-rng-tools = "Anuj Mittal " > RECIPE_MAINTAINER:pn-rpcsvc-p

[OE-core] [PATCHv3] rust: Re-write RPATHs in the copies llvm-config

2024-01-15 Thread Khem Raj
'main' panicked at llvm.rs:551:19: | command did not execute successfully: "/mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/rust/1.74.1/recipe-sysroot/usr/lib/llvm-rust/bin/llvm-config" "--version" | expected success, got: exit status: 127 Signed-off-by: Khem Raj --- v

Re: [OE-core] [PATCH] rust: Use llvm-config from native llvm-rust on rust target builds

2024-01-15 Thread Khem Raj
On Mon, Jan 15, 2024 at 9:49 AM Richard Purdie wrote: > > On Mon, 2024-01-15 at 08:56 -0800, Khem Raj wrote: > > Hi > > > > On Mon, Jan 15, 2024 at 5:19 AM Richard Purdie > > wrote: > > > On Sat, 2024-01-13 at 21:58 -0800, Khem Raj wrote: > > > >

  1   2   3   4   5   6   7   8   9   10   >