aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-11-26 00:42:03 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-28 13:41:30 +0100
commit3c25756675e79d06c0dd1a4e2e9c7fbc2a6ae7a0 (patch)
treedfbb169cca258b0f3a5cdc5b6eba66d6c412bfdb /conf/layer.conf
parenta1c3a244b53801e04cf0ecc15d10012eb0ec1147 (diff)
downloadmeta-python2-3c25756675e79d06c0dd1a4e2e9c7fbc2a6ae7a0.tar.gz
meta-python: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core and openembedded-layer (From meta-openembedded commit: f9fe64fbb4874c6e3443fda5e60312a832cd7748) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 494d267..f17da43 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,3 +7,9 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-python2"
BBFILE_PATTERN_meta-python2 := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-python2 = "7"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_meta-python2 = "1"
+
+LAYERDEPENDS_meta-python2 = "core openembedded-layer"