diff options
-rw-r--r-- | meta-filesystems/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf index c0bbd78216..9ed6d1b739 100644 --- a/meta-filesystems/conf/layer.conf +++ b/meta-filesystems/conf/layer.conf | |||
@@ -8,3 +8,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
8 | BBFILE_COLLECTIONS += "filesystems-layer" | 8 | BBFILE_COLLECTIONS += "filesystems-layer" |
9 | BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_filesystems-layer = "6" | 10 | BBFILE_PRIORITY_filesystems-layer = "6" |
11 | |||
12 | # This should only be incremented on significant changes that will | ||
13 | # cause compatibility issues with other layers | ||
14 | LAYERVERSION_filesystems-layer = "1" | ||
15 | |||
16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer" | ||