From 1e3e20e92e3c1d0fd97eaa9660cfb57808af8948 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 20 Jul 2022 16:06:01 -0300 Subject: oeqa/sdk: Add basic rust cargo test Add a QA test to the SDK to test that a basic cargo build works. [RP: Tweaked to work for multilibs and updated to match toolchain changes] (From OE-Core rev: d0cfe587bc897e79ef01805cc9a42fbca28c883c) Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml (limited to 'meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml') diff --git a/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml b/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml new file mode 100644 index 0000000000..fe619478a6 --- /dev/null +++ b/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "hello" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3-54-g00ecf