summaryrefslogtreecommitdiffstats
path: root/meta-hob/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-hob/conf/layer.conf')
-rw-r--r--meta-hob/conf/layer.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf
new file mode 100644
index 0000000000..1785e65dda
--- /dev/null
+++ b/meta-hob/conf/layer.conf
@@ -0,0 +1,15 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6
7BBFILE_COLLECTIONS += "hob"
8BBFILE_PATTERN_hob = "^${LAYERDIR}/"
9BBFILE_PRIORITY_hob = "1"
10
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_hob = "1"
14
15LAYERDEPENDS_hob = "core"