Re: [OE-core] [PATCH 10/16] gawk: Fix ptest dependency

2023-03-10 Thread Khem Raj
On Fri, Mar 10, 2023 at 4:27 PM Richard Purdie wrote: > > The gawk ptests need some locale information, add the missing dependency > so tests work in minimal images. > > Signed-off-by: Richard Purdie > --- > meta/recipes-extended/gawk/gawk_5.2.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] systemd.bbclass: Add /usr/lib/systemd to searchpaths as well

2023-03-10 Thread Khem Raj
/system/lircmd.service Signed-off-by: Khem Raj --- meta/classes-recipe/systemd.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes-recipe/systemd.bbclass b/meta/classes-recipe/systemd.bbclass index f9c92e6c2a..9a16babe43 100644 --- a/meta/classes-recipe/systemd.bbclass +++ b/meta

Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-03-08 Thread Khem Raj
-02-22 at 22:58 -0800, Khem Raj wrote: > > > Use DT_RUNPATH over DT_RPATH. If DT_RUNPATH is present, LD_LIBRARY_PATH > > > is searched before > > > DT_RUNPATH, Search order is DT_RPATH then LD_LIBRARY_PATH then > > > DT_RUNPATH, this order ensures that inj

[OE-core] [PATCH] rpm: Fix hdr_hash function prototype

2023-03-03 Thread Khem Raj
Signed-off-by: Khem Raj --- ...y_hash_t-instead-of-long-in-hdr_hash.patch | 35 +++ meta/recipes-devtools/rpm/rpm_4.18.0.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-devtools/rpm/files/0001-python-Use-Py_hash_t-instead-of-long

[OE-core] [PATCH] libcomps: Fix callback function prototype for PyCOMPS_hash

2023-03-03 Thread Khem Raj
Signed-off-by: Khem Raj --- ...hash_t-instead-of-long-in-PyCOMPS_ha.patch | 66 +++ .../libcomps/libcomps_0.1.19.bb | 1 + 2 files changed, 67 insertions(+) create mode 100644 meta/recipes-devtools/libcomps/libcomps/0001-libcomps-Use-Py_hash_t-instead-of-long

[OE-core] [PATCH] vte: Fix -Wenum-constexpr-conversion warning

2023-03-01 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ty.cc-Do-not-typecast-to-GSpawnFlags.patch | 58 +++ meta/recipes-support/vte/vte_0.70.2.bb| 3 +- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/vte/vte/0001-vtepty.cc-Do-not-typecast

[OE-core] [PATCH] opensbi: Upgrade to 1.2 release

2023-03-01 Thread Khem Raj
Here is list of changes in this major release https://github.com/riscv-software-src/opensbi/compare/v1.1...v1.2 Signed-off-by: Khem Raj --- meta/recipes-bsp/opensbi/{opensbi_1.1.bb => opensbi_1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/open

[OE-core] [PATCH] opensbi: Do not add dependencies if RISCV_SBI_FDT is not set

2023-03-01 Thread Khem Raj
Dependencies only make sense when opensbi is being used to deliver payload which maybe an artifact of kernel or u-boot, otherwise it should be not added. This avoids circular dependencies when RISCV machines do not define RISCV_SBI_PAYLOAD but do define RISCV_SBI_FDT Signed-off-by: Khem Raj

Re: [OE-core][dunfell][PATCH] gcc: Fix inconsistent noexcept specifier for valarray in libstdc++

2023-03-01 Thread Khem Raj
lgtm On Tue, Feb 28, 2023 at 11:17 PM BINDU wrote: > > From: Virendra Thakur > > Backport of gcc upstream commit 2b2d97fc545635a0f6aa9c9ee3b017394bc494bf > to gcc release 9.5.0. This fix is available to all release-branches > except releases/gcc-9 because upstream do not support gcc-9 now. > >

[OE-core] [PATCH] kernel: Add kernel specific OBJDUMP

2023-02-28 Thread Khem Raj
at places during build and it maybe set to use llvm objcopy when using clang. That should be a deliberate setting when clang is used for kernel as well, otherwise it should use binutils provided objcopy Signed-off-by: Khem Raj Cc: Bruce Ashfield --- meta/classes-recipe/kernel-arch.bbclass

Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-02-28 Thread Khem Raj
yoctoproject.org/typhoon/#/builders/53/builds/6741/steps/14/logs/stdio > > I already reported it on the gdb upgrade: > > https://lists.openembedded.org/g/openembedded-core/topic/97152035#177576 > > > On 22/02/2023 22:58:16-0800, Khem Raj wrote: > > Use DT_RUNPATH over DT_RP

Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-02-26 Thread Khem Raj
On Thu, Feb 23, 2023 at 5:56 PM Khem Raj wrote: > > On Thu, Feb 23, 2023 at 3:34 PM Alexandre Belloni > wrote: > > > > Could this be the cause of this? > > > > https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20230223-79c9rmcw/packages/diff-html/

[OE-core] [PATCH] musl: Update to tip of trunk

2023-02-24 Thread Khem Raj
libc-internal malloc for pthread_atfork * 7d358599 prevent invalid reads of nl_arg in printf_core * c5f4b2df elf.h: add ELFCOMPRESS_ZSTD * 159d1f6c semaphores: fix missed wakes from ABA bug in waiter count logic Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed

Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-02-23 Thread Khem Raj
pgrade patch meanwhile. > > On 22/02/2023 22:58:16-0800, Khem Raj wrote: > > Use DT_RUNPATH over DT_RPATH. If DT_RUNPATH is present, LD_LIBRARY_PATH is > > searched before > > DT_RUNPATH, Search order is DT_RPATH then LD_LIBRARY_PATH then > > DT_RUNPATH, this order e

[OE-core] [PATCH] grub: Handle R_RISCV_CALL_PLT reloc

2023-02-23 Thread Khem Raj
These are new in binutils 2.40+ Signed-off-by: Khem Raj --- ...risc-v-Handle-R_RISCV_CALL_PLT-reloc.patch | 48 +++ meta/recipes-bsp/grub/grub2.inc | 1 + 2 files changed, 49 insertions(+) create mode 100644 meta/recipes-bsp/grub/files/0001-risc-v-Handle

[OE-core] [PATCH] tune-riscv.inc: Add riscv64nc to available tunes list

2023-02-23 Thread Khem Raj
This was missed when riscv64nc was added Signed-off-by: Khem Raj --- meta/conf/machine/include/riscv/tune-riscv.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/riscv/tune-riscv.inc b/meta/conf/machine/include/riscv/tune-riscv.inc index

Re: [OE-core] [PATCH] binutils: Fix nativesdk ld.so search

2023-02-23 Thread Khem Raj
Thanks for the patch it seems ok to me At least it’s not poking at build machine for ld.so.conf anymore On Thu, Feb 23, 2023 at 9:56 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Currently binutils in buildtools is searching for /etc/etc/ld.so.conf > which makes no sense.

Re: [OE-core] Difference between INIT_MANAGER="none" and INIT_MANAGER="sysvinit"?

2023-02-23 Thread Khem Raj
On Thu, Feb 23, 2023 at 9:09 AM Michael Opdenacker via lists.openembedded.org wrote: > > Greetings > > I'm trying to document the possible values of INIT_MANAGER. > > I'm using the master branch of Poky, and whether I'm using > INIT_MANAGER="none" or INIT_MANAGER="sysvinit" in conf/local.conf,

[OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-02-22 Thread Khem Raj
distributions already Signed-off-by: Khem Raj --- meta/recipes-devtools/binutils/binutils.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index b2dbf241df..c69d29448f 100644 --- a/meta/recipes-devtools

Re: [OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
On Wed, Feb 22, 2023 at 5:35 PM Khem Raj wrote: > > On Wed, Feb 22, 2023 at 3:43 PM Alexandre Belloni > wrote: > > > > Hello, > > > > This failed on musl: > > > > | checking minix/config.h usability... > > ../../gdb-13.1/gdbserver/linux-low.c

Re: [OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
libc_pthread_init@GLIBC_PRIVATE' collect2: error: ld returned 1 exit status configure:28588: $? = 1 > > On 22/02/2023 08:53:58-0800, Khem Raj wrote: > > Pass -Wno-enum-constexpr-conversion with clang > > > > GDB 13.1 includes the following changes and enhancements: >

Re: [OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
send a v4 which should fix musl issue, I was able to reproduce it. > Note that reproducible still failed: > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2438/steps/13/logs/stdio > This I need to reproduce first. > > On 22/02/2023 08:53:58-0800, Khem Raj wrote: > >

[OE-core] [PATCH v4] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
debug solib-frv Use the "set/show debug solib" commands instead. For a complete list and more details on each item, please see the gdb/NEWS file, available at [1]: [1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-13.1-release Signed-off-by: Khe

Re: [OE-core] Yocto reproducibilty issue :: rust-llvm binary differences

2023-02-22 Thread Khem Raj
On Wed, Feb 22, 2023 at 3:10 AM Alexander Kanavin wrote: > > I took a look at libRemarks.so and libLTO.so. If you run 'objdump -s' > on them, you'll see that they differ only in 'gnu.build-id' property, > and are otherwise identical. So you need to look into why the id is > different, I don't

[OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
debug solib-frv Use the "set/show debug solib" commands instead. For a complete list and more details on each item, please see the gdb/NEWS file, available at [1]: [1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-13.1-release Sign

[OE-core] [PATCH v2] gdb: Upgrade to 13.1

2023-02-21 Thread Khem Raj
debug solib-frv Use the "set/show debug solib" commands instead. For a complete list and more details on each item, please see the gdb/NEWS file, available at [1]: [1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-13.1-release Sig

[OE-core] [PATCH] gdb: Upgrade to 13.1

2023-02-21 Thread Khem Raj
solib" commands instead. For a complete list and more details on each item, please see the gdb/NEWS file, available at [1]: [1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-13.1-release Signed-off-by: Khem Raj --- meta/conf/distro/include/

Re: [OE-core] [PATCH 09/11] build-appliance-image: QB_MEM: allow user config

2023-02-21 Thread Khem Raj
On Tue, Feb 21, 2023 at 12:45 PM Trevor Woerner wrote: > > Allow the user to specify a QB_MEM value of their choosing, otherwise set it > to a default value. > > Signed-off-by: Trevor Woerner > --- > meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 +- > 1 file changed, 1

Re: [OE-core] [PATCH] gdb: Upgrade to 12.1

2023-02-21 Thread Khem Raj
On Tue, Feb 21, 2023 at 5:27 PM Randy MacLeod wrote: > On 2022-05-12 15:28, Khem Raj wrote: > > Release Announcement [1] and Notes [2] > > [1] https://lists.gnu.org/archive/html/info-gnu/2022-05/msg0.html > [2] > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.g

Re: [OE-core] [RFC][PATCH] libssh2: Update patch to apply and fix malformed Upstream-Status

2023-02-15 Thread Khem Raj
then be able to run on the patchset they are about to post for review. Otherwise, it just add on to upstreaming friction that developer experiences and it won't scale. > On Wed, Feb 15, 2023 at 9:35 PM Khem Raj wrote: >> >> On Wed, Feb 15, 2023 at 11:26 AM Khem Raj wrote: >> &g

Re: [OE-core] [RFC][PATCH] libssh2: Update patch to apply and fix malformed Upstream-Status

2023-02-15 Thread Khem Raj
On Wed, Feb 15, 2023 at 11:26 AM Khem Raj wrote: > > On Wed, Feb 15, 2023 at 9:18 AM Martin Jansa wrote: > > > > * I've noticed this, because patchreview.py reports Malformed > > Upstream-Status in this one now, but the QA check in insane.bbclass > >

Re: [OE-core] [RFC][PATCH] libssh2: Update patch to apply and fix malformed Upstream-Status

2023-02-15 Thread Khem Raj
On Wed, Feb 15, 2023 at 9:18 AM Martin Jansa wrote: > > * I've noticed this, because patchreview.py reports Malformed > Upstream-Status in this one now, but the QA check in insane.bbclass > wasn't reporting it before > > * the reason why insane.bbclass doesn't report it is because: >

Re: [OE-core] [PATCH 2/2] site: remove at-spi2-core values

2023-02-14 Thread Khem Raj
these would need some testing, I wonder if there are other autotooled recipes which indirectly are using these cached values. On Tue, Feb 14, 2023 at 7:56 AM Ross Burton wrote: > > at-spi2-core is built with Meson now, so these values are not needed. > > Signed-off-by: Ross Burton > --- >

Re: [OE-core] [PATCH] libcgroup: clean up musl DEPENDS

2023-02-14 Thread Khem Raj
On Tue, Feb 14, 2023 at 8:42 AM Ross Burton wrote: > > libcgroup uses fts_* functions, but these are not implemented in musl so > we depend on the fts recipe and force a link to libfts. > > However since 3.0.0 libcgroup will automatically look for fts_open in > both libc and libfts[1], so this

[OE-core] [PATCH] elfutils: Backport fix for DW_TAG_unspecified_type handling

2023-02-14 Thread Khem Raj
Re-enable funcretval tests Signed-off-by: Khem Raj --- .../elfutils/elfutils_0.188.bb| 3 +- .../handle_DW_TAG_unspecified_type.patch | 88 +++ 2 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/elfutils/files

[OE-core] [PATCH 2/3] stress-ng: Add missing header files for clock_adjtime

2023-02-13 Thread Khem Raj
Signed-off-by: Khem Raj --- ...nclude-sys-futex.h-for-clock_adjtime.patch | 32 +++ .../stress-ng/stress-ng_0.15.03.bb| 1 + 2 files changed, 33 insertions(+) create mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-Include-sys-futex.h

[OE-core] [PATCH 3/3] gstreamer1.0-plugins-good: Fix build with musl

2023-02-13 Thread Khem Raj
musl's definition of ioctl() API is different from glibc's and gst has built upon definition from glibc which was being warned about but now compilers can check signatures of funciton pointers, means it becomes an error with clang16+ Signed-off-by: Khem Raj --- ...ine-ioctl_req_t-for-posix

[OE-core] [PATCH 1/3] unfs3: Add missing header files

2023-02-13 Thread Khem Raj
These enable builds with additional warnings as errors Signed-off-by: Khem Raj --- .../unfs3/0001-fix-building-on-macOS.patch| 27 +++ meta/recipes-devtools/unfs3/unfs3_git.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-devtools/unfs3

Re: [OE-core] DNF5

2023-02-09 Thread Khem Raj
Is there some reading material for quick highlights of dnf5 and its future ? On Thu, Feb 9, 2023 at 4:05 AM Ross Burton wrote: > > Hi, > > At FOSDEM there were was a session about DNF 5 and someone (sorry if you’re > reading this, I can’t remember your name) came to the stand to ask if we’ve >

Re: [OE-core] [PATCH] glibc: unify wordsize.h between arm and aarch64

2023-02-09 Thread Khem Raj
ader-between-arm-and-aarch64.patch > @@ -11,10 +11,10 @@ Upstream-Status: Inappropriate [ OE-Specific ] > > Signed-off-by: Khem Raj > --- > - sysdeps/aarch64/bits/wordsize.h | 8 ++-- > - sysdeps/{aarch64 => arm}/bits/wordsize.h | 10 +++--- > - 2 files

[OE-core] [PATCH] lttng-tools: Update LFS64 patch with upstream feedback

2023-02-08 Thread Khem Raj
See https://review.lttng.org/c/lttng-tools/+/9268 Signed-off-by: Khem Raj --- ...pat-Define-off64_t-as-off_t-on-linux.patch | 26 ++- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t

Re: [OE-core] [meta-oe][PATCH] nlohmann-json: Allow empty main package for SDK

2023-02-06 Thread Khem Raj
On Mon, Feb 6, 2023 at 1:36 PM Tom Hochstein wrote: > > Oops, I don’t often send for non OE-Core and I forgot there was a separate > mailing list for that. I usually just cut and paste from here: > > > > http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#Sending_patches > > >

Re: [OE-core] [PATCH 2/3] libc-locale: Fix on target locale generation

2023-02-04 Thread Khem Raj
On Sat, Feb 4, 2023 at 3:41 AM Richard Purdie wrote: > > If on target locale generation is used, it fails at first boot showing > errors about a missing directory. Ensure the directory exists. > > Signed-off-by: Richard Purdie > --- > meta/classes-recipe/libc-package.bbclass | 1 + > 1 file

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

2023-02-03 Thread Khem Raj
Details are here [1] and summary of changes is here [2] [1] https://sourceware.org/glibc/wiki/Release/2.37 [2] https://sourceware.org/pipermail/libc-announce/2023/35.html Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...2.36.bb => cross-locale

[OE-core] [PATCH] scons.bbclass: Make MAXLINELENGTH overridable

2023-02-02 Thread Khem Raj
older scons do not support MAXLINELENGTH and some packages still may be using older scons, these recipes can clear SCONS_MAXLINELENGTH in them and get going. Set SCONS_MAXLINELENGTH = "" in such recipes. Signed-off-by: Khem Raj Cc: Martin Jansa --- meta/classes-recipe/scons.b

[OE-core] [PATCH] scons: Pass MAXLINELENGTH to scons invocation

2023-01-29 Thread Khem Raj
. This issue is also reported in mongodb [1] [1] https://jira.mongodb.org/browse/SERVER-38389 Signed-off-by: Khem Raj --- meta/classes-recipe/scons.bbclass | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/meta/classes-recipe/scons.bbclass b/meta/classes-recipe

Re: [OE-core] [PATCH] nghttp2: Always enable python bindings

2023-01-28 Thread Khem Raj
I have sent a v2, please disregard this one. On Sat, Jan 28, 2023 at 3:30 PM Khem Raj wrote: > > This makes the build host agnostic, otherwise on some hosts e.g. (archlinux) > it ends up using cython compiler from build host, mixing python3-native > and cython from host is

[OE-core] [PATCH v2] nghttp2: Disable python bindings

2023-01-28 Thread Khem Raj
python-native [1] https://github.com/nghttp2/nghttp2/commit/b4cb3b0090b704f2461766c455568b311013272f Signed-off-by: Khem Raj --- v2: Disable python bindings meta/recipes-support/nghttp2/nghttp2_1.51.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Khem Raj
I have sent a fix for nghttp2 which unblocks builds on archlinux build hosts atleast. On Sat, Jan 28, 2023 at 3:17 PM Khem Raj wrote: > > still failing on archlinux > > | [26/27] Generating nghttp2.c > | /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: > Fut

[OE-core] [PATCH] nghttp2: Always enable python bindings

2023-01-28 Thread Khem Raj
the bindings explicitly. Signed-off-by: Khem Raj --- meta/recipes-support/nghttp2/nghttp2_1.51.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb index fc1a592200..4402b80d1a

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Khem Raj
still failing on archlinux | [26/27] Generating nghttp2.c | /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File:

[OE-core] [PATCH v2 1/2] busybox: 1.35.0 -> 1.36.0

2023-01-26 Thread Khem Raj
From: Andrej Valek - update to next (un)stable version 1.36.0 - refresh defconfig - disable new applets (tree, tsort, seedrng) - use hw-accel for sha1/256 sums when available - remove and refresh already merged patches Signed-off-by: Andrej Valek Signed-off-by: Khem Raj --- v2: Rebased

[OE-core] [PATCH 2/2] busybox: Make provisions to disable sha256/sha1 accelaration on x86

2023-01-26 Thread Khem Raj
-January/090078.html Signed-off-by: Khem Raj Cc: Andrej Valek --- v2: Disable sha accels on glibc/x86 as well meta/recipes-core/busybox/busybox/sha1sum.cfg | 1 - meta/recipes-core/busybox/busybox/sha256sum.cfg | 1 - meta/recipes-core/busybox/busybox/sha_accel.cfg | 2 ++ meta/recipes-core

[OE-core] [PATCH] gdb: Define alignof using _Alignof when using C11 or newer

2023-01-26 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gdb/gdb.inc | 1 + ...sing-_Alignof-when-using-C11-or-newe.patch | 55 +++ 2 files changed, 56 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb/0008-Define-alignof-using-_Alignof-when-using-C11

Re: [OE-core] [PATCH 2/2] wic/efi-bootdisk.wks: Fix for 6.1 kernel versions

2023-01-26 Thread Khem Raj
On Thu, Jan 26, 2023 at 9:16 AM Richard Purdie wrote: > > oe-selftest efibootpartition.GenericEFITest.test_boot_efi was failing for 6.1 > kernels with: > > | ERROR: _exec_cmd: export PATH=[...] mcopy -i [...]/rootfs_boot.1.vfat -s > [...]/rootfs1/* ::/ returned '1' instead of 0 > | output: Disk

Re: [OE-core] [PATCH 0/2] kernel-yocto: drop 5.19 recipes and make 6.1 default

2023-01-26 Thread Khem Raj
On Thu, Jan 26, 2023 at 10:06 AM Bruce Ashfield wrote: > > On Thu, Jan 26, 2023 at 12:58 PM Khem Raj wrote: > > > > we need to define > > > > KBUILD_BUILD_USER="yocto" > > KBUILD_BUILD_HOST="yocto" > > > > in linux-yocto

Re: [OE-core] [PATCH 0/2] kernel-yocto: drop 5.19 recipes and make 6.1 default

2023-01-26 Thread Khem Raj
we need to define KBUILD_BUILD_USER="yocto" KBUILD_BUILD_HOST="yocto" in linux-yocto defconfigs You can use my name too :) On Thu, Jan 26, 2023 at 9:34 AM Richard Purdie wrote: > > On Thu, 2023-01-26 at 12:07 -0500, Bruce Ashfield wrote: > > On Thu, Jan 26, 2023 at 11:36 AM Richard Purdie > >

[OE-core] [PATCH 1/2] valgrind: Include missing

2023-01-26 Thread Khem Raj
Signed-off-by: Khem Raj --- ...01-drd-tests-Include-missing-cstdint.patch | 34 +++ .../valgrind/valgrind_3.20.0.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-drd-tests-Include-missing-cstdint.patch

[OE-core] [PATCH 1/3] systemd: Add another fix for using XSI strerror_r

2023-01-24 Thread Khem Raj
This makes systemd continue to work on musl Signed-off-by: Khem Raj --- ...util-Make-STRERROR-portable-for-musl.patch | 42 +++ meta/recipes-core/systemd/systemd_252.4.bb| 1 + 2 files changed, 43 insertions(+) create mode 100644 meta/recipes-core/systemd/systemd/0001

[OE-core] [PATCH 2/3] texinfo: Add missing rdep on needed perl-modules

2023-01-24 Thread Khem Raj
/lib/perl5/5.36.0) at /usr/bin/makeinfo line 29. The slew of indirect dependencies Signed-off-by: Khem Raj --- meta/recipes-extended/texinfo/texinfo_7.0.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/texinfo/texinfo_7.0.1.bb b/meta/recipes

[OE-core] [PATCH 3/3] elfutils: Remove funcretval test from run-native-test.sh for now

2023-01-24 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/elfutils/elfutils_0.188.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/elfutils/elfutils_0.188.bb b/meta/recipes-devtools/elfutils/elfutils_0.188.bb index 65cae868c7..182229becf 100644 --- a/meta/recipes-devtools

Re: [OE-core] [PATCH v3 1/3] binutils: Upgrade to 2.40 release

2023-01-24 Thread Khem Raj
t failure. I have filed a bug for upstream elfutils [1] We can wait for this to be resolved or exclude this test case for now from ptests and move ahead. I am fine either way. [1] https://sourceware.org/bugzilla/show_bug.cgi?id=30047 > > > On 20/01/2023 10:11:12-0800, Khem Raj wrote

[OE-core] [PATCH] ruby: Update the patch status

2023-01-24 Thread Khem Raj
It has been submitted to github as requested by ruby ml Signed-off-by: Khem Raj --- ...1-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/ruby/ruby/0001-fiddle-Use-C11-_Alignof-to-define

[OE-core] [PATCH 3/3] vulkan-samples: Include missing header cstdint for uint32_t

2023-01-23 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1-parser.h-Including-missing-cstdint.patch | 37 +++ .../vulkan/vulkan-samples_git.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-graphics/vulkan/vulkan-samples/0001-parser.h-Including-missing

[OE-core] [PATCH 1/3] harfbuzz: Add missing and includes

2023-01-23 Thread Khem Raj
Signed-off-by: Khem Raj --- ...subset-threads.cc-add-missing-cstdio.patch | 34 +++ .../harfbuzz/harfbuzz_6.0.0.bb| 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/0001-test-threads-hb-subset

[OE-core] [PATCH 2/3] apt: add missing for uint16_t

2023-01-23 Thread Khem Raj
Signed-off-by: Khem Raj --- ...001-add-missing-cstdint-for-uint16_t.patch | 35 +++ meta/recipes-devtools/apt/apt_2.4.5.bb| 1 + 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-devtools/apt/apt/0001-add-missing-cstdint-for-uint16_t.patch diff --git

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-23 Thread Khem Raj
On Thu, Jan 19, 2023 at 9:25 AM Jeff Law wrote: > > > > On 1/18/23 21:27, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > v1 -> v2: > > - Fix build on mingw > > - Backport fix to build with --disable-gdb > [ ... ] > Note

[OE-core] [PATCH] stress-ng: Robustify test-float test

2023-01-23 Thread Khem Raj
using clang compiler Signed-off-by: Khem Raj --- ...001-test-float-Make-variables-global.patch | 34 +++ .../stress-ng/stress-ng_0.15.02.bb| 1 + 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-test-float-Make

[OE-core] [PATCH 1/2] libusb1: Link with latomic only if compiler has no atomic builtins

2023-01-20 Thread Khem Raj
This makes build use compiler to decide from where to get atomics instead of assuming that it should always come from libatomic, helps sharing build artifacts with OSes which may not have libatomic installed because it is not required on those hosts. Signed-off-by: Khem Raj --- ...k

[OE-core] [PATCH 2/2] libusb1: Strip trailing whitespaces

2023-01-20 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-support/libusb/libusb1_1.0.26.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-support/libusb/libusb1_1.0.26.bb b/meta/recipes-support/libusb/libusb1_1.0.26.bb index 301e60c14f..122c3d48b4 100644 --- a/meta

Re: [OE-core] [PATCH v3 1/3] binutils: Upgrade to 2.40 release

2023-01-20 Thread Khem Raj
On Fri, Jan 20, 2023 at 3:47 AM Luca Ceresoli wrote: > > Hi Khem, > > On Thu, 19 Jan 2023 15:51:39 -0800 > "Khem Raj" wrote: > > > Signed-off-by: Khem Raj > > I'm afraid this time the patch does _really_ not apply, and the simple > sorcery I did f

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Khem Raj
On Thu, Jan 19, 2023 at 2:58 PM Luca Ceresoli wrote: > > Hi Khem, > > On Thu, 19 Jan 2023 08:52:09 -0800 > "Khem Raj" wrote: > > > On Thu, Jan 19, 2023 at 1:44 AM Luca Ceresoli > > wrote: > > > > > > Hi Khem, > > &g

[OE-core] [PATCH v3 3/3] elfutils: Fix build with libcurl >= 7.87

2023-01-19 Thread Khem Raj
Signed-off-by: Khem Raj --- v2 -> v3: - rebase .../elfutils/elfutils_0.188.bb| 4 +- ...od-Fix-usage-of-deprecated-CURLINFO_.patch | 49 +++ ...t-Use-CURLOPT_PROTOCOLS_STR-for-libc.patch | 34 + 3 files changed, 85 insertions(+), 2 deleti

[OE-core] [PATCH v3 2/3] binutils: Package libsframe

2023-01-19 Thread Khem Raj
libsframe is newly added in binutils 2.40 Signed-off-by: Khem Raj --- v1 -> v2: - Rebase v2 -> v3: - Rebase meta/recipes-devtools/binutils/binutils_2.40.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/binutils/binutils_2.40.bb b/meta/r

[OE-core] [PATCH 3/3] ruby: Use C11 _Alignof to define ALIGN_OF when possible

2023-01-19 Thread Khem Raj
Signed-off-by: Khem Raj --- ...Alignof-to-define-ALIGN_OF-when-poss.patch | 52 +++ meta/recipes-devtools/ruby/ruby_3.2.0.bb | 1 + 2 files changed, 53 insertions(+) create mode 100644 meta/recipes-devtools/ruby/ruby/0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when

[OE-core] [PATCH 1/3] lttng-tools: Switch to alternative upstream submitted patch

2023-01-19 Thread Khem Raj
Signed-off-by: Khem Raj --- ...pat-Define-off64_t-as-off_t-on-linux.patch | 75 ++- 1 file changed, 56 insertions(+), 19 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch b/meta/recipes-kernel/lttng/lttng-tools

[OE-core] [PATCH 2/3] libtirpc: Check if file exists before operating on it

2023-01-19 Thread Khem Raj
In some cases (e.g. mingw) this file may not be installed Signed-off-by: Khem Raj --- meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb b/meta/recipes-extended/libtirpc

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Khem Raj
On Thu, Jan 19, 2023 at 9:25 AM Jeff Law wrote: > > > On 1/18/23 21:27, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > v1 -> v2: > > - Fix build on mingw > > - Backport fix to build with --disable-gdb > [ ... ] > Note I think this is

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Khem Raj
On Thu, Jan 19, 2023 at 1:44 AM Luca Ceresoli wrote: > > Hi Khem, > > On Wed, 18 Jan 2023 20:27:22 -0800 > "Khem Raj" wrote: > > > Signed-off-by: Khem Raj > > --- > > v1 -> v2: > > - Fix build on mingw > > - Backport fix to buil

Re: [OE-core] [PATCH v2 5/5] defaultsetup: Enable largefile and 64bit time_t support systemwide

2023-01-18 Thread Khem Raj
On Wed, Jan 18, 2023 at 7:59 AM Richard Purdie wrote: > > On Tue, 2023-01-03 at 12:05 -0800, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > meta/conf/distro/defaultsetup.conf | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > &g

Re: [OE-core] [PATCH v2 5/5] defaultsetup: Enable largefile and 64bit time_t support systemwide

2023-01-18 Thread Khem Raj
On Wed, Jan 18, 2023 at 7:59 AM Richard Purdie wrote: > > On Tue, 2023-01-03 at 12:05 -0800, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > meta/conf/distro/defaultsetup.conf | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > &g

[OE-core] [PATCH v2 3/3] elfutils: Fix build with libcurl >= 7.87

2023-01-18 Thread Khem Raj
Backport needed patches and remove local workaround Signed-off-by: Khem Raj --- .../elfutils/elfutils_0.188.bb| 4 +- ...od-Fix-usage-of-deprecated-CURLINFO_.patch | 49 +++ ...t-Use-CURLOPT_PROTOCOLS_STR-for-libc.patch | 34 + 3 files changed, 85

[OE-core] [PATCH v2 2/3] binutils: Package libsframe

2023-01-18 Thread Khem Raj
libsframe is newly added in binutils 2.40 Signed-off-by: Khem Raj --- v1 -> v2: - Rebase meta/recipes-devtools/binutils/binutils_2.40.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/binutils/binutils_2.40.bb b/meta/recipes-devtools/binut

[OE-core] [PATCH v2] mdadm: Define alignof using _Alignof when using C11 or newer

2023-01-18 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Update patch status ...sing-_Alignof-when-using-C11-or-newe.patch | 52 +++ meta/recipes-extended/mdadm/mdadm_4.2.bb | 1 + 2 files changed, 53 insertions(+) create mode 100644 meta/recipes-extended/mdadm/files/0001-Define-alignof-using

Re: [OE-core] [PATCH 3/3] binutils: Delete gdb and supporting sources

2023-01-18 Thread Khem Raj
On Wed, Jan 18, 2023 at 12:47 AM Alejandro Hernandez wrote: > > Hey Khem, > > On Sun, 15 Jan 2023 at 11:44, Khem Raj wrote: >> >> Signed-off-by: Khem Raj >> --- >> meta/recipes-devtools/binutils/binutils.inc | 10 ++ >> 1 file changed, 10 ins

[OE-core] [PATCH 3/4] vulkan-samples: Drop using u8string_view

2023-01-17 Thread Khem Raj
Its deprecated in upstream fmt as well. Moreover it helps compile with latest compiler Signed-off-by: Khem Raj --- .../0001-Deprecate-u8string_view.patch| 59 +++ .../vulkan/vulkan-samples_git.bb | 1 + 2 files changed, 60 insertions(+) create mode 100644

[OE-core] [PATCH 4/4] musl-obstack: Update to 1.2.3

2023-01-17 Thread Khem Raj
Switch to void-linux github handle, void-linux is the upstream anyway this brings Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl-obstack.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/musl/musl-obstack.bb b/meta/recipes-core/musl/musl

[OE-core] [PATCH 1/4] mdadm: Define alignof using _Alignof when using C11 or newer

2023-01-17 Thread Khem Raj
Signed-off-by: Khem Raj --- ...sing-_Alignof-when-using-C11-or-newe.patch | 52 +++ meta/recipes-extended/mdadm/mdadm_4.2.bb | 1 + 2 files changed, 53 insertions(+) create mode 100644 meta/recipes-extended/mdadm/files/0001-Define-alignof-using-_Alignof-when-using-C11

[OE-core] [PATCH 2/4] python3-numpy: Define _ALIGN using _Alignof when using C11 or newer

2023-01-17 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ing-_Alignof-when-using-C11-or-newer.patch | 77 +++ .../python/python3-numpy_1.24.1.bb| 1 + 2 files changed, 78 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-numpy/0001-Define-_ALIGN-using-_Alignof-when-using

Re: [OE-Core][PATCH 3/3] qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288

2023-01-16 Thread Khem Raj
On Mon, Jan 16, 2023 at 6:05 PM Xiangyu Chen wrote: > > From: Xiangyu Chen > > On master oe, build a qemuppc64 with systemd as default init, when we > use nfs bootup, the kernel might panic due to missing symbol in dynamic > libraries as below: > > hid-generic 0003:0627:0001.0003: input: USB

Re: [OE-core] [PATCH 2/6] glib-2.0: Switch to using C11 std

2023-01-16 Thread Khem Raj
upstream glib-2,0 has not accepted these patches so lets hold on to them for now. On Sun, Jan 15, 2023 at 10:51 AM Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > ...0001-Switch-from-C99-to-C11-standard.patch | 40 + > ...efine-check_alignof-for-std-c11-

Re: [OE-core] [kirkstone][PATCH 1/1] gcc: Refactor linker patches and fix linker on arm with usrmerge

2023-01-16 Thread Khem Raj
On Mon, Jan 16, 2023 at 7:32 AM Khem Raj wrote: > > > > On Sun, Jan 15, 2023 at 11:56 PM Pavel Zhukov wrote: >> >> Backport fix from master to allow gcc to use proper linker path for >> musl [Yocto #14977]. > > > Lgtm Of the two, I think this seems to

Re: [OE-core] [kirkstone][PATCH 1/1] gcc: Refactor linker patches and fix linker on arm with usrmerge

2023-01-16 Thread Khem Raj
18..52e043917 100644 > eval [string map [list FUNC $armfunc FLAG $armflag DEFS $armdefs ] { > proc check_effective_target_arm_arch_FUNC_ok { } { > return [check_no_compiler_messages arm_arch_FUNC_ok assembly { > --- > -2.34.1 > - > diff --git > a/meta/recipes-devtools/gcc/

Re: [OE-core] [kirkstone][PATCH] gcc: Fix build with musl and usrmerge on arm

2023-01-16 Thread Khem Raj
On Sun, Jan 15, 2023 at 10:59 PM Pavel Zhukov wrote: > Backport fix from master to allow gcc to use proper linker path for > musl [Yocto #14977] Lgtm > > > Fixes: > | qemu-arm: Could not open '/lib/ld-musl-armhf.so.1': No such file or > directory > > Signed-off-by: Pavel Zhukov > --- >

[OE-core] [PATCH 6/6] cpio: Fix gnulib alignof implementation on clang

2023-01-15 Thread Khem Raj
Backport needed patches Signed-off-by: Khem Raj --- .../0001-Use-__alignof__-with-clang.patch | 42 +++ meta/recipes-extended/cpio/cpio_2.13.bb | 1 + 2 files changed, 43 insertions(+) create mode 100644 meta/recipes-extended/cpio/cpio-2.13/0001-Use-__alignof__

[OE-core] [PATCH 5/6] opkg: Define alignof using _Alignof when using C11 or newer

2023-01-15 Thread Khem Raj
Signed-off-by: Khem Raj --- ...sing-_Alignof-when-using-C11-or-newe.patch | 51 +++ meta/recipes-devtools/opkg/opkg_0.6.1.bb | 1 + 2 files changed, 52 insertions(+) create mode 100644 meta/recipes-devtools/opkg/opkg/0001-Define-alignof-using-_Alignof-when-using-C11

[OE-core] [PATCH 4/6] m4: Define alignof_slot using _Alignof when using C11 or newer

2023-01-15 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/m4/m4-1.4.19.inc| 1 + ...lot-using-_Alignof-when-using-C11-or.patch | 49 +++ 2 files changed, 50 insertions(+) create mode 100644 meta/recipes-devtools/m4/m4/0001-Define-alignof_slot-using-_Alignof-when-using-C11

[OE-core] [PATCH 2/6] glib-2.0: Switch to using C11 std

2023-01-15 Thread Khem Raj
Signed-off-by: Khem Raj --- ...0001-Switch-from-C99-to-C11-standard.patch | 40 + ...efine-check_alignof-for-std-c11-and-.patch | 44 +++ meta/recipes-core/glib-2.0/glib-2.0_2.74.4.bb | 2 + 3 files changed, 86 insertions(+) create mode 100644 meta/recipes-core

[OE-core] [PATCH 3/6] dbus: Use Alignof when using C11 or newer standard

2023-01-15 Thread Khem Raj
Fixes an UB found with with clang Signed-off-by: Khem Raj --- ...GNOF-using-_Alignof-when-using-C11-o.patch | 42 +++ meta/recipes-core/dbus/dbus_1.14.4.bb | 1 + 2 files changed, 43 insertions(+) create mode 100644 meta/recipes-core/dbus/dbus/0001-Define

[OE-core] [PATCH 1/6] libxcb: Fixed c2x standard undefined behaviour

2023-01-15 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch | 45 +++ meta/recipes-graphics/xorg-lib/libxcb_1.15.bb | 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB

<    3   4   5   6   7   8   9   10   11   12   >