summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/conf/layer.conf
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2021-11-15 09:32:07 -0800
committerJoel Winarske <joel.winarske@gmail.com>2021-12-09 05:44:17 +0000
commit11def03ba2ed03580729a2077de82e090cf58ca2 (patch)
treeec9f44b21f6467729d1cc581347b7599b43cbdbb /meta-agl-flutter/conf/layer.conf
parentcfd0c5768ad0fb69810f3c067cbd60c116428f05 (diff)
Add meta-agl-flutter layer
- agl-image-flutter baseline agl-compositor based image that includes: ivi-homescreen - Toyota Flutter Embedder flutter gallery - Flutter Demo Application flutter_homescreen - Igalia Demo Application - flutter-app-homescreen - Igalia flutter_homescreen app - ivi-homescreen bbappend to lock SRCREV Bug-AGL: SPEC-3852 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I58779ab093e9d23a88005e60ef28b9133eca2479
Diffstat (limited to 'meta-agl-flutter/conf/layer.conf')
-rw-r--r--meta-agl-flutter/conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-agl-flutter/conf/layer.conf b/meta-agl-flutter/conf/layer.conf
new file mode 100644
index 00000000..f7c437d3
--- /dev/null
+++ b/meta-agl-flutter/conf/layer.conf
@@ -0,0 +1,14 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-agl-flutter"
+BBFILE_PATTERN_meta-agl-flutter = "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-agl-flutter = "61"
+
+LAYERVERSION_meta-agl-flutter = "1"
+LAYERDEPENDS_meta-agl-flutter = "core meta-flutter"
+LAYERSERIES_COMPAT_meta-agl-flutter = "dunfell"