Update meta-flutter
[AGL/meta-agl-devel.git] / meta-agl-flutter / conf / layer.conf
index 85cc3aa..725a25b 100644 (file)
@@ -5,10 +5,15 @@ BBPATH .= ":${LAYERDIR}"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
             ${LAYERDIR}/recipes-*/*/*.bbappend"
 
-BBFILE_COLLECTIONS += "meta-agl-flutter"
-BBFILE_PATTERN_meta-agl-flutter = "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-agl-flutter = "61"
+BBFILE_COLLECTIONS += "agl-flutter-layer"
+BBFILE_PATTERN_agl-flutter-layer = "^${LAYERDIR}/"
+BBFILE_PRIORITY_agl-flutter-layer = "61"
 
-LAYERVERSION_meta-agl-flutter = "1"
-LAYERDEPENDS_meta-agl-flutter = "core meta-flutter"
-LAYERSERIES_COMPAT_meta-agl-flutter = "kirkstone"
+LAYERVERSION_agl-flutter-layer = "1"
+LAYERDEPENDS_agl-flutter-layer = "core flutter-layer"
+LAYERRECOMMENDS_agl-flutter-layer = "flutter-apps-layer"
+LAYERSERIES_COMPAT_agl-flutter-layer = "kirkstone"
+
+BBFILES_DYNAMIC += " \
+    flutter-apps-layer:${LAYERDIR}/dynamic-layers/flutter-apps-layer/*/*/*/*.bbappend \
+"