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

2024-01-22 Thread Shinde, Yash via lists.openembedded.org
On 20-01-2024 22:33, Randy MacLeod wrote: 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

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 s

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: On

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 > > > > `${B}/rustc-1.74.1-src/build/x86_6

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 se

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

2024-01-19 Thread Shinde, Yash via lists.openembedded.org
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 sent to upstream- https://github.com/rust-lang/rust/pull/12012