diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-06-07 18:48:49 +0000 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2024-04-26 16:15:24 +0200 |
commit | 01b8c93a486652e07dfeaa52fe6484209cc8ebe9 (patch) | |
tree | def5636a277744e990da11f002ff7162856d88d1 /meta-agl-core/conf/templates | |
parent | 5abe5a26f1e5da2bef99a0170bcf1a004f453b04 (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/conf/templates')
-rw-r--r-- | meta-agl-core/conf/templates/base/bblayers.conf.sample | 1 |
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 \ |