Re: [OE-core] [PATCH] stress-ng: Do not enforce gold linker

2023-01-02 Thread Alexander Kanavin
Can this be made a patch and submitted upstream? Patching like that with sed is prone to silent regressions. Alex On Tue, 3 Jan 2023 at 08:31, Khem Raj wrote: > > This can then be controlled by yocto environment through LDFLAGS if > needed since we support multiple linkers and distro policy may

Re: [OE-Core][PATCH 2/2] default-distrovars: Include "c" in IMAGE_LINGUAS for glibc

2023-01-02 Thread Alex Kiernan
On Mon, Jan 2, 2023 at 11:03 PM Richard Purdie wrote: > > On Mon, 2023-01-02 at 22:47 +, Alex Kiernan wrote: > > glibc 2.35 introduced C.UTF-8, we should include this by default. > > > > Signed-off-by: Alex Kiernan > > --- > > > > meta/conf/distro/include/default-distrovars.inc | 2 ++ > >

[OE-core] [PATCH] stress-ng: Do not enforce gold linker

2023-01-02 Thread Khem Raj
This can then be controlled by yocto environment through LDFLAGS if needed since we support multiple linkers and distro policy may want a different linker, moreover gold fails on ppc32 to link since its missing Fixes errors like below on ppc/gold + clang

[OE-core] NVD data format change and cve-check migration

2023-01-02 Thread Marta Rybczynska
Hello all, NVD (which we use for the cve-check database) has been working on the new format for some time. What I understand is that they plan to retire old API and all the feeds (like the one we use) by september 2023. Has anyone started working on migration of the cve-check to this new format?

[OE-core] [PATCH] librepo: upgrade 1.14.5 -> 1.15.1

2023-01-02 Thread wangmy
From: Wang Mingyu Changelog: === Adds API support for waiting on network in an event driven manner (new API function lr_handle_network_wait) OpenPGP API extension and fixes (new API functions lr_gpg_*) Update license format to "LGPL-2.1-or-later" Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH] btrfs-tools: upgrade 6.0.2 -> 6.1

2023-01-02 Thread wangmy
From: Wang Mingyu Changelog: == * filesystem df: add json output * qgroup show: add json output * new command: 'inspect-internal map-swapfile' to check swapfile and its swapfile_offset value used for hibernation * corrupt-block: fix parsing of option --root argument * experimental

Re: [OE-Core][PATCH 2/2] default-distrovars: Include "c" in IMAGE_LINGUAS for glibc

2023-01-02 Thread Richard Purdie
On Mon, 2023-01-02 at 22:47 +, Alex Kiernan wrote: > glibc 2.35 introduced C.UTF-8, we should include this by default. > > Signed-off-by: Alex Kiernan > --- > > meta/conf/distro/include/default-distrovars.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

[OE-Core][PATCH 2/2] default-distrovars: Include "c" in IMAGE_LINGUAS for glibc

2023-01-02 Thread Alex Kiernan
glibc 2.35 introduced C.UTF-8, we should include this by default. Signed-off-by: Alex Kiernan --- meta/conf/distro/include/default-distrovars.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/default-distrovars.inc

[OE-Core][PATCH 1/2] classes: image: Set empty weak default IMAGE_LINGUAS

2023-01-02 Thread Alex Kiernan
This is already set in default-distrovars.inc and so this assignment will almost never succeed. Rather than leaving it to confuse, set an empty weak default. Signed-off-by: Alex Kiernan --- meta/classes-recipe/image.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[OE-core] Current high bug count owners for Yocto Project 4.2

2023-01-02 Thread Stephen Jolley
All, Below is the list as of top 31 bug owners as of the end of WW01 of who have open medium or higher bugs and enhancements against YP 4.2. There are 79 possible work days left until the final release candidates for YP 4.2 needs to be released. Who Count michael.opdenac...@bootlin.com 35

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-01-02 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[OE-core] [PATCH 2/2] rust: Fix build with 64bit time_t

2023-01-02 Thread Khem Raj
The vendored copy of zlib undefines _FILE_OFFSET_BITS when _LARGEFILE64_SOURCE is defined and enabling 64bit time_t requires 64bit off_t ( _FILE_OFFSET_BITS=64 ), therefore remove this from the zlib module Signed-off-by: Khem Raj --- meta/recipes-devtools/rust/rust-source.inc| 1 +

[OE-core] [PATCH 1/2] time64.conf: Add GLIBC_64BIT_TIME_FLAGS on ppc/x86 as well

2023-01-02 Thread Khem Raj
Make mips expression across all 32bit mips architectures Signed-off-by: Khem Raj --- meta/conf/distro/include/time64.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index

Re: [OE-core] C.UTF-8 in glibc

2023-01-02 Thread Alex Kiernan
On Mon, Jan 2, 2023 at 4:28 PM Richard Purdie wrote: > > On Sun, 2023-01-01 at 18:32 +, Alex Kiernan wrote: > > glibc got an official C.UTF-8 in 2.35, but we don't appear to install > > it by default... if I add "c" to IMAGE_LINGUAS then it gets installed, > > but it feels like this ought to

Re: [OE-core] [PATCH 2/2] cve-update-db-native: avoid partial updates

2023-01-02 Thread Marta Rybczynska
On Mon, Jan 2, 2023 at 2:14 PM Jose Quaresma wrote: > Hi Marta, > > Marta Rybczynska escreveu no dia segunda, > 2/01/2023 à(s) 07:03: > >> The database update has been done on the original file. In case of >> network connection issues, temporary outage of the NVD server or >> a similar

Re: [OE-core] C.UTF-8 in glibc

2023-01-02 Thread Richard Purdie
On Sun, 2023-01-01 at 18:32 +, Alex Kiernan wrote: > glibc got an official C.UTF-8 in 2.35, but we don't appear to install > it by default... if I add "c" to IMAGE_LINGUAS then it gets installed, > but it feels like this ought to be default? Or even stronger and have > it separate from

Re: [OE-core] Toaster: where are variable descriptions used?

2023-01-02 Thread Richard Purdie
On Mon, 2023-01-02 at 17:12 +0100, Michael Opdenacker via lists.openembedded.org wrote: > Hello, > > I'm checking for Bitbake variables which should be documented in > meta/conf/documentation.conf, but before that, I'd like to check how > such information is used. > > In the "Bitbake

[OE-core] Struggling to get QEMU sound working on core-image-base

2023-01-02 Thread Mark Jonas
Hi, I have difficulties getting core-image-base and QEMU x86-64 sound output working. I do not even get to the point of having a visible ALSA sound device. What part of the puzzle am I missing? Alternatively, can someone point me to a (simple) YP image where sound works with QEMU x86 or x86-64?

Re: [OE-core] [langdale][kirkstone][PATCH] go-mod.bbclass: Allow network in do_compile

2023-01-02 Thread Stefan Herbrechtsmeier
Hi Martin, Am 26.12.2022 um 10:59 schrieb Martin Jansa via lists.openembedded.org: On Mon, Dec 26, 2022 at 10:38 AM Vyacheslav Yurkov wrote: Martin, I did see that patch series, but I was not sure about its state, therefore I didn't try it. If I understood correctly, that

[OE-core] [PATCH v2] cairo: fix CVE patches assigned wrong CVE number

2023-01-02 Thread Quentin Schulz
From: Quentin Schulz CVE-2019-6461 and CVE-2019-6462 are fixed, but the reporting is incorrect as the patch for CVE-2019-6461 is actually for CVE-2019-6462 and vice-versa. This swaps both files and edit the CVE field to report the correct identifier. Cc: Quentin Schulz Signed-off-by: Quentin

Re: [OE-core] [PATCH 2/2] cve-update-db-native: avoid partial updates

2023-01-02 Thread Jose Quaresma
Hi Marta, Marta Rybczynska escreveu no dia segunda, 2/01/2023 à(s) 07:03: > The database update has been done on the original file. In case of > network connection issues, temporary outage of the NVD server or > a similar situation, the function could exit with incomplete data > in the