aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-11-26 00:42:05 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-28 08:59:25 +0100
commit516c5150fcb90907906c96a8c92396806b64e6ae (patch)
tree426a2e1968940a769454ea7bf2ebd8c6ebc8306a
parentad5ab7a9bf671b86e9e18e89cc9439b7b7c4b17b (diff)
downloadmeta-openembedded-516c5150fcb90907906c96a8c92396806b64e6ae.tar.gz
toolchain-layer: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core 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--toolchain-layer/conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain-layer/conf/layer.conf b/toolchain-layer/conf/layer.conf
index ca81eb148a..b377f12360 100644
--- a/toolchain-layer/conf/layer.conf
+++ b/toolchain-layer/conf/layer.conf
@@ -23,3 +23,8 @@ BBFILE_PATTERN_toolchain-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_toolchain-layer = "6"
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_toolchain-layer = "1"
+
+LAYERDEPENDS_toolchain-layer = "core"