summaryrefslogtreecommitdiffstats
path: root/meta-iot/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-iot/conf/layer.conf')
-rw-r--r--meta-iot/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-iot/conf/layer.conf b/meta-iot/conf/layer.conf
new file mode 100644
index 0000000..b393f3d
--- /dev/null
+++ b/meta-iot/conf/layer.conf
@@ -0,0 +1,12 @@
1BBPATH ?= ""
2# We add conf directory to BBPATH
3BBPATH .= ":${LAYERDIR}"
4
5# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
6BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
7 ${LAYERDIR}/recipes-*/*/*.bbappend"
8
9BBFILE_COLLECTIONS += "iot"
10BBFILE_PATTERN_iot := "^${LAYERDIR}/"
11BBFILE_PRIORITY_iot = "7"
12