diff options
author | Yash Shinde <Yash.Shinde@windriver.com> | 2024-08-08 03:00:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-09 22:33:38 +0100 |
commit | 41094aece8c57062f200290a6f93aec3184b93b5 (patch) | |
tree | 28d068a7e1a4c1efc07fe29529d95d9ebcbd486d /meta/conf/distro | |
parent | 4c9d7632f6fe7a44b4f3aa8300f0e439f1c43012 (diff) | |
download | poky-41094aece8c57062f200290a6f93aec3184b93b5.tar.gz |
rust: Upgrade 1.76.0->1.77.0
* Drop backported patch 0001-Handle-vendored-sources-when-remapping-paths.patch
as it's merged with rust v1.77.0.
https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html
(From OE-Core rev: 8b6b224fc116150c0af658473eecd05b742de7b1)
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
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 679f316bf9..3bb74b8fd7 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -24,7 +24,7 @@ GLIBCVERSION ?= "2.40%" | |||
24 | LINUXLIBCVERSION ?= "6.10%" | 24 | LINUXLIBCVERSION ?= "6.10%" |
25 | QEMUVERSION ?= "9.0%" | 25 | QEMUVERSION ?= "9.0%" |
26 | GOVERSION ?= "1.22%" | 26 | GOVERSION ?= "1.22%" |
27 | RUSTVERSION ?= "1.76%" | 27 | RUSTVERSION ?= "1.77%" |
28 | 28 | ||
29 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 29 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
30 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 30 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |