summaryrefslogtreecommitdiffstats
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-18 17:35:39 -0400
commit6fa1daffd3583fb4019f7e8e94cca56b1df7a4a3 (patch)
tree6a6c1b8c30774316a6061a66669ae2a3bf064822
parent12580ae78b05161d232bbec97b3db1f47388efaf (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>
-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 \