Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-29 Thread Alex Kiernan
On Thu, Dec 29, 2022 at 12:53 PM Richard Purdie wrote: > > On Wed, 2022-12-28 at 14:51 +, Alex Kiernan wrote: > > On Wed, Dec 28, 2022 at 12:01 AM Richard Purdie > > wrote: > > > > > > On Tue, 2022-12-27 at 18:09 +, Alex Kiernan wrote: > > > > On Mon, Dec 26, 2022 at 6:33 PM Richard Purdi

Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-29 Thread Richard Purdie
On Wed, 2022-12-28 at 14:51 +, Alex Kiernan wrote: > On Wed, Dec 28, 2022 at 12:01 AM Richard Purdie > wrote: > > > > On Tue, 2022-12-27 at 18:09 +, Alex Kiernan wrote: > > > On Mon, Dec 26, 2022 at 6:33 PM Richard Purdie > > > wrote: > > > > > > > > On Sun, 2022-12-25 at 21:59 +, A

Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-28 Thread Alex Kiernan
On Wed, Dec 28, 2022 at 12:01 AM Richard Purdie wrote: > > On Tue, 2022-12-27 at 18:09 +, Alex Kiernan wrote: > > On Mon, Dec 26, 2022 at 6:33 PM Richard Purdie > > wrote: > > > > > > On Sun, 2022-12-25 at 21:59 +, Alex Kiernan wrote: > > > > This series adds runtime tests for rust and ca

Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-27 Thread Richard Purdie
On Tue, 2022-12-27 at 18:09 +, Alex Kiernan wrote: > On Mon, Dec 26, 2022 at 6:33 PM Richard Purdie > wrote: > > > > On Sun, 2022-12-25 at 21:59 +, Alex Kiernan wrote: > > > This series adds runtime tests for rust and cargo, merges (most of) the > > > include files into the base recipes a

Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-27 Thread Alex Kiernan
On Mon, Dec 26, 2022 at 6:33 PM Richard Purdie wrote: > > On Sun, 2022-12-25 at 21:59 +, Alex Kiernan wrote: > > This series adds runtime tests for rust and cargo, merges (most of) the > > include files into the base recipes and fixes target cargo builds. > > > > Also add SDK_TOOLCHAIN_LANGS f

Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-26 Thread Richard Purdie
On Sun, 2022-12-25 at 21:59 +, Alex Kiernan wrote: > This series adds runtime tests for rust and cargo, merges (most of) the > include files into the base recipes and fixes target cargo builds. > > Also add SDK_TOOLCHAIN_LANGS for selection of target toolchains as part > of packagegroup-core-s

Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-26 Thread Richard Purdie
On Mon, 2022-12-26 at 10:27 +, Richard Purdie via lists.openembedded.org wrote: > On Mon, 2022-12-26 at 09:41 +, Alex Kiernan wrote: > > There's something odd happened here. Three of the patches in the > > previous version I posted look to have been merged in poky, but not > > oe-core? I th

Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-26 Thread Richard Purdie
On Mon, 2022-12-26 at 09:41 +, Alex Kiernan wrote: > There's something odd happened here. Three of the patches in the > previous version I posted look to have been merged in poky, but not > oe-core? I thought the flow was from oe-core into poky. I'd attempted to take three of them into master-

Re: [OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-26 Thread Alex Kiernan
There's something odd happened here. Three of the patches in the previous version I posted look to have been merged in poky, but not oe-core? I thought the flow was from oe-core into poky. On Sun, 25 Dec 2022, 21:59 Alex Kiernan via lists.openembedded.org, wrote: > > This series adds runtime tes

[OE-Core][PATCH v4 00/11] Add rust runtime tests

2022-12-25 Thread Alex Kiernan
This series adds runtime tests for rust and cargo, merges (most of) the include files into the base recipes and fixes target cargo builds. Also add SDK_TOOLCHAIN_LANGS for selection of target toolchains as part of packagegroup-core-sdk. Changes in v4: - Fixup `__stack_chk_fail_local` in musl-x86