From: Jermain Horsman <[email protected]>
I ran into the following when trying to compile rust for arm (on kirkstone):
Exception: TypeError: int() argument must be a string, a bytes-like object or a
number, not 'NoneType'
After some investigation I notices some patches on master which were not
available on kirkstone.
Using the patches included here I am able to compile successfully.
v2:
I've included all patches that were originally send as a series on the
mailing list.
I've also included a single patch that should prevent the issue with the
oe-selftest reported on the first version.
Richard Purdie (5):
rust-common: Set llvm-target correctly for cross SDK targets
rust-cross-canadian: Fix ordering of target json config generation
rust-cross/rust-common: Merge arm target handling code to fix
cross-canadian
rust-cross: Simplfy the rust_gen_target calls
native: Clear TUNE_FEATURES/ABIEXTENSION
meta/classes/native.bbclass | 2 ++
meta/recipes-devtools/rust/rust-common.inc | 24 +++++++++++++------
.../rust/rust-cross-canadian-common.inc | 5 ++--
meta/recipes-devtools/rust/rust-cross.inc | 21 ++++------------
4 files changed, 26 insertions(+), 26 deletions(-)
--
2.42.0.windows.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#191822):
https://lists.openembedded.org/g/openembedded-core/message/191822
Mute This Topic: https://lists.openembedded.org/mt/102992267/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-