summaryrefslogtreecommitdiff
path: root/meta-unit-graphics/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-unit-graphics/conf/layer.conf')
-rw-r--r--meta-unit-graphics/conf/layer.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-unit-graphics/conf/layer.conf b/meta-unit-graphics/conf/layer.conf
new file mode 100644
index 0000000..b87c882
--- /dev/null
+++ b/meta-unit-graphics/conf/layer.conf
@@ -0,0 +1,18 @@
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "unit-graphics-layer"
+BBFILE_PATTERN_unit-graphics-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_unit-graphics-layer = "13"
+
+LAYERDEPENDS_unit-distro = "core yocto unit-users-layer"
+
+LAYERSERIES_COMPAT_unit-graphics-layer = "whinlatter"
+
+BBFILES_DYNAMIC += " \
+ flutter-layer:${LAYERDIR}/dynamic-layers/flutter-layer/recipes-*/*/*.bb \
+ flutter-layer:${LAYERDIR}/dynamic-layers/flutter-layer/recipes-*/*/*.bbappend \
+"
+
+UNIT_GRAPHICS_LAYERDIR = "${LAYERDIR}"