diff options
| author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2021-08-10 13:52:19 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 22:09:43 +0100 |
| commit | 61e1570c6a09c1984e919e8c0a82a74c1a08d821 (patch) | |
| tree | accab4b08aa3c62f098c9bb19399efb46906256a /meta/recipes-devtools/rust/rust-snapshot-1.51.0.inc | |
| parent | 705b1d757fa221614f4f72cabf0fac5884cb6bfd (diff) | |
| download | poky-61e1570c6a09c1984e919e8c0a82a74c1a08d821.tar.gz | |
rust: initial merge of most of meta-rust
In the meta-rust repo at commit:
448047c Upgrade to 1.54.0 (#359)
Make the required directories:
mkdir ../oe-core/meta/recipes-devtools/rust
mkdir ../oe-core/meta/recipes-devtools/cargo
mkdir ../oe-core/meta/recipes-example
and then:
cp recipes-devtools/rust/* ../oe-core/meta/recipes-devtools/rust
cp recipes-devtools/cargo/* ../oe-core/meta/recipes-devtools/cargo
cp lib/crate.py ../oe-core/meta/lib
cp recipes-example/* ../oe-core/meta/recipes-example
cp conf/distro/include/rust_* ../oe-core/meta/conf/distro/include/
cp classes/* ../oe-core/meta/classes/
cp recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb ../oe-core/meta/recipes-core/packagegroups
(From OE-Core rev: 3ed57578cca93ff1ba4e0bf3f25566e10659a2f9)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-snapshot-1.51.0.inc')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-snapshot-1.51.0.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-snapshot-1.51.0.inc b/meta/recipes-devtools/rust/rust-snapshot-1.51.0.inc new file mode 100644 index 0000000000..48de352f76 --- /dev/null +++ b/meta/recipes-devtools/rust/rust-snapshot-1.51.0.inc | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | require rust-snapshot.inc | ||
| 2 | |||
| 3 | ## This is information on the rust-snapshot (binary) used to build our current release. | ||
| 4 | ## snapshot info is taken from rust/src/stage0.txt | ||
| 5 | ## TODO: find a way to add additional SRC_URIs based on the contents of an | ||
| 6 | ## earlier SRC_URI. | ||
| 7 | RS_VERSION = "1.50.0" | ||
| 8 | CARGO_VERSION = "1.50.0" | ||
| 9 | |||
| 10 | # TODO: Add hashes for other architecture toolchains as well. Make a script? | ||
| 11 | SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "f1eb68db2b28a56ed8701edba7cf3688011d903ca12ff9d85bd21d3f8f614792" | ||
| 12 | SRC_URI[rustc-snapshot-x86_64.sha256sum] = "9bebd360bcd9b5bb58f2a02930b9db4ae291adef259c96377f1f4cbd240bcf86" | ||
| 13 | SRC_URI[cargo-snapshot-x86_64.sha256sum] = "3cb2c68e987e5681fca9c930973f408a71151b1b255e69669a08e54d446ee803" | ||
| 14 | |||
| 15 | SRC_URI[rust-std-snapshot-aarch64.sha256sum] = "1a1b1a540d531c89e866083f84ef67125dee108844e4e415b07c3a1000006544" | ||
| 16 | SRC_URI[rustc-snapshot-aarch64.sha256sum] = "9b956d97d7e428ecd8634d467659ebdb5bd79c387b88363be8749eddd7f98756" | ||
| 17 | SRC_URI[cargo-snapshot-aarch64.sha256sum] = "f3c772f455406f67991ac20cff56a4fcd2d01454e29280c566119ab5180307ea" | ||
| 18 | |||
