summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorHarish Sadineni <Harish.Sadineni@windriver.com>2024-11-14 03:13:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-18 22:09:02 +0000
commit30bf8dcc25602ccc7e119ef2b9e766b33fcc35cb (patch)
treead1603881d059e2f286524c65f4b9e44f79bc2a2 /meta/conf
parent8d6a4559194795ab4f840a7f44981388dee84455 (diff)
downloadpoky-30bf8dcc25602ccc7e119ef2b9e766b33fcc35cb.tar.gz
rust: Upgrade 1.79.0->1.80.0
Update the patch files with rust v1.80.0. The patch repro-issue-fix-with-cc-crate-hashmap.patch addresses the rust reprouciblity issue by correcting the way hash values are generated for different build paths. https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html (From OE-Core rev: d68449da0df795abe3233383a82d0b6b7908d736) Signed-off-by: Sunil Dora <SunilKumar.Dora@windriver.com> Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index b1cc8b1285..a8e2a3b6bd 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -24,7 +24,7 @@ GLIBCVERSION ?= "2.40%"
24LINUXLIBCVERSION ?= "6.10%" 24LINUXLIBCVERSION ?= "6.10%"
25QEMUVERSION ?= "9.1%" 25QEMUVERSION ?= "9.1%"
26GOVERSION ?= "1.22%" 26GOVERSION ?= "1.22%"
27RUSTVERSION ?= "1.79%" 27RUSTVERSION ?= "1.80%"
28 28
29PREFERRED_VERSION_gcc ?= "${GCCVERSION}" 29PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
30PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" 30PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"