Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
27283bce350a4bea8d47714b99d842be4b5860a2
/
.
/
poky
/
meta
/
lib
/
oe
/
rust.py
blob: 1dc9cf150ddad17f2f93be6b6fc75f70049b81b3 [
file
] [
log
] [
blame
]
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#
# Handle mismatches between `uname -m`-style output and Rust's arch names
def
arch_to_rust_arch
(
arch
):
if
arch
==
"ppc64le"
:
return
"powerpc64le"
return
arch