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.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf
new file mode 100644
index 0000000000..5f5eb8218c
--- /dev/null
+++ b/meta-hob/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
6
7BBFILE_COLLECTIONS += "hob"
8BBFILE_PATTERN_hob := "^${LAYERDIR}/"
9BBFILE_PRIORITY_hob = "1"