[OE-core] [PATCH] musl: Update to latest trunk

2023-04-08 Thread Khem Raj
Brings these changes * 1d5750b9 fix swprintf handling of nul character in output * 0e523480 in printf, use ferror macro rather than directly inspecting flags bit * 868c9643 remove wide printf dependency on ugly hack in vfprintf * 3a051769 fix (normal, narrow) printf erroneously processing %n after

Re: [OE-core] [PATCH] tar: extend numeric-owner to ACL entries

2023-04-08 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 07/04/2023 14:58:46+0200, Piotr Ɓobacz wrote: > ACL entries store references to numeric uids/gids. on platforms that > have libacl, use `acl_to_any_text` to generate ACL strings that preserve > those numeric identifiers if `numeric-owner` is set (instead of doing a > conversion to user/g

[OE-core] [PATCH 2/2] cargo: Fix build on musl/riscv

2023-04-08 Thread Khem Raj
libc needs fix for defining scope of SOCK_SEQPACKET Signed-off-by: Khem Raj --- ...efine-SOCK_SEQPACKET-in-common-place.patch | 98 +++ meta/recipes-devtools/rust/rust-source.inc| 1 + 2 files changed, 99 insertions(+) create mode 100644 meta/recipes-devtools/rust/files/00

[OE-core] [PATCH 1/2] ffmpeg: Disable asm and rvv on riscv32

2023-04-08 Thread Khem Raj
ffmpeg 6.0 has added assembly routines which uses rv64i ISA unconditionally, ideally it should check for ISA before using those instructions. Fixes errors like :1:1: error: instruction requires the following: RV64I Base Instruction Set ld t0, (a1) ^ src/libavcodec/riscv/pixblockdsp_rvi.S:24:1: no

[OE-core] [PATCH] e2fsprogs: Define 64bit off_t on rv32

2023-04-08 Thread Khem Raj
Help configure to build it correctly on rv32 and musl especially, it shoild not ideally poke at _FILE_OFFSET_BITS, its not a portable define Signed-off-by: Khem Raj --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/e

Re: [OE-core] Reproducible build

2023-04-08 Thread Frederic Martinsons
Forget my previous question, I simply edit https://git.openembedded.org/openembedded-core/tree/meta/lib/oeqa/selftest/cases/reproducible.py#n137 to replace by zavariant, and with OEQA_DEBUGGING_SAVED_OUTPUT set , I managed to see the html diff Nevertheless, It took one hour, but it seems that it