mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
oeqa/sdk: extend rust test to also use a build script
The test for rust in the SDK is extended with the simplest possible build script. This will make use of the host toolchain for building build.rs before building the rust package for target. (From OE-Core rev: 85a676da586f9b1085e62ef1325c9a58168390ae) Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
403beadca3
commit
7ef1feefa4
3
meta/lib/oeqa/sdk/files/rust/hello/build.rs
Normal file
3
meta/lib/oeqa/sdk/files/rust/hello/build.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
/* This is the simplest build script just to invoke host compiler
|
||||
in the build process. */
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user