Johan Anderholm
920328c8d8
rust-native shouldn't depend on TARGET variables
...
Similar to 3b783652cc , this makes sure
rust-native does not depend on target variables. This allow one
rust-native to be shared between machines of different architectures
again.
For the record, the following guide was used to find out why
do_rust_gen_targets differed between different machines.
https://wiki.yoctoproject.org/wiki/TipsAndTricks/Understanding_what_changed_(diffsigs_etc)
2021-02-16 19:49:46 +01:00
Steven Walter
3b783652cc
rust-native shouldn't depend on TARGET variables
...
The whole point of rust-native is that it should be common for all
targets. If we reference TARGET variables during the build of
rust-native, then bitbake will build a different version for different
TARGETS.
2020-05-11 16:26:48 -04:00
Johan Anderholm
496b75fa1f
Update to rust version 1.31.1
...
Also make use of the sources vendored in the rustc package instead of
letting bitbake download the sources.
2019-01-03 17:31:46 +01:00
Doug Goldstein
5d2e062a84
rust: move versioned files into .inc
...
This way we can bump the versions without big diffs.
2017-01-30 10:14:29 -06:00