aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-11-26 00:42:07 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-28 08:59:25 +0100
commitf1359825761c826edfc27530adbe3e126ac33ced (patch)
tree2c438938d46e42b26dc69944ed7e19bde29bfad8
parent9c18aa5d04d124a923367ddadbfa221969436d52 (diff)
downloadmeta-openembedded-contrib-f1359825761c826edfc27530adbe3e126ac33ced.tar.gz
meta-filesystems: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-filesystems/conf/layer.conf6
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 \
BBFILE_COLLECTIONS += "filesystems-layer"
BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_filesystems-layer = "6"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_filesystems-layer = "1"
+
+LAYERDEPENDS_filesystems-layer = "core openembedded-layer"