Re: [OE-core] [PATHCH V4 1/4] rust: add cargo-c native recipe

2023-08-16 Thread Frederic Martinsons
Le mer. 16 août 2023, 12:03, Richard Purdie < richard.pur...@linuxfoundation.org> a écrit : > On Wed, 2023-08-16 at 11:56 +0200, Frédéric Martinsons wrote: > > > > > > Le mer. 16 août 2023, 11:23, Richard Purdie > > a écrit : > > > On Wed, 2023-08-16 at 07:41 +0200, Frederic Martinsons wrote: > >

Re: [OE-core] [PATHCH V4 1/4] rust: add cargo-c native recipe

2023-08-16 Thread Richard Purdie
On Wed, 2023-08-16 at 11:56 +0200, Frédéric Martinsons wrote: > > > Le mer. 16 août 2023, 11:23, Richard Purdie > a écrit : > > On Wed, 2023-08-16 at 07:41 +0200, Frederic Martinsons wrote: > > > From: Frederic Martinsons > > > > > > This package make it easier to generate C/C++ ABI compatible

Re: [OE-core] [PATHCH V4 1/4] rust: add cargo-c native recipe

2023-08-16 Thread Frederic Martinsons
Le mer. 16 août 2023, 11:23, Richard Purdie < richard.pur...@linuxfoundation.org> a écrit : > On Wed, 2023-08-16 at 07:41 +0200, Frederic Martinsons wrote: > > From: Frederic Martinsons > > > > This package make it easier to generate C/C++ ABI compatible > > header, library and also generate pack

Re: [OE-core] [PATHCH V4 1/4] rust: add cargo-c native recipe

2023-08-16 Thread Richard Purdie
On Wed, 2023-08-16 at 07:41 +0200, Frederic Martinsons wrote: > From: Frederic Martinsons > > This package make it easier to generate C/C++ ABI compatible > header, library and also generate package config file. > > It is built around cbindgen (https://github.com/mozilla/cbindgen) > for the head

[OE-core] [PATHCH V4 1/4] rust: add cargo-c native recipe

2023-08-15 Thread Frederic Martinsons
From: Frederic Martinsons This package make it easier to generate C/C++ ABI compatible header, library and also generate package config file. It is built around cbindgen (https://github.com/mozilla/cbindgen) for the header generation, it compiles the library (static or dynamic) through cargo and