diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-17 14:11:42 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-05-18 17:47:11 +0000 |
commit | 1c14c2fdac9cee9fb15386a6866265616c1146e5 (patch) | |
tree | f618698e6b403f2f05042a9f297bc14aa0580903 /templates | |
parent | 07c3fbfb7716c290bdcf3931f27bea1a36fb6520 (diff) |
Use backported Rust 1.68 toolchain by default
Add the kirkstone/rust-1.68 mixin layer from meta-lts-mixins into
the AGL default base so that the newer Rust toolchain is available
by default to all builds. This seems the most straightforward way
to integrate it and have it available for use in builds that may or
may not include meta-agl-demo. It also ensures that build shared
state and any binary packagefeed work do not get impacted by having
a mix of different versions across builds.
Bug-AGL: SPEC-4762
Change-Id: I7d01f4a015de6b342b47ef6e78f62da9bb34ec5f
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28902
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/bblayers.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample index 3e4697d56..8a746ea01 100644 --- a/templates/base/bblayers.conf.sample +++ b/templates/base/bblayers.conf.sample @@ -15,6 +15,7 @@ METADIR := "${@os.path.abspath('##OEROOT##/../..')}" YOCTO_LAYERS = " \ ${METADIR}/external/poky/meta \ ${METADIR}/external/poky/meta-poky \ + ${METADIR}/external/meta-lts-mixins_rust-1.68 \ " # this is added for the boards where necessary, not globally # ${METADIR}/external/poky/meta-yocto-bsp \ |