diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/bblayers.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample index 3e4697d56..8a746ea01 100644 --- a/templates/base/bblayers.conf.sample +++ b/templates/base/bblayers.conf.sample @@ -15,6 +15,7 @@ METADIR := "${@os.path.abspath('##OEROOT##/../..')}" YOCTO_LAYERS = " \ ${METADIR}/external/poky/meta \ ${METADIR}/external/poky/meta-poky \ + ${METADIR}/external/meta-lts-mixins_rust-1.68 \ " # this is added for the boards where necessary, not globally # ${METADIR}/external/poky/meta-yocto-bsp \ |