summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp/conf/layer.conf')
-rw-r--r--meta-yocto-bsp/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf
new file mode 100644
index 0000000000..49fb135094
--- /dev/null
+++ b/meta-yocto-bsp/conf/layer.conf
@@ -0,0 +1,11 @@
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 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "yoctobsp"
9BBFILE_PATTERN_yoctobsp := "^${LAYERDIR}/"
10BBFILE_PRIORITY_yoctobsp = "5"
11