aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gpe
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-11-26 00:42:09 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-28 13:41:52 +0100
commitbf464bee5a1a0d52fb065d25d27aacc8abe033ea (patch)
tree2a42c643931a6cf4e2ee06deda700b3dac890a78 /meta-gpe
parentc85fcd79474ab6d941e4690572fc6ed00ebf6ca6 (diff)
downloadmeta-openembedded-contrib-bf464bee5a1a0d52fb065d25d27aacc8abe033ea.tar.gz
meta-gpe: 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>
Diffstat (limited to 'meta-gpe')
-rw-r--r--meta-gpe/conf/layer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf
index 6c018b1e6e..00f3929f8f 100644
--- a/meta-gpe/conf/layer.conf
+++ b/meta-gpe/conf/layer.conf
@@ -7,3 +7,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "gpe-layer"
BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_gpe-layer = "7"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_gpe-layer = "1"
+
+LAYERDEPENDS_gpe-layer = "core openembedded-layer"