aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-refhw-gen3/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-refhw-gen3/conf/layer.conf')
-rw-r--r--meta-agl-refhw-gen3/conf/layer.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-agl-refhw-gen3/conf/layer.conf b/meta-agl-refhw-gen3/conf/layer.conf
new file mode 100644
index 0000000..645235d
--- /dev/null
+++ b/meta-agl-refhw-gen3/conf/layer.conf
@@ -0,0 +1,16 @@
+# 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 \
+ ${LAYERDIR}/recipes-*/*.bb \
+ ${LAYERDIR}/recipes-*/*.bbappend \
+"
+
+BBFILE_COLLECTIONS += "agl-refhw-gen3"
+BBFILE_PATTERN_agl-refhw-gen3 = "^${LAYERDIR}"
+BBFILE_PRIORITY_agl-refhw-gen3 = "11"
+
+LAYERSERIES_COMPAT_agl-refhw-gen3 = "thud"