[OE-core] [PATCH] gcc: Upgrade to 12.2.0

2022-08-20 Thread Khem Raj
GCC 12.2 is the first bug-fix release from the GCC 12 branch containing important fixes for regressions and serious bugs in GCC 12.1 with more than 71 bugs fixed since the previous release comprising of a number of libstdc++ and C++ and fortran fixes [1] Remove backported patch to fix

[OE-core] [PATCH v2] rust: Fix build failure on riscv32

2022-08-20 Thread Khem Raj
Latest rust has started using ENOTSUP define, which is not available in the older libc that current release of compiler is using therefore backport the needed patch. Eventually when vendored version of libc bumps to 1.33+ we should not need this patch. Signed-off-by: Khem Raj --- v2: Rebase on

Re: [OE-core] [PATCH] rust: Fix build failure on riscv

2022-08-20 Thread Khem Raj
On Sat, Aug 20, 2022 at 5:34 AM Alexandre Belloni wrote: > > Hi Khem, > > Can you rebase on my master-next, I'm carrying an update to rust 1.63 > which conflicts with this change? > I see, yeah I will cherry pick the rust update and rebase this patch, I guess that should do it. > On 19/08/2022

Re: [OE-core] [PATCH] rust: Fix build failure on riscv

2022-08-20 Thread Alexandre Belloni via lists.openembedded.org
Hi Khem, Can you rebase on my master-next, I'm carrying an update to rust 1.63 which conflicts with this change? On 19/08/2022 11:58:20-0700, Khem Raj wrote: > Latest rust has started using ENOTSUP define, which is not available in > the older libc that current release of compiler is using

[OE-core] [PATCH] cargo_common.bbclass: Add missing space in shell conditional code

2022-08-20 Thread Khem Raj
Fixes cofigure errors in rust recipes e.g. tmp/work/riscv32-yoe-linux-musl/rust/1.62.1-r0/temp/run.setup_cargo_environment.3047487: line 215: [: missing `]' Signed-off-by: Khem Raj --- meta/classes-recipe/cargo_common.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git