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
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 ++
> > 1
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
/usr/lib/clang/15.0.6/lib/linux/libclang_r
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?
T
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
---
.../
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 (inte
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 a/meta/conf/distro/inclu
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
b/meta/conf/distro/include/default-distrovars.
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 a/m
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
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:
https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc
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 +
.../rust
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 c6a3b682c2..5c5335
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 b
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 situation
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 IMAGE_LI
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 variables"
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?
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
partiall
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 S
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 database.
21 matches
Mail list logo