[OE-core] [PATCH] shaderc: update commit hash to v2023.7

2024-01-20 Thread Vincent Davis Jr
v2023.7 of google shaderc hash was updated to https://github.com/google/shaderc/commit/3882b16417077aa8eaa7b5775920e7ba4b8a224d https://github.com/google/shaderc/releases/tag/v2023.7 Signed-off-by: Vincent Davis Jr --- meta/recipes-graphics/shaderc/shaderc_2023.7.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH v2] opensbi: bump to 1.4

2024-01-20 Thread Khem Raj
From: Thomas Perrot This release has: - Synopsys DesignWare APB GPIO driver - Zicntr and Zihpm support - Console print improvements - Smepmp support - Simple FDT based syscon regmap driver - Syscon based reboot and poweroff driver - Non-contiguous hpm counters - Smcntrpmf support - Full sparse

[OE-core] [PATCH v2] Revert "lzop: remove recipe from oe-core"

2024-01-20 Thread Marek Vasut
This reverts commit dea5e8863792dc7bb3324b543e04da4c94a060aa. The original commit claims that lzop is unused in OE-core. That is not correct, the following places still use it and became unbuildable now: " meta/classes-recipe/image_types.bbclass:CONVERSION_CMD:lzo = "lzop -9

Re: [OE-core] [PATCH v2 1/5] rust: Fetch cargo from rust-snapshot dir.

2024-01-20 Thread Randy MacLeod via lists.openembedded.org
On 2024-01-19 10:09 a.m., yash.shi...@windriver.com wrote: From: Yash Shinde Fixes: Exception: no cargo executable found at `${B}/rustc-1.74.1-src/build/x86_64-unknown-linux-gnu/stage0/bin/cargo` Fix the cargo binary path error on oe-selftest and path set to rust-snapshot dir. Patch

Re: [OE-core] [PATCH v2 5/5] rust: Enable rust oe-selftest.

2024-01-20 Thread Randy MacLeod via lists.openembedded.org
I like that you have broken the original patch down into 5 patches that are easier to understand. On 2024-01-19 10:09 a.m., yash.shi...@windriver.com wrote: From: Yash Shinde Tests which are failing from below modules are added to exclude list tests/run-make tests/rustdoc

Re: [OE-core] [PATCH v2 1/5] rust: Fetch cargo from rust-snapshot dir.

2024-01-20 Thread Shinde, Yash via lists.openembedded.org
On 20-01-2024 14:19, Richard Purdie wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Sat, 2024-01-20 at 08:42 +, Richard Purdie via lists.openembedded.org wrote:

Re: [OE-core] [PATCH v2 1/5] rust: Fetch cargo from rust-snapshot dir.

2024-01-20 Thread Richard Purdie
On Sat, 2024-01-20 at 08:42 +, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2024-01-19 at 07:09 -0800, Shinde, Yash via > lists.openembedded.org wrote: > > From: Yash Shinde > > > > Fixes: Exception: no cargo executable found at > > > >

Re: [OE-core] [PATCH v2 1/5] rust: Fetch cargo from rust-snapshot dir.

2024-01-20 Thread Richard Purdie
On Fri, 2024-01-19 at 07:09 -0800, Shinde, Yash via lists.openembedded.org wrote: > From: Yash Shinde > > Fixes: Exception: no cargo executable found at >`${B}/rustc-1.74.1-src/build/x86_64-unknown-linux-gnu/stage0/bin/cargo` > > Fix the cargo binary path error on oe-selftest and path