diff options
Diffstat (limited to 'meta/lib/oe/rust.py')
| -rw-r--r-- | meta/lib/oe/rust.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/lib/oe/rust.py b/meta/lib/oe/rust.py index ec70b34805..1dc9cf150d 100644 --- a/meta/lib/oe/rust.py +++ b/meta/lib/oe/rust.py | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | # | ||
| 2 | # Copyright OpenEmbedded Contributors | ||
| 3 | # | ||
| 4 | # SPDX-License-Identifier: MIT | ||
| 5 | # | ||
| 6 | |||
| 1 | # Handle mismatches between `uname -m`-style output and Rust's arch names | 7 | # Handle mismatches between `uname -m`-style output and Rust's arch names |
| 2 | def arch_to_rust_arch(arch): | 8 | def arch_to_rust_arch(arch): |
| 3 | if arch == "ppc64le": | 9 | if arch == "ppc64le": |
