From bf464bee5a1a0d52fb065d25d27aacc8abe033ea Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 26 Nov 2014 00:42:09 -0500 Subject: meta-gpe: Add LAYERVERSION and LAYERDEPENDS According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-gpe/conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-gpe/conf') 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" -- cgit 1.2.3-korg