Re: [OE-core] [PATCH v4] systemd-boot: Add recipe to compile native

2023-12-28 Thread Viswanath Kraleti
Assigned maintainer assigned with https://lists.openembedded.org/g/openembedded-core/message/192993 ( https://lists.openembedded.org/g/openembedded-core/message/192993 ) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192998):

[OE-core][dunfell][PATCH] qemu: Fix CVE-2023-5088

2023-12-28 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri A bug in QEMU could cause a guest I/O operation otherwise addressed to an arbitrary disk offset to be targeted to offset 0 instead (potentially overwriting the VM's boot code). This change is to fix CVE-2023-5088. Link:

[OE-core] [PATCH v2] aspell: upgrade 0.60.8 -> 0.60.8.1

2023-12-28 Thread wangmy
From: Wang Mingyu CVE-2019-25051.patch removed since it's included in 0.60.8.1 Changelog: -Fix memory leak in suggestion code introduced in 0.60.8. -Various documentation fixes. -Fix various warnings when compiling with -Wall. -Fix two buffer overflows found by Google's OSS-Fuzz.

Re: [OE-core][PATCH 1/3] systemd: upgrade to 255.1

2023-12-28 Thread Chen Qi via lists.openembedded.org
On 12/29/23 05:14, Alexandre Belloni wrote: On 28/12/2023 03:00:08+, Chen, Qi wrote: I double checked it in my environment, setting INIT_MANAGER to "systemd" and then 'bitbake systemd' will not generate this warning. In this case ROOT_HOME's value is "/root". I checked

Re: [OE-core][PATCH 1/3] systemd: upgrade to 255.1

2023-12-28 Thread Alexandre Belloni via lists.openembedded.org
On 28/12/2023 03:00:08+, Chen, Qi wrote: > I double checked it in my environment, setting INIT_MANAGER to "systemd" and > then 'bitbake systemd' will not generate this warning. In this case > ROOT_HOME's value is "/root". > I checked >

[OE-core] [PATCH v5] systemd-boot: Add recipe to compile native

2023-12-28 Thread Viswanath Kraleti
systemd-boot native recipe provides ukify tool to build UKI images for systemd-boot Signed-off-by: Viswanath Kraleti --- meta/conf/distro/include/maintainers.inc | 1 + .../systemd/systemd-boot-native_254.4.bb | 15 +++ 2 files changed, 16 insertions(+) create

[OE-Core][PATCH v3 10/10] rust: Upgrade 1.74.0 -> 1.74.1

2023-12-28 Thread Alex Kiernan
https://blog.rust-lang.org/2023/12/07/Rust-1.74.1.html Signed-off-by: Alex Kiernan --- (no changes since v1) meta/recipes-devtools/rust/{cargo_1.74.0.bb => cargo_1.74.1.bb} | 0 .../rust/{libstd-rs_1.74.0.bb => libstd-rs_1.74.1.bb} | 0 ...t-cross-canadian_1.74.0.bb =>

[OE-Core][PATCH v3 08/10] rust: Upgrade 1.72.1 -> 1.73.0

2023-12-28 Thread Alex Kiernan
https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html Signed-off-by: Alex Kiernan --- (no changes since v1) meta/conf/distro/include/tcmode-default.inc | 2 +- .../rust/{cargo_1.72.1.bb => cargo_1.73.0.bb} | 0 ...-Do-not-use-LFS64-on-linux-with-musl.patch | 36 +-

[OE-Core][PATCH v3 07/10] rust: Upgrade 1.72.0 -> 1.72.1

2023-12-28 Thread Alex Kiernan
https://blog.rust-lang.org/2023/09/19/Rust-1.72.1.html Signed-off-by: Alex Kiernan --- (no changes since v1) meta/recipes-devtools/rust/{cargo_1.72.0.bb => cargo_1.72.1.bb} | 0 .../rust/{libstd-rs_1.72.0.bb => libstd-rs_1.72.1.bb} | 0 ...t-cross-canadian_1.72.0.bb =>

[OE-Core][PATCH v3 05/10] zvariant: Drop recipe

2023-12-28 Thread Alex Kiernan
This fails to build with newer rust Signed-off-by: Alex Kiernan --- (no changes since v1) .../zvariant/zvariant-crates.inc | 258 .../zvariant/zvariant-git-crates.inc | 14 - .../0001-Tweak-zvariant-crate-config.patch| 1292 -

[OE-Core][PATCH v3 04/10] devtool: selftest: Swap to hello-rs for crates testing

2023-12-28 Thread Alex Kiernan
zvariant fails to build with newer rust Signed-off-by: Alex Kiernan --- Changes in v3: - Add hello-rs as a replacement for the tests which used zvariant Changes in v2: - Skip zvariant based test rather than deleting it. meta/lib/oeqa/selftest/cases/devtool.py | 2 +- 1 file changed, 1

[OE-Core][PATCH v3 03/10] meta-selftest: hello-rs: Simple rust test recipe

2023-12-28 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- (no changes since v1) .../hello-rs/hello-rs-crates.inc | 8 +++ .../hello-rs/0001-Greet-OE-Core.patch | 24 +++ .../hello-rs/hello-rs_0.1.0.bb| 19 +++ 3 files changed, 51 insertions(+)

Re: [OE-Core][PATCH 0/6] Stepwise rust upgrade 1.71.1 -> 1.74.1

2023-12-28 Thread Alex Kiernan
On Wed, Dec 27, 2023 at 6:46 PM Alex Kiernan via lists.openembedded.org wrote: > > On Tue, Dec 26, 2023 at 8:59 AM Alex Kiernan via > lists.openembedded.org > wrote: > > > > On Mon, Dec 25, 2023 at 10:02 PM Richard Purdie > > wrote: > > > > > > On Mon, 2023-12-25 at 08:40 +, Richard Purdie

[OE-Core][PATCH v3 02/10] devtool: selftest: Fix test_devtool_modify_git_crates_subpath bbappend check

2023-12-28 Thread Alex Kiernan
The recipe being tested is in `testrecipe`, use that rather than the literal `zvariant`. Signed-off-by: Alex Kiernan --- (no changes since v1) meta/lib/oeqa/selftest/cases/devtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py

[OE-Core][PATCH v3 01/10] devtool: selftest: Fix test_devtool_modify_git_crates_subpath inequality

2023-12-28 Thread Alex Kiernan
test_devtool_modify_git_crates_subpath expects 2 or more git URIs, change the test from Greater to GreateEqual. Signed-off-by: Alex Kiernan --- (no changes since v1) meta/lib/oeqa/selftest/cases/devtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-Core][PATCH v3 00/10] Stepwise rust upgrade 1.71.1 -> 1.74.1

2023-12-28 Thread Alex Kiernan
This is the 1.74.1 rust series rebased to include a revert of https://github.com/rust-lang/cc-rs/commit/c4f414f449bb7cffba3bc923f277704d1d08a8ec which I'm pretty sure is what's causing our filename churn. I've checked 1.72.0 and 1.74.1 for the absvdi2.o intrinsic (one of many intrinsics which had

Re: [OE-core] [patch] packagegroups: Add perl modules to rdeps

2023-12-28 Thread Harish.Sadineni via lists.openembedded.org
Hi Randy, I have sent a new patch for this. the link to new patch is given below, https://lists.openembedded.org/g/openembedded-core/message/192979 Thanks & Regards Harish Sadineni -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192980):

[OE-core] [patch] autoconf: Add missing perl modules to RDEPENDS

2023-12-28 Thread Hemraj, Deepthi via lists.openembedded.org
From: Deepthi Hemraj In SDK,running "x86_64-poky-linux-gp-display-html --help" fails due to missing perl modules which are required for it to work. Fixes:Can't locate feature.pm in @INC (you may need to install the feature module). Signed-off-by: Deepthi Hemraj ---

Re: [OE-core] [PATCH] aspell: upgrade 0.60.8 -> 0.60.8.1

2023-12-28 Thread Alexander Kanavin
This can probably be fixed properly by using % in bbappend filename? Alex On Wed, 27 Dec 2023 at 22:01, Alexandre Belloni via lists.openembedded.org wrote: > > > Hello, > > This breaks the selftests: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/145/builds/1080/steps/12/logs/stdio

[OE-core] [PATCH] scripts: Drop shell sstate-cache-management

2023-12-28 Thread Richard Purdie
Since there is a faster python version, drop the slower shell one. Signed-off-by: Richard Purdie --- scripts/sstate-cache-management.sh | 458 - 1 file changed, 458 deletions(-) delete mode 100755 scripts/sstate-cache-management.sh diff --git

Re: [OE-core] [PATCH V3] rust-cross-canadian: Fix file conflicts for arm and aarch64

2023-12-28 Thread Hemraj, Deepthi via lists.openembedded.org
Hi Ross, >> if the environment scripts are both overwriting the same environment >> variables? The environment script variables are generated based on the architectures. Please find the environment variables generated in the script file: