summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/rust/rust.inc
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2022-02-28 17:39:47 +0300
committerAndrew Jeffery <andrew@aj.id.au>2022-03-01 06:39:20 +0300
commit1d89bf8e0e5964e223b9605444e151360f93bcdf (patch)
tree4050eed0c9393dcebec1121b152df52de4167862 /poky/meta/recipes-devtools/rust/rust.inc
parentecdf5f13a20426dbfb0830b4b1b72d922225a615 (diff)
downloadopenbmc-1d89bf8e0e5964e223b9605444e151360f93bcdf.tar.xz
rust: Introduce RUST_BUILD_ARCH
RUST_BUILD_ARCH contains the arch_to_rust_arch()-translated value of BUILD_ARCH. This is necessary to acquire the correct snapshot artifacts under Linux where `uname -m` reports "ppc64le" rather than "powerpc64le". (cherry picked from commit a6be6aa40f81cffe155ea7dafc891ee8db615455) Change-Id: I6aec23aced8e1c6f0bfc46fe52531b0c16bcf687 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'poky/meta/recipes-devtools/rust/rust.inc')
-rw-r--r--poky/meta/recipes-devtools/rust/rust.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/meta/recipes-devtools/rust/rust.inc b/poky/meta/recipes-devtools/rust/rust.inc
index 1d6f99afad..f39228e3c0 100644
--- a/poky/meta/recipes-devtools/rust/rust.inc
+++ b/poky/meta/recipes-devtools/rust/rust.inc
@@ -27,7 +27,7 @@ CARGO_DISABLE_BITBAKE_VENDORING = "1"
# We can't use RUST_BUILD_SYS here because that may be "musl" if
# TCLIBC="musl". Snapshots are always -unknown-linux-gnu
-SNAPSHOT_BUILD_SYS = "${BUILD_ARCH}-unknown-linux-gnu"
+SNAPSHOT_BUILD_SYS = "${RUST_BUILD_ARCH}-unknown-linux-gnu"
setup_cargo_environment () {
# The first step is to build bootstrap and some early stage tools,
# these are build for the same target as the snapshot, e.g.