[OE-core] [PATCH] gawk: Enable high precision arithmetic support

2025-01-30 Thread Khem Raj via lists.openembedded.org
This is now required [1] for running glibc tests with 2.41+ release [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=0feb6da94c435a81699bfeacdc84150098f64025 Signed-off-by: Khem Raj --- meta/recipes-extended/gawk/gawk_5.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH] glibc: Upgrade to 2.41 release

2025-01-30 Thread Khem Raj via lists.openembedded.org
a=commit;h=d421d36582281a62e05f96a1bfb085db9d85f40b [3] https://sourceware.org/glibc/wiki/Release/2.41 [4] https://sourceware.org/pipermail/libc-announce/2025/45.html Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...2.40.bb => cross-localedef-native_2.41.bb} | 2 +-

Re: [OE-core] [PATCH] qemuriscv: Enable Sv39 memory address scheme by default

2025-01-30 Thread Khem Raj via lists.openembedded.org
On Wed, Jan 29, 2025 at 11:28 AM Randy MacLeod wrote: > > On 2025-01-29 7:12 a.m., Yash Shinde wrote: > > > On 29-01-2025 06:08, Alistair Francis 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

[OE-core] [PATCH] rt-tests: Fix build with glibc 2.41+

2025-01-28 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- ...ed_attr-Do-not-define-for-glibc-2.41.patch | 44 +++ meta/recipes-rt/rt-tests/rt-tests_git.bb | 1 + 2 files changed, 45 insertions(+) create mode 100644 meta/recipes-rt/rt-tests/files/0001-sched_attr-Do-not-define-for-glibc-2.41.patch diff

Re: [OE-core] [PATCH] qemuriscv: Enable Sv39 memory address scheme by default

2025-01-28 Thread Khem Raj via lists.openembedded.org
I am fine with this change as is. On Tue, Jan 28, 2025 at 7:51 AM Randy MacLeod wrote: > > Add Raj, Khem, Kexin and Zhe who know more about RISC-V than I do. > Kexin and Zhe are on holiday for a week or more. > CC a few people who have contributed to riscv* conf. > > I am not all that familiar wi

Re: [OE-core] [PATCH] efivar: enable support for riscv64

2025-01-27 Thread Khem Raj via lists.openembedded.org
Looks good to me. On Mon, Jan 27, 2025 at 3:20 PM Ricardo Salveti via lists.openembedded.org wrote: > > Release 39 includes support for riscv64. > release 39 fixes rv64 build when compiled natively, for cross compile it should have worked even with older releases > Signed-off-by: Ricardo Salvet

Re: [OE-core] [PATCH v2 2/2] barebox: upgrade 2024.12.0 -> 2025.01.0

2025-01-27 Thread Khem Raj via lists.openembedded.org
On Mon, Jan 27, 2025 at 7:40 AM Enrico Jörns via lists.openembedded.org wrote: > > Changes: > > * Added LLVM/Clang support for the sandbox architecture. > * Enabled command execution from the sandbox command line. > * Improved TFTP with dentry caching and default-disabled window size. > * Introduc

Re: [OE-core] [PATCH] [RFC] bash: Drop /bin/sh from RPROVIDES

2025-01-23 Thread Khem Raj via lists.openembedded.org
On Thu, Jan 23, 2025 at 12:12 PM Marek Vasut via lists.openembedded.org wrote: > > Remove /bin/sh from bash RPROVIDES as this has a side-effect which > confuses rpm package manager when also busybox provides /bin/sh and > base-files depend on /bin/sh . The problem is broken down below. > > First,

Re: [OE-core][PATCH V2] lib32-64k-pagesize.inc: add conf for building 32bit binary with 64K alignment

2025-01-21 Thread Khem Raj via lists.openembedded.org
On Tue, Jan 21, 2025 at 8:52 PM ChenQi wrote: > > On 1/22/25 12:18, Khem Raj wrote: > > On Tue, Jan 21, 2025 at 7:03 PM Chen Qi via lists.openembedded.org > > wrote: > >> ping > >> > >> Is there something I need to do for this patch? Or is this patch

Re: [OE-core] [PATCH 7/9] gcc-configure-common.inc: add multlib support for i686/i586/x86_64 nativesdk gcc

2025-01-21 Thread Khem Raj via lists.openembedded.org
seems ok to me. On Tue, Jan 21, 2025 at 12:55 AM hongxu via lists.openembedded.org wrote: > > We have patch 0016-handle-sysroot-support-for-nativesdk-gcc.patch to handle > sysroot support for nativesdk-gcc, and add %r target_relocatable_prefix > into spec file for nativesdk-gcc relocation. It was

Re: [OE-core][PATCH V2] lib32-64k-pagesize.inc: add conf for building 32bit binary with 64K alignment

2025-01-21 Thread Khem Raj via lists.openembedded.org
On Tue, Jan 21, 2025 at 7:03 PM Chen Qi via lists.openembedded.org wrote: > > ping > > Is there something I need to do for this patch? Or is this patch not > suitable for oe-core? > if we are enabling 64K pages then 32bit aarch32 apps should also be compiled using 64k pages. Usually this could me

Re: [OE-core] [PATCH 1/1] fmt: 11.0.2 -> 11.1.1

2025-01-17 Thread Khem Raj via lists.openembedded.org
On Fri, Jan 17, 2025 at 7:46 AM Ross Burton wrote: > > On 9 Jan 2025, at 18:35, Khem Raj via lists.openembedded.org > wrote: > > > > I know this patch is applied but I still want to bring it to attention > > Many packages in other layers depend on fmt. fmt's A

Re: [OE-core] [PATCH V3 1/3] rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.

2025-01-13 Thread Khem Raj via lists.openembedded.org
do you extract the reference from same version of llvm/clang branch that is being used by given rust compiler version. On Mon, Jan 13, 2025 at 4:08 AM Varatharajan, Deepesh via lists.openembedded.org wrote: > > From: Deepesh Varatharajan > > --

Re: [OE-core] [PATCH 11/20] boost: update 1.86.0 -> 1.87.0

2025-01-10 Thread Khem Raj via lists.openembedded.org
This breaks several recipes in meta-openembedded. here is subset from meta-oe layer https://valkyrie.yoctoproject.org/#/builders/81/builds/276 On Wed, Jan 8, 2025 at 12:42 AM Alexander Kanavin via lists.openembedded.org wrote: > > From: Alexander Kanavin > > Backport a kea patch to address 1.87.

Re: [OE-core] [PATCH 1/1] fmt: 11.0.2 -> 11.1.1

2025-01-09 Thread Khem Raj via lists.openembedded.org
ndex 1b495ea075..00 > --- a/meta/recipes-devtools/fmt/fmt/0001-Get-rid-of-std-copy.patch > +++ /dev/null > @@ -1,52 +0,0 @@ > -From 6e462b89aa22fd5f737ed162d0150e145ccb1914 Mon Sep 17 00:00:00 2001 > -From: Victor Zverovich > -Date: Mon, 29 Jul 2024 15:58:05 -0700 > -Su

Re: [OE-core] [PATCH 02/20] dbus: update 1.14.10 -> 1.16.0

2025-01-08 Thread Khem Raj via lists.openembedded.org
Ok, thanks. On Wed, Jan 8, 2025 at 9:11 AM Alexander Kanavin wrote: > On Wed, 8 Jan 2025 at 17:48, Khem Raj wrote: > > > -EXTRA_OECONF = "--disable-xml-docs \ > > > ---disable-doxygen-docs \ > > > ---enable-largefile \

Re: [OE-core] [PATCH 02/20] dbus: update 1.14.10 -> 1.16.0

2025-01-08 Thread Khem Raj via lists.openembedded.org
On 1/8/25 12:42 AM, Alexander Kanavin via lists.openembedded.org wrote: From: Alexander Kanavin Convert from autotools to meson. Drop tmpdir.patch (replaced by -Dtest_socket_dir=/tmp --Dsession_socket_dir=/tmp). License-Update: license texts split into separate files, SPDX ids added. Signed

Re: [OE-core] [PATCH] glibc: Revert clang float128 patch

2025-01-08 Thread Khem Raj via lists.openembedded.org
On Wed, Jan 8, 2025 at 5:23 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2025-01-07 at 19:36 -0800, Khem Raj via lists.openembedded.org > wrote: > > Signed-off-by: Khem Raj > > --- > > ...e-__HAVE_FLOAT128-for-Clang-and-use-.patch | 87

[OE-core] [PATCH] glibc: Revert clang float128 patch

2025-01-07 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- ...e-__HAVE_FLOAT128-for-Clang-and-use-.patch | 87 +++ meta/recipes-core/glibc/glibc_2.41.bb | 1 + 2 files changed, 88 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/0001-Revert-x86-Define-__HAVE_FLOAT128-for-Clang-and-use

Re: [OE-core] [PATCH] glibc: Revert clang float128 patch

2025-01-07 Thread Khem Raj via lists.openembedded.org
ignore this one patch please. On Tue, Jan 7, 2025 at 7:36 PM Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > ...e-__HAVE_FLOAT128-for-Clang-and-use-.patch | 87 +++ > meta/recipes-core/glibc/glibc_2.41.bb | 1 + > 2 files changed, 88 insertions

[OE-core] [PATCH 1/2] webkitgtk: Fix a typo OFFF -> OFF

2025-01-07 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- meta/recipes-sato/webkit/webkitgtk_2.46.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb index abbf84ccbe2..ed5055962a9 100644 --- a/meta/recipes-sato

[OE-core] [PATCH 2/2] webkitgtk: Disable JIT on RISCV64

2025-01-07 Thread Khem Raj via lists.openembedded.org
It does not compile anymore with 2.46+ as we dropped the patch https://bugs.webkit.org/show_bug.cgi?id=250681 This patch it seems is still needed but has not yet been accepted upstream yet. Signed-off-by: Khem Raj --- meta/recipes-sato/webkit/webkitgtk_2.46.5.bb | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH] formfactor: add support for qemuriscv64 and qemuriscv32

2024-12-31 Thread Khem Raj via lists.openembedded.org
This looks good thanks for fixing it On Tue, Dec 31, 2024 at 1:44 AM Maxin B. John via lists.openembedded.org wrote: > Add machine config files for qemuriscv64 and qemuriscv32. > > Fixes [YOCTO #15427]. > > Signed-off-by: Maxin John > --- > .../formfactor/files/qemuriscv32/machconfig

Re: [OE-core] [PATCH 1/3] rust-target-config: Update the data layout for x86 and ppc targets.

2024-12-27 Thread Khem Raj via lists.openembedded.org
On Thu, Dec 26, 2024 at 10:54 PM Varatharajan, Deepesh via lists.openembedded.org wrote: > From: Deepesh Varatharajan > > The data layout for x86 and ppc targets were different in rust from llvm. > > > - > er

Re: [OE-core] [PATCH] tcl: Fix issue causing tcl-ptest to fail

2024-12-23 Thread Khem Raj via lists.openembedded.org
On Mon, Dec 23, 2024 at 1:40 AM Robert Yang via lists.openembedded.org wrote: > > > > On 12/23/24 17:06, Song, Jiaying (CN) via lists.openembedded.org wrote: > > From: Jiaying Song > > > > Modify the TCL_LIBRARY to the correct value to resolve the following error: > > > > application-specific ini

Re: [OE-core] [PATCH 4/4] weston: Add xcb-util-cursor dependency

2024-12-21 Thread Khem Raj via lists.openembedded.org
On Sat, Dec 21, 2024 at 1:45 PM Tom Hochstein wrote: > On 12/21/2024 2:10 PM, Khem Raj wrote: > > > > Tests sometimes do require additional packages and at times > > development headers and libs > > on target for different reasons and these dependencies may n

Re: [OE-core] [PATCH 4/4] weston: Add xcb-util-cursor dependency

2024-12-21 Thread Khem Raj via lists.openembedded.org
On Sat, Dec 21, 2024 at 11:59 AM Tom Hochstein via lists.openembedded.org wrote: > > On 12/20/2024 3:42 AM, Alexander Kanavin wrote: > > On Fri, 20 Dec 2024 at 00:13, Tom Hochstein > > wrote: > >> Good question, I actually made a guess that xcb-util-cursor is missing > >> from the rootfs because

[OE-core] [PATCH] nfs-utils: Use v2 of upstream patch for tpyecast fix

2024-12-20 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- ...0001-Fix-typecast-warning-with-clang.patch | 31 ++- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Fix-typecast-warning-with-clang.patch b/meta/recipes-connectivity/nfs-utils

Re: [OE-core] [PATCH] nfs-utils: Fix const qualifier error

2024-12-19 Thread Khem Raj via lists.openembedded.org
On Thu, Dec 19, 2024 at 10:05 AM Khem Raj wrote: > > On Thu, Dec 19, 2024 at 1:01 AM Alexander Kanavin via > lists.openembedded.org > wrote: > > > > Please do not add new ‘Penfing’ patches. They should be submitted upstream > > first or there should be an

[OE-core] [PATCH v2] nfs-utils: Fix warnings found with clang

2024-12-19 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- ...0001-Fix-typecast-warning-with-clang.patch | 28 +++ .../nfs-utils/nfs-utils_2.8.2.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Fix-typecast-warning-with

Re: [OE-core] [PATCH] nfs-utils: Fix const qualifier error

2024-12-19 Thread Khem Raj via lists.openembedded.org
On Thu, Dec 19, 2024 at 1:01 AM Alexander Kanavin via lists.openembedded.org wrote: > > Please do not add new ‘Penfing’ patches. They should be submitted upstream > first or there should be an explanation of what is pending. Yeah, i did another patch which is also not correct sadly. Perhaps we n

[OE-core] [PATCH] webkitgtk: Fix build on 32bit arches with 64bit time_t only

2024-12-18 Thread Khem Raj via lists.openembedded.org
This is a fix needed in angle module which is vendored in webkit repo. glibc does not define SYS_futex on 32bit arches with 64bit time_t only e.g. riscv32 Signed-off-by: Khem Raj --- .../webkit/webkitgtk/sys_futex.patch | 16 meta/recipes-sato/webkit

[OE-core] [PATCH] nfs-utils: Fix warnings found with clang

2024-12-18 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- ...0001-Fix-typecast-warning-with-clang.patch | 29 +++ .../nfs-utils/nfs-utils_2.8.2.bb | 1 + 2 files changed, 30 insertions(+) create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Fix-typecast-warning-with

Re: [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2

2024-12-18 Thread Khem Raj via lists.openembedded.org
This fails to build with clang+glibc file.c:200:8: error: assigning to 'char *' from 'const char *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] | 200 | base = pathname; | | ^ | 1 error generated. | make[3]: **

[OE-core] [PATCH] musl: Upgrade to latest

2024-12-18 Thread Khem Raj via lists.openembedded.org
mntent: exclude trailing newline from parsed field * 9929a571 arm: fix _init/_fini alignment in crti.o Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl

Re: [OE-core][PATCH] gcc: backport patch to fix data relocation to !ENDBR: stpcpy

2024-12-17 Thread Khem Raj via lists.openembedded.org
On Tue, Dec 17, 2024 at 1:14 PM Richard Purdie wrote: > > On Tue, 2024-12-17 at 09:20 -0800, Khem Raj via lists.openembedded.org wrote: > > On Tue, Dec 17, 2024 at 2:47 AM Bin Lan via lists.openembedded.org > > wrote: > > > > > > There is the following wa

Re: [OE-core][PATCH] gcc: backport patch to fix data relocation to !ENDBR: stpcpy

2024-12-17 Thread Khem Raj via lists.openembedded.org
On Tue, Dec 17, 2024 at 2:47 AM Bin Lan via lists.openembedded.org wrote: > > There is the following warning when building linux-yocto with > default configuration on x86-64 with gcc-14.2: > AR built-in.a > AR vmlinux.a > LD vmlinux.o > vmlinux.o: warning: objtool: .export_s

Re: [OE-core] [scarthgap][PATCH] gcc: Fix c++: tweak for Wrange-loop-construct

2024-12-11 Thread Khem Raj via lists.openembedded.org
seems good to me. On Wed, Dec 11, 2024 at 10:01 AM SunilKumar.Dora via lists.openembedded.org wrote: > > From: Sunil Dora > > This commit updates the warning to use a check for "trivially constructible" > instead of > "trivially copyable." The original check was incorrect, as "trivially > copy

[OE-core] [PATCH 2/3] openssl: Fix build on risc64/musl

2024-12-04 Thread Khem Raj via lists.openembedded.org
, cpu_count, cpus, flags); | |^~~~~~ Signed-off-by: Khem Raj --- ...001-Fix-builds-on-riscv64-using-musl.patch | 36 +++ .../openssl/openssl_3.4.0.bb | 1 + 2 files changed, 37 insertions(+) create mode 100644 meta/recipes-con

[OE-core] [PATCH 3/3] musl: Update riscv syscalls till 6.10 kernel

2024-12-04 Thread Khem Raj via lists.openembedded.org
Some packages e.g. ffmpeg have started using __NR_riscv_hwprobe to detect Zba and Zbb at run-time. Signed-off-by: Khem Raj --- ...for-r32-rv64-from-kernel-6.4-through.patch | 70 +++ meta/recipes-core/musl/musl_git.bb| 1 + 2 files changed, 71 insertions(+) create

[OE-core] [PATCH 1/3] ffmpeg: Fix RISCV build

2024-12-04 Thread Khem Raj via lists.openembedded.org
bavcodec/riscv/h264dsp_rvv.o:(ff_h264_weight_funcs_8_rvv) Signed-off-by: Khem Raj --- ...e-RISC-V-fn-pointers-to-.data.rel.ro.patch | 26 +++ meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.bb | 1 + 2 files changed, 27 insertions(+) create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001

Re: [OE-core] [PATCH v2] linux-yocto: add and use GPL-2.0-with-syscall-note license

2024-12-03 Thread Khem Raj via lists.openembedded.org
On Tue, Dec 3, 2024 at 4:19 AM Denis OSTERLAND-HEIM via lists.openembedded.org wrote: > > See Linux COPYING, LICENSES/preferred/GPL-2.0 > and LICENSES/exceptions/Linux-syscall-note. > > Signed-off-by: Denis Osterland-Heim > --- > v1 -> v2: > * add full GPL-2.0 license text > > .../GPL-2.0-with

Re: [OE-core] [PATCH] gcc-sanitizers: Add riscv64 as compatible host

2024-12-02 Thread Khem Raj via lists.openembedded.org
On Mon, Dec 2, 2024 at 5:14 PM Randy MacLeod wrote: > > On 2024-12-02 6:50 p.m., Khem Raj wrote: > > On Mon, Dec 2, 2024 at 3:14 PM Randy MacLeod via > lists.openembedded.org > wrote: > > On 2024-12-01 11:35 p.m., deepthi.hem...@windriver.com wrote: > > From: Dee

Re: [OE-core] [PATCH] buildhistory: Drop git-gc call as obsolete

2024-12-02 Thread Khem Raj via lists.openembedded.org
On Mon, Dec 2, 2024 at 3:21 PM Richard Purdie via lists.openembedded.org wrote: > > buildhistory used to result in many individual objects in the repo which > could affect performance. This gc call was added over a decade ago to avoid > those performance issues. Modern git calls git-gc when needed

Re: [OE-core] [PATCH] gcc-sanitizers: Add riscv64 as compatible host

2024-12-02 Thread Khem Raj via lists.openembedded.org
On Mon, Dec 2, 2024 at 3:14 PM Randy MacLeod via lists.openembedded.org wrote: > > On 2024-12-01 11:35 p.m., deepthi.hem...@windriver.com wrote: > > From: Deepthi Hemraj > > RISC-V offers several virtual memory address schemes (Sv39, Sv48, and Sv57), > but ASan currently supports only Sv39 on RIS

Re: [OE-core][PATCH] python: backport patches to support openssl 3.4.0

2024-11-30 Thread Khem Raj via lists.openembedded.org
I think this along with openssl 3.4 upgrade is causing python3-m2crypto to break see https://valkyrie.yoctoproject.org/#/builders/81/builds/180/steps/14/logs/stdio On Fri, Nov 29, 2024 at 10:28 AM Peter Marko via lists.openembedded.org wrote: > > From: Peter Marko > > https://github.com/python/

Re: [OE-core] Patchtest results for [PATCH 2/2] systemd: remove custom rootlibexecdir and replace with nonarch_base_libdir

2024-11-29 Thread Khem Raj via lists.openembedded.org
On Fri, Nov 29, 2024 at 10:58 AM Ricardo Salveti via lists.openembedded.org wrote: > On Fri, Nov 29, 2024 at 12:46 AM > wrote: > > > > Thank you for your submission. Patchtest identified one > > or more issues with the patch. Please see the log below for > > more information: > > > > --- > > Tes

Re: [OE-core] [PATCH] gcc: remove unused JAVA variable

2024-11-28 Thread Khem Raj via lists.openembedded.org
lgtm On Thu, Nov 28, 2024 at 12:32 AM Rasmus Villemoes wrote: > > From: Rasmus Villemoes > > As commit 81551871b183 (gcc: Remove Java support variables) correctly > stated > > Java support was removed in upstream gcc 7. > > but this line snuck back in with commit bbf32e24608c (gcc-9: Add > rec

[OE-core] [PATCH v2 2/2] weston-init: Make weston user member of seat group

2024-11-27 Thread Khem Raj via lists.openembedded.org
This enables weston launch to access the seatd socket /run/seatd.sock to communicate properly to acquire seat Signed-off-by: Khem Raj --- v2: Create seat group as well meta/recipes-graphics/wayland/weston-init.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta

Re: [OE-core] [PATCH 2/2] weston-init: Make weston user member of seat group

2024-11-27 Thread Khem Raj via lists.openembedded.org
On Wed, Nov 27, 2024 at 3:45 AM Richard Purdie wrote: > > On Tue, 2024-11-26 at 16:51 -0800, Khem Raj via lists.openembedded.org wrote: > > This enables weston launch to access the seatd socket > > /run/seatd.sock to communicate properly to acquire seat > > >

[OE-core] [PATCH v2 1/2] seatd: Create seat user and package systemd service

2024-11-27 Thread Khem Raj via lists.openembedded.org
ned-off-by: Khem Raj --- v2: Use seat group instead of video group in init file meta/recipes-core/seatd/seatd/init | 2 +- meta/recipes-core/seatd/seatd_0.9.1.bb | 11 +-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/seatd/seatd/init b/meta/re

Re: [OE-core] [PATCH 42/47] seatd: upgrade 0.8.0 -> 0.9.1

2024-11-26 Thread Khem Raj via lists.openembedded.org
On Tue, Nov 26, 2024 at 3:26 PM Khem Raj wrote: > > I am seeing a strange behavior on RPI4 after this seatd upgrade where default > tty is now tty0 instead of tty7 on which the weston is running. So on boot > into graphical.target previously one would see the weston UI on screen, n

[OE-core] [PATCH 1/2] seatd: Create seat user and package systemd service

2024-11-26 Thread Khem Raj via lists.openembedded.org
ned-off-by: Khem Raj --- meta/recipes-core/seatd/seatd_0.9.1.bb | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/seatd/seatd_0.9.1.bb b/meta/recipes-core/seatd/seatd_0.9.1.bb index 8da57acc567..8ee43a3dc8f 100644 --- a/meta/recipes-core/seatd/seat

[OE-core] [PATCH 2/2] weston-init: Make weston user member of seat group

2024-11-26 Thread Khem Raj via lists.openembedded.org
This enables weston launch to access the seatd socket /run/seatd.sock to communicate properly to acquire seat Signed-off-by: Khem Raj --- meta/recipes-graphics/wayland/weston-init.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston

[OE-core] [PATCH 42/47] seatd: upgrade 0.8.0 -> 0.9.1

2024-11-26 Thread Khem Raj via lists.openembedded.org
I am seeing a strange behavior on RPI4 after this seatd upgrade where default tty is now tty0 instead of tty7 on which the weston is running. So on boot into graphical.target previously one would see the weston UI on screen, now we see a virtual console. After logging in doing chvt 7 does bri

Re: [OE-core][PATCH] classes/go-vendor: Use UNPACKDIR instead of WORKDIR

2024-11-26 Thread Khem Raj via lists.openembedded.org
On Tue, Nov 26, 2024 at 1:45 PM Joshua Watt via lists.openembedded.org wrote: > > modules.txt is provided using file:// in SRC_URI, therefore it will be > found in UNPACKDIR instead of WORKDIR > > Signed-off-by: Joshua Watt > --- > meta/classes/go-vendor.bbclass | 2 +- > 1 file changed, 1 inser

Re: [OE-core] [PATCH v3 1/3] hwdata: add recipe from meta-openembedded

2024-11-25 Thread Khem Raj via lists.openembedded.org
Don’t forget to send a patch to remove it from meta-oe once it get merged into core layer here On Mon, Nov 25, 2024 at 4:10 PM Hiago De Franco via lists.openembedded.org wrote: > From: Hiago De Franco > > Move hwdata recipe from meta-openembedded to openembedded-core. > > libdisplay-info is now

Re: [OE-core] [PATCH 08/35] gawk: upgrade 5.3.0 -> 5.3.1

2024-11-25 Thread Khem Raj via lists.openembedded.org
On Mon, Nov 25, 2024 at 4:02 AM Alexander Kanavin via lists.openembedded.org wrote: > From: Alexander Kanavin > > Signed-off-by: Alexander Kanavin > --- > ...c-re-enable-disabled-printf-features.patch | 35 + > ...001-m4-readline-add-missing-includes.patch | 38

Re: [OE-core] [PATCH 15/35] mtd-utils: upgrade 2.2.0 -> 2.2.1

2024-11-25 Thread Khem Raj via lists.openembedded.org
On Mon, Nov 25, 2024 at 4:02 AM Alexander Kanavin via lists.openembedded.org wrote: > From: Alexander Kanavin > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > If it is Locked at the SRCREV poi

Re: [OE-core] [scarthgap][PATCH] glibc: stable 2.39 branch updates

2024-11-25 Thread Khem Raj via lists.openembedded.org
LGTM On Mon, Nov 25, 2024 at 12:01 AM wrote: > > From: Deepthi Hemraj > > Below commits on glibc-2.39 stable branch are updated. > dcaf51b41e elf: Change ldconfig auxcache magic number (bug 32231) > b3c51635ef Make tst-strtod-underflow type-generic > b74be22f65 Add crt1-2.0.o for glibc 2.0 compa

[OE-core] [PATCH] qemu: Fix build on riscv64

2024-11-24 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu.inc | 1 + ...o-riscv.c-fix-riscv64-build-on-musl-.patch | 41 +++ 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/0001-util-util-cpuinfo-riscv.c-fix-riscv64-build-on

Re: [OE-core][PATCH] python3-setuptools: upgrade 72.1.0 -> 75.6.0

2024-11-23 Thread Khem Raj via lists.openembedded.org
this regresses python3-zopeinterface build https://0x0.st/X5Ls.do_compi On Thu, Nov 21, 2024 at 8:16 AM Trevor Gamblin via lists.openembedded.org wrote: > > Changelog: https://github.com/pypa/setuptools/blob/main/NEWS.rst > > 0001-conditionally-do-not-fetch-code-by-easy_install.patch had to be >

Re: [OE-core] [PATCH] systemd: handle llvm-objcopy behaviour when reading .note.dlopen section

2024-11-22 Thread Khem Raj via lists.openembedded.org
This fixes the problem with clang+llvm-objcopy, please install this patch On Fri, Nov 22, 2024 at 3:07 AM Ross Burton via lists.openembedded.org wrote: > > There are two behavioural differences between the objcopy in binutils > and llvm which resulted in build failures when building systemd with

Re: [oe-core][PATCHv2] gcc: add a backport patch to fix an issue with tzdata 2024b

2024-11-22 Thread Khem Raj via lists.openembedded.org
lgtm On Fri, Nov 22, 2024 at 4:27 AM Markus Volk via lists.openembedded.org wrote: > > There is an issue in the std::chrono::tzdb parser that causes problems > since the tzdata-2024b release started using %z in the main format. > > As a real world problem I encounter an issue with the waybar cloc

Re: [oe-core][PATCH] gcc: add a backport patch to fix an issue with tzdata 2024b

2024-11-21 Thread Khem Raj via lists.openembedded.org
Patch is fine however I would suggest to remove the hunk changing changellog files it will make it easy to backport On Thu, Nov 21, 2024 at 5:30 PM Markus Volk via lists.openembedded.org wrote: > There is an issue in the std::chrono::tzdb parser that causes problems > since the tzdata-2024b rele

Re: [OE-core][PATCH 2/2] python3-numpy: upgrade 1.26.4 -> 2.1.3

2024-11-21 Thread Khem Raj via lists.openembedded.org
ah that makes sense. On Thu, Nov 21, 2024 at 8:18 AM Trevor Gamblin wrote: > > > On 2024-11-21 11:13, Khem Raj wrote: > > On Thu, Nov 21, 2024 at 7:39 AM Trevor Gamblin via > > lists.openembedded.org > > wrote: > >> - This release contains numerous API chan

Re: [OE-core][PATCH 2/2] python3-numpy: upgrade 1.26.4 -> 2.1.3

2024-11-21 Thread Khem Raj via lists.openembedded.org
RISCV-32-support.patch > > b/meta/recipes-devtools/python/python3-numpy/0001-numpy-core-Define-RISCV-32-support.patch > index 676bdbb3afd..6da9047ec57 100644 > --- > a/meta/recipes-devtools/python/python3-numpy/0001-numpy-core-Define-RISCV-32-support.patch > +++ > b/meta/recipes

Re: [OE-core] [PATCH] rxvt-unicode.inc: disable the terminfo installation by setting TIC to :

2024-11-20 Thread Khem Raj via lists.openembedded.org
On Wed, Nov 20, 2024 at 8:04 PM Changqing Li via lists.openembedded.org wrote: > > > On 11/21/24 00:51, Ross Burton 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. >

Re: [OE-core] [PATCH v2] qemu/testimage: Ensure GNU tar is in test images

2024-11-20 Thread Khem Raj via lists.openembedded.org
On Wed, Nov 20, 2024 at 1:33 PM Richard Purdie via lists.openembedded.org wrote: > > We've seen cases where a ptest (strace) has a 43GB sparse file in the test > directory. busybox tar doesn't work well with this. The resulting 1.4GB > archive > takes hours to extract too. > > Ensure tar is added

Re: [OE-core] [PATCH] rust-target-config: fix cargo build with toolchain clang for riscv64

2024-11-20 Thread Khem Raj via lists.openembedded.org
On Wed, Nov 20, 2024 at 2:14 AM Sadineni, Harish via lists.openembedded.org wrote: > > From: Harish Sadineni > > bitbake cargo is getting failed when building with toolchain clang > for riscv64 with the bellow error: > > error[E0512]: cannot transmute between types of different sizes, or > depe

Re: [OE-core] [PATCH 01/19] clang.inc: Global settings for clang toolchain

2024-11-06 Thread Khem Raj
On Wed, Nov 6, 2024 at 7:54 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2024-11-05 at 10:45 -0800, Khem Raj via lists.openembedded.org > wrote: > > It is added to default distro include file > > > > Signed-off-by: Khem Raj > &g

Re: [OE-core] [PATCH 18/19] mesa: update 24.0.7 -> 24.2.2

2024-11-06 Thread Khem Raj
. Sounds good I have included it to make sure This does not regress > > Alex > > On Tue, 5 Nov 2024 at 19:46, Khem Raj via lists.openembedded.org > wrote: > > > > From: Markus Volk > > > > - Remove patches that have been merged upstream > > - Remove

Re: [OE-core] [PATCH 16/19] sdks: Add clang toolchain to SDKs

2024-11-06 Thread Khem Raj
On Wed, Nov 6, 2024 at 2:38 AM Mathieu Dubois-Briand < mathieu.dubois-bri...@bootlin.com> wrote: > On Tue, Nov 05, 2024 at 10:45:35AM -0800, Khem Raj wrote: > > Use SDK_TOOLCHAINS_LANGS to tether clang toolchain into SDKs > > > > Signed-off-by: Khem Raj > > ---

Re: [OE-core] [PATCH scarthgap] systemd: stable update 255.4 -> 255.13

2024-11-05 Thread Khem Raj
On Tue, Nov 5, 2024 at 11:55 AM Randy MacLeod wrote: > > On 2024-11-02 6:16 p.m., Randy MacLeod via lists.openembedded.org wrote: > > From: Randy MacLeod > > Full change log: >https://github.com/systemd/systemd-stable/compare/v255.4...v255.13 > > Signed-off-by: Randy MacLeod > --- > ...stem

[OE-core] [PATCH 16/19] sdks: Add clang toolchain to SDKs

2024-11-05 Thread Khem Raj
Use SDK_TOOLCHAINS_LANGS to tether clang toolchain into SDKs Signed-off-by: Khem Raj --- documentation/ref-manual/variables.rst | 2 +- meta/classes-recipe/populate_sdk_base.bbclass | 2 ++ .../packagegroup-clang-cross-canadian.bb | 18 ++ .../packagegroup-clang

[OE-core] [PATCH 14/19] clang: PROVIDE llvm-native and llvm

2024-11-05 Thread Khem Raj
Now that clang is providing llvm as well, it should keep existing demands on llvm recipe Signed-off-by: Khem Raj --- meta/recipes-devtools/clang/clang_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/clang/clang_git.bb b/meta/recipes-devtools/clang

[OE-core] [PATCH 03/19] nonscanable.inc: Includes recipes which can not be used with clang-scan

2024-11-05 Thread Khem Raj
clang-scan is a static code analyser that comes with clang/llvm collection but all recipes may not work out of box, so mention those recipes here so that if someone wants to enable it distro/image wide they can Signed-off-by: Khem Raj --- meta/conf/distro/include/nonscanable.inc | 22

[OE-core] [PATCH 13/19] maintainers.inc: Add myself as maintainer for clang family of recipes

2024-11-05 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 7aafa7a2d14..f3ae74423a1 100644 --- a/meta/conf/distro

[OE-core] [PATCH 11/19] multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES

2024-11-05 Thread Khem Raj
llvm sourcebase is large and like gcc, it reuses same source tree to build all recipes using clang+llvm sourcebase Signed-off-by: Khem Raj --- meta/conf/multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index

[OE-core] [PATCH 15/19] rpm: Use gcc to compile always

2024-11-05 Thread Khem Raj
openMP is LLVM implementation which is used by clang for openmp runtime but it ends up with reproducibility bug in clang, until its fixed lets always use gcc Signed-off-by: Khem Raj --- meta/recipes-devtools/rpm/rpm_4.19.1.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta

[OE-core] [PATCH 04/19] scan-build.bbclass: Add class to enable clang static analyser

2024-11-05 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes-recipe/scan-build.bbclass | 60 ++ 1 file changed, 60 insertions(+) create mode 100644 meta/classes-recipe/scan-build.bbclass diff --git a/meta/classes-recipe/scan-build.bbclass b/meta/classes-recipe/scan-build.bbclass new file

[OE-core] [PATCH 17/19] toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++

2024-11-05 Thread Khem Raj
Make CLANGCC/CLANGCXX/CLANG_TIDY available in SDK Signed-off-by: Khem Raj --- meta/classes-recipe/toolchain-scripts.bbclass | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/meta/classes-recipe/toolchain-scripts.bbclass b/meta/classes-recipe/toolchain

[OE-core] [PATCH 19/19] mesa: add support for rusticl

2024-11-05 Thread Khem Raj
From: Markus Volk Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- ...n.build-workaround-for-rusticl-build.patch | 27 +++ ...6da9458c9d0348f2390dc0bea67cf140b1a0.patch | 47 +++ meta/recipes-graphics/mesa/mesa.inc | 33 + 3 files changed

[OE-core] [PATCH 18/19] mesa: update 24.0.7 -> 24.2.2

2024-11-05 Thread Khem Raj
lkan support for older intel graphics Signed-off-by: Markus Volk Note: 'kmsro' needs to be removed from mesa.bbappend in meta-raspberrypi Signed-off-by: Khem Raj --- ...-meson-do-not-pull-in-clc-for-clover.patch | 53 -- ...lude-missing-llvm-IR-header-Module.h.patch | 4

[OE-core] [PATCH 09/19] llvm: Delete

2024-11-05 Thread Khem Raj
clang recipes would PROVIDE and RPROVIDE llvm Signed-off-by: Khem Raj --- ...r-sort-ClassInfo-lists-by-name-as-we.patch | 31 --- ...-llvm-allow-env-override-of-exe-path.patch | 37 meta/recipes-devtools/llvm/llvm/llvm-config | 51 - meta/recipes-devtools/llvm/llvm_19.1.2.bb

[OE-core] [PATCH 05/19] clang-native.bbclass: Abstraction to enable clang as native compiler

2024-11-05 Thread Khem Raj
Some packages demand clang all the way, including for native pieces e.g. chromium, this helps to get that going Signed-off-by: Khem Raj --- meta/classes-recipe/clang-native.bbclass | 24 1 file changed, 24 insertions(+) create mode 100644 meta/classes-recipe/clang

[OE-core] [PATCH 06/19] cmake-native.bbclass: Abstraction to use cmake with native toolchains

2024-11-05 Thread Khem Raj
This would enable using OE built native toolchain e.g. clang-native to build cmake based native packages Signed-off-by: Khem Raj --- meta/classes-recipe/cmake-native.bbclass | 56 1 file changed, 56 insertions(+) create mode 100644 meta/classes-recipe/cmake

[OE-core] [PATCH 10/19] spirv-llvm-translator: Add recipe

2024-11-05 Thread Khem Raj
Bring it from meta-clang Signed-off-by: Khem Raj --- .../spirv-llvm-translator_git.bb | 37 +++ 1 file changed, 37 insertions(+) create mode 100644 meta/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb diff --git a/meta/recipes-devtools/spirv

[OE-core] [PATCH 12/19] distro/defaultsetup: Inherit clang, nonclangable, and nonscanable

2024-11-05 Thread Khem Raj
This ensures that when TOOLCHAIN = "clang" then the right tweaks are added for recipes to either work with clang or fallback to use gcc Signed-off-by: Khem Raj --- meta/conf/distro/defaultsetup.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/distro/defaultset

[OE-core] [PATCH 02/19] nonclangable.inc: Add recipe which can not be built with clang

2024-11-05 Thread Khem Raj
Some need adjusting commandline variables and other parameters all get housed here Signed-off-by: Khem Raj --- meta/conf/distro/include/nonclangable.inc | 687 ++ 1 file changed, 687 insertions(+) create mode 100644 meta/conf/distro/include/nonclangable.inc diff --git a

[OE-core] [PATCH 08/19] clang/recipes: Add missing SUMMARY field

2024-11-05 Thread Khem Raj
Enhance description while here Signed-off-by: Khem Raj --- .../clang/clang-cross-canadian_git.bb | 2 +- meta/recipes-devtools/clang/clang-cross_git.bb| 2 +- meta/recipes-devtools/clang/clang-crosssdk_git.bb | 2 +- meta/recipes-devtools/clang/clang_git.bb

[OE-core] [PATCH 01/19] clang.inc: Global settings for clang toolchain

2024-11-05 Thread Khem Raj
It is added to default distro include file Signed-off-by: Khem Raj --- meta/conf/distro/include/clang.inc | 147 + 1 file changed, 147 insertions(+) create mode 100644 meta/conf/distro/include/clang.inc diff --git a/meta/conf/distro/include/clang.inc b/meta/conf

Re: [OE-core] [PATCH v3 1/2] tcl: update 8.6.15 -> 9.0.0

2024-11-05 Thread Khem Raj
On Tue, Nov 5, 2024 at 10:10 AM Alexander Kanavin wrote: > > On Tue, 5 Nov 2024 at 19:05, Khem Raj wrote: > > > > On Tue, Nov 5, 2024 at 1:37 AM Alexander Kanavin > > wrote: > > > > > > There's an issue in tcl 9 recipe (tclsh is incorrectly s

Re: [OE-core] [PATCH v3 1/2] tcl: update 8.6.15 -> 9.0.0

2024-11-05 Thread Khem Raj
e done too. > > If you can share the list of further fails I'd appreciate, so I don't > have to build meta-oe world locally. > > Alex > > On Mon, 4 Nov 2024 at 23:11, Khem Raj wrote: > > > > On Mon, Nov 4, 2024 at 1:52 PM Alexander Kanavin > >

Re: [OE-core] [PATCH v3 1/2] tcl: update 8.6.15 -> 9.0.0

2024-11-04 Thread Khem Raj
bedded. > > Alex > > On Fri 1. Nov 2024 at 18.51, Khem Raj wrote: >> >> here are couple of fails on meta-openembedded layers >> >> https://errors.yoctoproject.org/Errors/Build/194630/ >> >> On Thu, Oct 31, 2024 at 3:16 AM Alexander Kanavin via >>

[OE-core] [PATCH v4] python3-libarchive-c: Avoid using find_library python API

2024-11-02 Thread Khem Raj
ed20aba335996d3aa97d99dfc122eb5a3a26ba1b Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Sat, 2 Nov 2024 11:06:01 -0700 +Subject: [PATCH] ffi: Insert a replacable anchor for find_library + +@@REPLACE_FIND_LIBRARY_API@@ must be sustituted from bitbake environment via +recipe. This also helps in detecting changes to

Re: [OE-core] [PATCH v3 1/2] tcl: update 8.6.15 -> 9.0.0

2024-11-01 Thread Khem Raj
here are couple of fails on meta-openembedded layers https://errors.yoctoproject.org/Errors/Build/194630/ On Thu, Oct 31, 2024 at 3:16 AM Alexander Kanavin via lists.openembedded.org wrote: > > From: Alexander Kanavin > > Make adjustments needed for ptests: among others, > the binary.test needs

[OE-core] [PATCH v2] ppp: Add pam and openssl via packageconfig

2024-10-31 Thread Khem Raj
7;nonnull' 38 | pam_authenticate(pam_handle_t *pamh, int flags); | ^~~~ Signed-off-by: Khem Raj --- v2: Use pkgconfig to search for openssl and pam libs meta/recipes-connectivity/ppp/ppp_2.5.1.bb | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/

Re: [OE-core] [PATCH v2 0/2] wic support different sector size

2024-10-30 Thread Khem Raj
On Wed, Oct 30, 2024 at 7:11 PM Vince Chang via lists.openembedded.org wrote: > > Hi Alex, > > On Wed, 30 Oct 2024 at 21:01, Alexander Kanavin via lists.openembedded.org > > These two patches have merged, and unfortunately there are now > > failures on the autobuilder: > > https://valkyrie.yoctopr

[OE-core] [PATCH] ppp: Add pam and openssl via packageconfig

2024-10-30 Thread Khem Raj
7;nonnull' 38 | pam_authenticate(pam_handle_t *pamh, int flags); | ^~~~ Signed-off-by: Khem Raj --- meta/recipes-connectivity/ppp/ppp_2.5.1.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/ppp/ppp_2.5.1.bb b/meta/rec

  1   2   3   4   5   6   7   8   9   10   >