summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7da7ac0d..f9ef8c6f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -5,8 +5,11 @@ BBPATH =. "${LAYERDIR}:"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
-BBFILE_COLLECTIONS += "agl-demo"
-BBFILE_PATTERN_agl-demo = "^${LAYERDIR}/"
-BBFILE_PRIORITY_agl-demo = "7"
+BBFILE_COLLECTIONS += "agldemo"
+BBFILE_PATTERN_agldemo = "^${LAYERDIR}/"
+BBFILE_PRIORITY_agldemo = "70"
+
+LAYERSERIES_COMPAT_agldemo = "dunfell"
+
+LAYERDEPENDS_agldemo = "aglcore app-framework qt5-layer openembedded-layer"
-LAYERSERIES_COMPAT_agl-demo = "dunfell"