From ebbd87128044f1e24c57aea0ecb1bb53af94359e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 30 Jan 2024 13:57:50 -0500 Subject: Update Rust mixin layer directory Drop the version number from the Rust mixin layer target directory in the bblayers.conf template to match the repo manifest change. Without the version number, we can hopefully avoid any future changes here if we do end up needing another Rust bump during Quillback LTS. Bug-AGL: SPEC-5060 Change-Id: Iddda8a0e76ab4e202b93295dc985b3135c020be1 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29638 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- templates/base/bblayers.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample index 8a746ea01..e3c5fcc65 100644 --- a/templates/base/bblayers.conf.sample +++ b/templates/base/bblayers.conf.sample @@ -15,7 +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 \ + ${METADIR}/external/meta-lts-mixins_rust \ " # this is added for the boards where necessary, not globally # ${METADIR}/external/poky/meta-yocto-bsp \ -- cgit 1.2.3-korg