bblayers.conf: drop Rust Mixin layer
authorDenys Dmytriyenko <denys@konsulko.com>
Wed, 7 Jun 2023 18:48:49 +0000 (18:48 +0000)
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>
Thu, 7 Mar 2024 12:55:01 +0000 (12:55 +0000)
Rust Mixin layer was added to Kirkstone-based branches to backport newer
Rust version, which is not needed for Mickledore-based branch that already
has newer Rust version.

Bug-AGL: SPEC-4578

Change-Id: Ic8881adc92eb0e272b2afded3acb65ac2a037761
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
meta-agl-core/conf/templates/base/bblayers.conf.sample

index 5b5400f..c6a37a0 100644 (file)
@@ -15,7 +15,6 @@ METADIR  := "${@os.path.abspath('##OEROOT##/../..')}"
 YOCTO_LAYERS = " \
   ${METADIR}/external/poky/meta \
   ${METADIR}/external/poky/meta-poky \
-  ${METADIR}/external/meta-lts-mixins_rust \
   "
 #  this is added for the boards where necessary, not globally
 #  ${METADIR}/external/poky/meta-yocto-bsp \