summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-flutter/conf/layer.conf')
-rw-r--r--meta-agl-flutter/conf/layer.conf17
1 files changed, 11 insertions, 6 deletions
diff --git a/meta-agl-flutter/conf/layer.conf b/meta-agl-flutter/conf/layer.conf
index 85cc3aa7..725a25b2 100644
--- a/meta-agl-flutter/conf/layer.conf
+++ b/meta-agl-flutter/conf/layer.conf
@@ -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 \
+"