Re: [OE-core] [PATCH v12] Rust Oe-Selftest implementation

2023-02-24 Thread Richard Purdie
On Thu, 2023-02-23 at 22:50 +, Richard Purdie via lists.openembedded.org wrote: > On Thu, 2023-02-23 at 21:04 +, Richard Purdie via > lists.openembedded.org wrote: > > On Thu, 2023-02-23 at 13:55 -0500, Randy MacLeod wrote: > > > Thanks Naveen, > > > > > > With a large patch like this it

Re: [OE-core] [PATCH v12] Rust Oe-Selftest implementation

2023-02-23 Thread Richard Purdie
On Thu, 2023-02-23 at 21:04 +, Richard Purdie via lists.openembedded.org wrote: > On Thu, 2023-02-23 at 13:55 -0500, Randy MacLeod wrote: > > Thanks Naveen, > > > > With a large patch like this it would be good if you could provide a > >  cover letter that summarized what is different in v12,

Re: [OE-core] [PATCH v12] Rust Oe-Selftest implementation

2023-02-23 Thread Richard Purdie
On Thu, 2023-02-23 at 13:55 -0500, Randy MacLeod wrote: > Thanks Naveen, > > With a large patch like this it would be good if you could provide a >  cover letter that summarized what is different in v12, compared to > v11. > > I've looked at the diff and my summary is below. There are some >

Re: [OE-core] [PATCH v12] Rust Oe-Selftest implementation

2023-02-23 Thread Randy MacLeod
Thanks Naveen, With a large patch like this it would be good if you could provide a cover letter that summarized what is different in v12, compared to v11. I've looked at the diff and my summary is below. There are some changes which I see but would benefit from an explanation. Finally, please

[OE-core] [PATCH v12] Rust Oe-Selftest implementation

2023-02-22 Thread Pgowda
From: pgowda The patch implements Rust testing framework similar to other selftest, specifically the gcc selftest in OE. It uses the client and server based method to test the binaries for cross-target on the image. The test framework is a wrapper around the Rust build system as ./x.py test. It