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] rust: Fix build failure on riscv

2022-08-19 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 patches. Eventually when vendored version of libc bumps to 1.33+ we should not need this patch. Signed-off-by: Khem Raj ---