aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-11-26 00:42:03 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-28 08:59:25 +0100
commitc64792a49886a48fb4008200b43c9d549ad3ead4 (patch)
tree3204b3d676a5029620d614c6ed73cde63e149962
parent947b87c6f9117af5df993ca0a4da7a842ae6f2dd (diff)
downloadmeta-python2-c64792a49886a48fb4008200b43c9d549ad3ead4.tar.gz
meta-python: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core and openembedded-layer (From meta-openembedded commit: 44c2fd2b393408ae22701071006918b1ea01f3d5) 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> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-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"