[OE-core][dunfell][PATCH] avahi: backport Debian patches to fix multiple CVE's

2023-11-21 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri import patches from ubuntu to fix CVE-2023-1981 CVE-2023-38469 CVE-2023-38470 CVE-2023-38471 CVE-2023-38472 CVE-2023-38473 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/avahi/tree/debian/patches?h=ubuntu/focal-security Upstream

[OE-core] [PATCH v9 3/3] image.bbclass: Add glib-2.0/schemas to MULTILIBRE_ALLOW_REP

2023-11-21 Thread Khem Raj
This helps in allowing duplicate files for glib-2.0 schemas Fixes ERROR: core-image-sato-1.0-r0 do_rootfs: Multilib check error: duplicate files /mnt/b/yoe/master/build/tmp/work/qemux86_64-yoe-linux/core-image-sato/1.0/multilib/lib32/usr/share/glib-2.0/schemas/gschemas.compiled /mnt/b/yo

[OE-core] [PATCH v9 2/3] vte: Upgrade to 0.74.1

2023-11-21 Thread Khem Raj
* Inherit systemd class * Add packageconfig for fribidi support (From OE-Core rev: 6c952b332cc07aa0babec8bc2839b3701f308d54) Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni --- v9: Rebased meta/recipes-support/vte/{vte_0.74.0.bb => vte_0.74.1.bb} | 5 +++-- 1 file changed, 3

[OE-core] [PATCH v9 1/3] vte: upgrade 2.72.2 -> 2.74.0

2023-11-21 Thread Khem Raj
From: Markus Volk Rework recipe - remove legacy of the autotools buildsystem - remove BBCLASSEXTEND - build vapi dependent on gi-data - docs require gir, add a EXTRA_OEMESON:append to avoid fail in a combination where docs=true and gir=false - gtk+3 and gtk4 are requested by default-> add

Patchtest results for [OE-core][kirkstone][PATCH] openssl: fix CVE-2023-5678 Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow

2023-11-21 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch

[OE-core][kirkstone][PATCH] openssl: fix CVE-2023-5678 Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow

2023-11-21 Thread vkumbhar via lists.openembedded.org
Signed-off-by: Vivek Kumbhar --- .../openssl/openssl/CVE-2023-5678.patch | 180 ++ .../openssl/openssl_3.0.12.bb | 1 + 2 files changed, 181 insertions(+) create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-5678.patch diff --git

[OE-core][kirkstone 16/16] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-21 Thread Steve Sakoman
From: Wenlin Kang Steps to reproduce 1) add layer meta-mingw 2) add line in local.conf SDKMACHINE = "x86_64-mingw32" 3) bitbake nativesdk-libxcrypt Fixed: 1. .symver error | {standard input}: Assembler messages: | {standard input}:4: Error: unknown pseudo-op: `.symver' 2.

[OE-core][kirkstone 15/16] goarch: Move Go architecture mapping to a library

2023-11-21 Thread Steve Sakoman
From: Peter Marko Other spaces uses the Go architecture definitions as their own (for example, container arches are defined to be Go arches). To make it easier for other places to use this mapping, move the code that does the translation of OpenEmbedded arches to Go arches to a library. (From

[OE-core][kirkstone 14/16] go: Fix issue in DNS resolver

2023-11-21 Thread Steve Sakoman
From: Chaitanya Vadrevu This change adds a patch that is a partial backport of an upstream commit[1]. It fixes a bug in go's DNS resolver that was causing a docker issue where the first "docker pull" always fails after system boot if docker daemon is started before networking is completely up.

[OE-core][kirkstone 13/16] sudo: upgrade 1.9.13p3 -> 1.9.15p2

2023-11-21 Thread Steve Sakoman
From: Soumya Sambu License-update: file removed upstream Drop patch as issue fixed upstream. Changelog: === 1.9.15p2 * Fixed a bug on BSD systems where sudo would not restore the terminal settings on exit if the terminal had parity enabled. GitHub issue #326. 1.9.15p1 * Fixed

[OE-core][kirkstone 12/16] go: ignore CVE-2023-45283 and CVE-2023-45284

2023-11-21 Thread Steve Sakoman
From: Peter Marko These CVEs affect path handling on Windows. Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- meta/recipes-devtools/go/go-1.17.13.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/go/go-1.17.13.inc

[OE-core][kirkstone 11/16] ghostscript: ignore GhostPCL CVE-2023-38560

2023-11-21 Thread Steve Sakoman
From: Lee Chee Yang issue in GhostPCL. GhostPCL not part of this GhostScript recipe. Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core][kirkstone 10/16] binutils: Fix CVE-2022-48064

2023-11-21 Thread Steve Sakoman
From: Deepthi Hemraj Signed-off-by: Deepthi Hemraj Signed-off-by: Steve Sakoman --- .../binutils/binutils-2.38.inc| 1 + .../binutils/0034-CVE-2022-48064.patch| 57 +++ 2 files changed, 58 insertions(+) create mode 100644

[OE-core][kirkstone 05/16] avahi: fix CVE-2023-38470

2023-11-21 Thread Steve Sakoman
From: Meenali Gupta A vulnerability was found in Avahi. A reachable assertion exists in the avahi_escape_label() function. Signed-off-by: Meenali Gupta Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/avahi/avahi_0.8.bb | 1 + .../avahi/files/CVE-2023-38470.patch | 59

[OE-core][kirkstone 09/16] binutils: Fix CVE-2022-47007

2023-11-21 Thread Steve Sakoman
From: Deepthi Hemraj Signed-off-by: Deepthi Hemraj Signed-off-by: Steve Sakoman --- .../binutils/binutils-2.38.inc| 1 + .../binutils/0033-CVE-2022-47007.patch| 34 +++ 2 files changed, 35 insertions(+) create mode 100644

[OE-core][kirkstone 08/16] avahi: fix CVE-2023-38473

2023-11-21 Thread Steve Sakoman
From: Meenali Gupta A vulnerability was found in Avahi. A reachable assertion exists in the avahi_alternative_host_name() function. Signed-off-by: Meenali Gupta Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/avahi/avahi_0.8.bb | 1 + .../avahi/files/CVE-2023-38473.patch

[OE-core][kirkstone 07/16] avahi: fix CVE-2023-38472

2023-11-21 Thread Steve Sakoman
From: Meenali Gupta A vulnerability was found in Avahi. A reachable assertion exists in the avahi_rdata_parse() function. Signed-off-by: Meenali Gupta Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/avahi/avahi_0.8.bb | 1 + .../avahi/files/CVE-2023-38472.patch | 46

[OE-core][kirkstone 06/16] avahi: fix CVE-2023-38469

2023-11-21 Thread Steve Sakoman
From: Meenali Gupta A vulnerability was found in Avahi, where a reachable assertion exists in avahi_dns_packet_append_record. Signed-off-by: Meenali Gupta Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/avahi/avahi_0.8.bb | 1 + .../avahi/files/CVE-2023-38469.patch | 47

[OE-core][kirkstone 04/16] avahi: fix CVE-2023-38471

2023-11-21 Thread Steve Sakoman
From: Meenali Gupta A vulnerability was found in Avahi. A reachable assertion exists in the dbus_set_host_name function. Signed-off-by: Meenali Gupta Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/avahi/avahi_0.8.bb | 1 + .../avahi/files/CVE-2023-38471.patch | 73

[OE-core][kirkstone 03/16] qemu 6.2.0: Fix CVE-2023-1544

2023-11-21 Thread Steve Sakoman
From: Niranjan Pradhan Upstream Repository: https://gitlab.com/qemu-project/qemu.git Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2023-1544 Type: Security Fix CVE: CVE-2023-1544 Score: 6.3 Patch: https://gitlab.com/qemu-project/qemu/-/commit/85fc35afa93c Signed-off-by: Niranjan Pradhan

[OE-core][kirkstone 02/16] grub: fix CVE-2023-4692

2023-11-21 Thread Steve Sakoman
From: Yogita Urade An out-of-bounds write flaw was found in grub2's NTFS filesystem driver. This issue may allow an attacker to present a specially crafted NTFS filesystem image, leading to grub's heap metadata corruption. In some circumstances, the attack may also corrupt the UEFI firmware heap

[OE-core][kirkstone 01/16] tiff: Backport fix for CVE-2023-41175

2023-11-21 Thread Steve Sakoman
From: Vijay Anusuri Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/6e2dac5f904496d127c92ddc4e56eccfca25c2ee] Reference: https://security-tracker.debian.org/tracker/CVE-2023-41175 Signed-off-by: Vijay Anusuri Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 00/16] Patch review

2023-11-21 Thread Steve Sakoman
Please review this set of changes for kirkstone and have comments back by end of day Thursday, November 23 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6227 The following changes since commit 4bb6373e5f4a1330a063d1afe855d6c24d5461e7:

[OE-core] [PATCH] rust: rust package split

2023-11-21 Thread Sundeep KOKKONDA via lists.openembedded.org
The 'rustdoc' is moved to a separate 'rust-rustdoc' package. This is a workaround to make rust build is reproducible. Signed-off-by: Sundeep KOKKONDA --- meta/lib/oeqa/selftest/cases/reproducible.py | 2 +- meta/recipes-devtools/rust/rust_1.70.0.bb| 4 +++- 2 files changed, 4

Re: [OE-core] [PATCH] uki: Add support for building Unified Kernel Images

2023-11-21 Thread Dmitry Baryshkov
On Tue, 21 Nov 2023 at 16:44, Erik Schilling wrote: > > > > +BBCLASSEXTEND += "native" > > > > We've long avoided a systemd-native recipe as the meaning can be easily > > confused and I'm not thrilled to be adding one now. > > > > Perhaps this should be as a separate systemd-tools-native recipe

Re: [OE-core] [PATCH] uki: Add support for building Unified Kernel Images

2023-11-21 Thread Dmitry Baryshkov
On Mon, 20 Nov 2023 at 15:26, Bruce Ashfield wrote: > > On Mon, Nov 20, 2023 at 7:49 AM Dmitry Baryshkov wrote: > > > > On Thu, 7 Sept 2023 at 01:29, Alejandro Hernandez Samaniego > > wrote: > > > > > > > > > On 9/2/23 00:53, Richard Purdie wrote: > > > > On Fri, 2023-09-01 at 23:32 +,

Re: [OE-core][PATCH] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-21 Thread Khem Raj
On Tue, Nov 21, 2023 at 2:42 PM Richard Purdie wrote: > > On Tue, 2023-11-21 at 01:41 -0800, wenlin.k...@windriver.com via > lists.openembedded.org wrote: > > From: Wenlin Kang > > > > Steps to reproduce > > 1) add layer meta-mingw > > 2) add line in local.conf > > SDKMACHINE =

Re: [OE-core][PATCH] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-21 Thread Richard Purdie
On Tue, 2023-11-21 at 01:41 -0800, wenlin.k...@windriver.com via lists.openembedded.org wrote: > From: Wenlin Kang > > Steps to reproduce > 1) add layer meta-mingw > 2) add line in local.conf > SDKMACHINE = "x86_64-mingw32" > 3) bitbake nativesdk-libxcrypt > > Fixed: > 1. pedantic

[OE-core] [PATCH v2] python3-poetry-core: upgrade 1.7.0 -> 1.8.1

2023-11-21 Thread Tim Orling
https://github.com/python-poetry/poetry-core/blob/1.8.1/CHANGELOG.md#181---2023-10-31 https://github.com/python-poetry/poetry-core/blob/1.8.1/CHANGELOG.md#180---2023-10-31 License-Update: add vendored fastjsonschema (BSD-3-Clause) License-Update: drop vendored attr,attrs,jsonschema,pyrsistent (no

Re: [OE-core] [PATCH] rust-llvm: remove python3native dependency

2023-11-21 Thread Ross Burton
On 21 Nov 2023, at 20:50, Khem Raj wrote: >> +# Forcibly disable the detection of these packages as otherwise >> +# it will look at the host Python install >> +EXTRA_OECMAKE += "\ >> +-DPY_PYGMENTS_FOUND=OFF \ >> +-DPY_PYGMENTS_LEXERS_C_CPP_FOUND=OFF \ >> +-DPY_YAML_FOUND=OFF \ > >

Re: [OE-core] [PATCH] python3-poetry-core: upgrade 1.7.0 -> 1.8.1

2023-11-21 Thread Richard Purdie
On Mon, 2023-11-20 at 13:01 -0800, Tim Orling wrote: > https://github.com/python-poetry/poetry-core/blob/1.8.1/CHANGELOG.md#181---2023-10-31 > https://github.com/python-poetry/poetry-core/blob/1.8.1/CHANGELOG.md#180---2023-10-31 > > License-Update: add vendored fastjsonschema (BSD-3-Clause) Does

Re: [OE-core] [PATCH] rust-llvm: remove python3native dependency

2023-11-21 Thread Khem Raj
On Tue, Nov 21, 2023 at 6:06 AM Ross Burton wrote: > > From: Ross Burton > > LLVM doesn't actually need a native Python3 as the host Python is > sufficient, but as it then looks at the host for optional Python > dependencies explicitly disable their detection so that rust-llvm > remains

[OE-Core] [PATCH 1/1] classes: Fix sed command line for passwd-expire

2023-11-21 Thread Adam Johnston
From: Adam Johnston A previous commit tried to add the --follow-symlinks option to the perform_passwd_expire function in useradd_base.bbclass, however it used a single -. This is interpreted as --file=ollow-symlinks which results in... sed: couldn't open file ollow-symlinks: No such file or

[OE-Core] [PATCH 0/1] classes: Fix sed command line for passwd-expire

2023-11-21 Thread Adam Johnston
From: Adam Johnston Fixes a regression in passwd-expire, caused by a typo/syntax error when the follow-symlinks option was added to useradd_base.bbclass Adam Johnston (1): classes: Fix sed command line for passwd-expire meta/classes/useradd_base.bbclass | 2 +- 1 file changed, 1

[OE-core] [PATCH] shared-mime-info: embed PV in the filename

2023-11-21 Thread Ross Burton
From: Ross Burton As this recipe tracks the release tags we can embed the PV in the filename. Signed-off-by: Ross Burton --- .../{shared-mime-info_git.bb => shared-mime-info_2.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] Yocto Project Status 21 November 2023 (WW47)

2023-11-21 Thread Neal Caidin
Current Dev Position: YP 5.0 M1 Next Deadline: 4th December 2023 YP 5.0 M1 build Next Team Meetings: - Bug Triage meeting Thursday November 23, 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday November

Re: [OE-core] [PATCH] uki: Add support for building Unified Kernel Images

2023-11-21 Thread Erik Schilling
> > +BBCLASSEXTEND += "native" > > We've long avoided a systemd-native recipe as the meaning can be easily > confused and I'm not thrilled to be adding one now. > > Perhaps this should be as a separate systemd-tools-native recipe to > make it clear this isn't full systemd? There is another catch:

[OE-core] [PATCH] lib/oe/patch: ensure os.chdir restoring always happens

2023-11-21 Thread Ross Burton
From: Ross Burton If we chdir(), do the chdir back to the original directory in a finally block so they always run. Signed-off-by: Ross Burton --- meta/lib/oe/patch.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index

[OE-core] [PATCH] rust-llvm: remove python3native dependency

2023-11-21 Thread Ross Burton
From: Ross Burton LLVM doesn't actually need a native Python3 as the host Python is sufficient, but as it then looks at the host for optional Python dependencies explicitly disable their detection so that rust-llvm remains deterministic. As this is a minimal LLVM for Rust, we don't need the

[OE-core] [PATCH] vim: use upstream generated .po files

2023-11-21 Thread Steve Sakoman
A previous commit attempted to fix reproducibility errors by forcing regeneration of .po files. Unfortunately this triggered a different type of reproducibility issue. Work around this by adjusting the timestamps of the troublesome .po files so they are not regenerated and we use the shipped

Re: [OE-core][master][PATCH] ptest-packagelists: Add sdbus-c++

2023-11-21 Thread Alexander Kanavin
And it's already in corresponding list as well in meta-oe/confi/include/ Alex On Tue, 21 Nov 2023 at 14:28, Vyacheslav Yurkov wrote: > > On 21.11.2023 14:24, Alexander Kanavin wrote: > > On Tue, 21 Nov 2023 at 14:22, Poonam Jadhav wrote: > > > > > >> Add sdbus-c++ in ptest-packagelists to run

Re: [OE-core][master][PATCH] ptest-packagelists: Add sdbus-c++

2023-11-21 Thread Vyacheslav Yurkov
On 21.11.2023 14:24, Alexander Kanavin wrote: On Tue, 21 Nov 2023 at 14:22, Poonam Jadhav wrote: Add sdbus-c++ in ptest-packagelists to run ptest sdbus-c++ is not in oe-core, and so cannot be added. You need to add it to the list via .bbappend or a custom image recipe. Alex It's in

[OE-core] [PATCH] kernel-arch: use ccache only for compiler

2023-11-21 Thread Javier Tia
Attempting to use it with other tools is not beneficial, only with the compiler. Confirmation from ccache's maintainer [1]. [1] https://github.com/ccache/ccache/discussions/1346#discussioncomment-7616180 Signed-off-by: Javier Tia --- meta/classes-recipe/kernel-arch.bbclass | 6 +++--- 1 file

Re: [OE-core][kirkstone][PATCH] ptest-packagelists: Add sdbus-c++ ptest

2023-11-21 Thread Alexander Kanavin
Same comment as for the master patch. Alex On Tue, 21 Nov 2023 at 14:24, Poonam Jadhav wrote: > > From: Poonam Jadhav > > Add sdbus-c++-ptest in ptest-packagelists to run ptest > > Signed-off-by: Poonam Jadhav > --- > meta/conf/distro/include/ptest-packagelists.inc | 1 + > 1 file changed, 1

Re: [OE-core][master][PATCH] ptest-packagelists: Add sdbus-c++

2023-11-21 Thread Alexander Kanavin
On Tue, 21 Nov 2023 at 14:22, Poonam Jadhav wrote: > Add sdbus-c++ in ptest-packagelists to run ptest sdbus-c++ is not in oe-core, and so cannot be added. You need to add it to the list via .bbappend or a custom image recipe. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

[OE-core][kirkstone][PATCH] ptest-packagelists: Add sdbus-c++ ptest

2023-11-21 Thread Poonam Jadhav
From: Poonam Jadhav Add sdbus-c++-ptest in ptest-packagelists to run ptest Signed-off-by: Poonam Jadhav --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc

[OE-core][master][PATCH] ptest-packagelists: Add sdbus-c++

2023-11-21 Thread Poonam Jadhav
From: Poonam Jadhav Add sdbus-c++ in ptest-packagelists to run ptest Signed-off-by: Poonam Jadhav --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc

[OE-core] [PATCH v2] oeqa/selftest/debuginfod: improve selftest

2023-11-21 Thread Ross Burton
From: Ross Burton This test was occasionally failing for no obvious reason, so refactor and improve: - While waiting for the daemon, check that it is still running and explicitly timeout after 10s when making the HTTP call. - While waiting for the daemon to be ready, log the current state of

Re: [OE-core] [PATCH] package: split strip cmd when ccache is used

2023-11-21 Thread Javier Tia
On 11/20/23 10:06, Martin Jansa wrote: It was already removed from KERNEL_STRIP in: https://git.openembedded.org/openembedded-core/commit/?id=41f019afc41f800b622c46a6d7cf1beffc97716a Oh,

[OE-core] [PATCH] binutils: Fix CVE-2022-47007

2023-11-21 Thread Hemraj, Deepthi via lists.openembedded.org
From: Deepthi Hemraj Signed-off-by: Deepthi Hemraj --- .../binutils/binutils-2.41.inc| 1 + .../binutils/0016-CVE-2022-47007.patch| 35 +++ 2 files changed, 36 insertions(+) create mode 100644

[OE-core] [kirkstone][PATCH V2 2/2] binutils: Fix CVE-2022-48064

2023-11-21 Thread Hemraj, Deepthi via lists.openembedded.org
From: Deepthi Hemraj Signed-off-by: Deepthi Hemraj --- .../binutils/binutils-2.38.inc| 1 + .../binutils/0034-CVE-2022-48064.patch| 57 +++ 2 files changed, 58 insertions(+) create mode 100644

[OE-core] [kirkstone][PATCH V2 1/2] binutils: Fix CVE-2022-47007

2023-11-21 Thread Hemraj, Deepthi via lists.openembedded.org
From: Deepthi Hemraj Signed-off-by: Deepthi Hemraj --- .../binutils/binutils-2.38.inc| 1 + .../binutils/0033-CVE-2022-47007.patch| 34 +++ 2 files changed, 35 insertions(+) create mode 100644

[OE-core] [kirkstone][PATCH] binutils: Fix CVE-2022-48064

2023-11-21 Thread Hemraj, Deepthi via lists.openembedded.org
From: Deepthi Hemraj Signed-off-by: Deepthi Hemraj --- .../binutils/binutils-2.38.inc| 1 + .../binutils/0034-CVE-2022-48064.patch| 57 +++ 2 files changed, 58 insertions(+) create mode 100644

[OE-core] [PATCH] oeqa/selftest/debuginfod: improve selftest

2023-11-21 Thread Ross Burton
From: Ross Burton This test was occasionally failing for no obvious reason, so refactor and improve: - While waiting for the daemon, check that it is still running and explicitly timeout after 10s when making the HTTP call. - While waiting for the daemon to be ready, log the current state of

Re: [OE-core] [PATCH 2/2] cmake.bbclass: optionally support qemu

2023-11-21 Thread Alexander Kanavin
On Tue, 21 Nov 2023 at 12:12, Jose Quaresma wrote: >> I was using it for running Unit Tests on the host before I deployed >> them to the target device as ptest. This worked well. It is well >> integrated with cmake and therefore also with IDEs. So I thought that >> there are certain use cases

Re: [OE-core] [PATCH 2/2] cmake.bbclass: optionally support qemu

2023-11-21 Thread Jose Quaresma
escreveu no dia segunda, 20/11/2023 à(s) 18:41: > > > > > > Are you sure this works in the majority of scenarios? > > > Last time I worked on this qemu user mode failed to run > > > multithreading applications. > > > > > > > > > Sorry, I was wrong above. > > The issue was not multithreading but

Re: [OE-core] [Kirkstone] joe editor broken with current ncurses

2023-11-21 Thread Alexander Kanavin
I think bumping to 6.4 is the best option. Unfortunately stable branch policy prevents that going into oe-core. Note that the various date-versioned patchlevels are all development snapshots. We used to think they're actual releases and ship them, but it's finally been corrected in master. Alex

[OE-core] [Kirkstone] joe editor broken with current ncurses

2023-11-21 Thread tobias . jakobi
Hello, I'm currently facing some problems with seem to originate from version bump of ncurses done in May this year. The problem manifests itself in applications using ncurses rendering garbage and "destroying" the terminal. I.e. you need to issue a terminal reset afterwards to make it usable

[OE-core][PATCH] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-21 Thread wenlin.k...@windriver.com via lists.openembedded.org
From: Wenlin Kang Steps to reproduce 1) add layer meta-mingw 2) add line in local.conf SDKMACHINE = "x86_64-mingw32" 3) bitbake nativesdk-libxcrypt Fixed: 1. pedantic error | ../git/lib/crypt.c:316:24: error: ISO C does not allow extra ';' outside of a function [-Werror=pedantic]

[OE-core][kirkstone][PATCH] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-21 Thread wenlin.k...@windriver.com via lists.openembedded.org
From: Wenlin Kang Steps to reproduce 1) add layer meta-mingw 2) add line in local.conf SDKMACHINE = "x86_64-mingw32" 3) bitbake nativesdk-libxcrypt Fixed: 1. .symver error | {standard input}: Assembler messages: | {standard input}:4: Error: unknown pseudo-op: `.symver' 2.

Re: [OE-core] [PATCH v8 3/8] image-combined-dbg: make this the default

2023-11-21 Thread Enguerrand de Ribaucourt
While the debug-only rootfs is not usable by itself, changing the way it's currently combined (from the doc) could produce unintended side effects. Check out this post for explanations: https://lists.openembedded.org/g/openembedded-core/message/190490 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

Re: [OE-core] [hardknott] [PATCH 1/2] libtirpc: add support for configuring and building with --enable-gssapi

2023-11-21 Thread Anuj Mittal
Is this for hardknott? That release isn't maintained anymore. Thanks, Anuj On Mon, 2023-11-20 at 23:24 +0200, Stefan Ghinea via lists.openembedded.org wrote: > nfs-utils with gss and svcgss has libtirpc configured with gssapi > option > as a dependency. > > Signed-off-by: Stefan Ghinea > ---

Re: [OE-core] [PATCH] vscode: add minimal configuration

2023-11-21 Thread Enguerrand de Ribaucourt
Hello Adrian, It's a nice idea to have VSCode settings for users who want to edit poky for the reasons you mention! I think it would be nice to have such a configuration as a reference in the vscode-bitbake documentation as well. You could event contribute it yourself if you wish

Re: [OE-core] [PATCH 01/11] gstreamer1.0: upgrade 1.22.6 -> 1.22.7

2023-11-21 Thread Alexander Kanavin
Thanks for this set, much appreciated! Alex On Tue, 21 Nov 2023 at 02:34, Anuj Mittal wrote: > > Signed-off-by: Anuj Mittal > --- > .../{gst-devtools_1.22.6.bb => gst-devtools_1.22.7.bb} | 2 +- > ...streamer1.0-libav_1.22.6.bb => gstreamer1.0-libav_1.22.7.bb} | 2 +- >

Re: [OE-core] Patchtest results for [PATCH] vulkan: upgrade 1.3.261.1 -> 1.3.268.0

2023-11-21 Thread Alexander Kanavin
Looks like another corner case issue - a new recipe is being added, which seems to be mistaken for changing a license in existing recipe. Alex On Tue, 21 Nov 2023 at 06:48, Patchtest wrote: > > Thank you for your submission. Patchtest identified one > or more issues with the patch. Please see