From 01b8c93a486652e07dfeaa52fe6484209cc8ebe9 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 7 Jun 2023 18:48:49 +0000 Subject: bblayers.conf: drop Rust Mixin layer 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 --- meta-agl-core/conf/templates/base/bblayers.conf.sample | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-agl-core/conf') diff --git a/meta-agl-core/conf/templates/base/bblayers.conf.sample b/meta-agl-core/conf/templates/base/bblayers.conf.sample index 5b5400faf..c6a37a0b0 100644 --- a/meta-agl-core/conf/templates/base/bblayers.conf.sample +++ b/meta-agl-core/conf/templates/base/bblayers.conf.sample @@ -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 \ -- cgit 1.2.3-korg