diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-05 13:55:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-08 15:44:20 +0100 |
commit | 16b4ac3f558fda6e1c3bb51bef0803836b96cf62 (patch) | |
tree | 14bb9de306dd58e27ed76d11f581dadc80b1bba0 /meta/recipes-devtools/rust/rust-target.inc | |
parent | 38934deeea87686982fb1536a2ccff4ae51781d5 (diff) | |
download | poky-16b4ac3f558fda6e1c3bb51bef0803836b96cf62.tar.gz |
rust: Enable nativesdk and target builds + replace rust-tools-cross-canadian
Enable rust target builds as well as nativesdk-rust for the sdk. Merge
the builds of rust-tools components into the rust build, packaged separately
since this is a lot more efficient and saves rebuilding core rust multiple
times. The tools are not target specific so nativesdk-rust-tools suffices
and we can drop the cross canadian piece.
(From OE-Core rev: b9b0cd99cdc77e7a90e5fd5711e706ebe64c7b6b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-target.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust-target.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-target.inc b/meta/recipes-devtools/rust/rust-target.inc index 3f637b3ba5..dce2b47517 100644 --- a/meta/recipes-devtools/rust/rust-target.inc +++ b/meta/recipes-devtools/rust/rust-target.inc | |||
@@ -7,4 +7,4 @@ INHIBIT_DEFAULT_RUST_DEPS:class-native = "1" | |||
7 | # We don't need to depend on gcc-native because yocto assumes it exists | 7 | # We don't need to depend on gcc-native because yocto assumes it exists |
8 | PROVIDES:class-native = "virtual/${TARGET_PREFIX}rust" | 8 | PROVIDES:class-native = "virtual/${TARGET_PREFIX}rust" |
9 | 9 | ||
10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native nativesdk" |