Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oeqa/sdk: extend rust test to also use a build script | Peter Bergin | 2022-09-03 | 1 | -0/+3 |
| | | | | | | | | | | | 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> | ||||
* | oeqa/sdk: Add basic rust cargo test | Otavio Salvador | 2022-07-28 | 2 | -0/+9 |
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 <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |