summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/conf/layer.conf')
-rw-r--r--meta-filesystems/conf/layer.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf
new file mode 100644
index 000000000..9ed6d1b73
--- /dev/null
+++ b/meta-filesystems/conf/layer.conf
@@ -0,0 +1,16 @@
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 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "filesystems-layer"
9BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
10BBFILE_PRIORITY_filesystems-layer = "6"
11
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_filesystems-layer = "1"
15
16LAYERDEPENDS_filesystems-layer = "core openembedded-layer"