Update Rust mixin layer directory 38/29638/3 16.93.0 quillback/16.93.0 quillback_16.93.0
authorScott Murray <scott.murray@konsulko.com>
Tue, 30 Jan 2024 18:57:50 +0000 (13:57 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 2 Feb 2024 12:18:32 +0000 (12:18 +0000)
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 <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29638
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
templates/base/bblayers.conf.sample

index 8a746ea..e3c5fcc 100644 (file)
@@ -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 \