diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-11-26 00:42:09 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-28 13:41:52 +0100 |
commit | bf464bee5a1a0d52fb065d25d27aacc8abe033ea (patch) | |
tree | 2a42c643931a6cf4e2ee06deda700b3dac890a78 /meta-gpe | |
parent | c85fcd79474ab6d941e4690572fc6ed00ebf6ca6 (diff) | |
download | meta-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.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf index 6c018b1e6e3..00f3929f8f3 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" |