Update Rust mixin layer directory
[AGL/meta-agl.git] / templates / base / bblayers.conf.sample
index 350ae91..e3c5fcc 100644 (file)
@@ -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 \
   "
 #  this is added for the boards where necessary, not globally
 #  ${METADIR}/external/poky/meta-yocto-bsp \
@@ -42,6 +43,7 @@ AGL_META_FILESYSTEMS ?= ""
 AGL_META_MULTIMEDIA ?= ""
 AGL_META_VIRTUALIZATION ?= ""
 AGL_META_CLANG ?= ""
+AGL_META_QT5 ?= ""
 
 AGL_OTHER_DEPENDENCY_LAYERS = " \
     ${AGL_META_NETWORKING} \
@@ -50,6 +52,7 @@ AGL_OTHER_DEPENDENCY_LAYERS = " \
     ${AGL_META_MULTIMEDIA} \
     ${AGL_META_VIRTUALIZATION} \
     ${AGL_META_CLANG} \
+    ${AGL_META_QT5} \
     "
 
 ####################