summaryrefslogtreecommitdiffstats
path: root/meta-agl-core
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-06-07 18:48:49 +0000
committerScott Murray <scott.murray@konsulko.com>2024-04-24 12:29:35 -0400
commit4cb78deac4e784d33f6e8258db89a43c64148c9d (patch)
treee9cc991b3507610c5896b29aba532a8c5c575daa /meta-agl-core
parent9557a033d2c6a10cc129068d3379e01945eeff34 (diff)
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 <denys@konsulko.com>
Diffstat (limited to 'meta-agl-core')
-rw-r--r--meta-agl-core/conf/templates/base/bblayers.conf.sample1
1 files changed, 0 insertions, 1 deletions
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 \