From: Laszlo Papp Date: Tue, 23 Jul 2013 14:56:43 +0000 (+0000) Subject: layer.conf: make the yocto layer dependent on oe-core X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e59e5e88192ce801698580603dcfb86712013064;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git layer.conf: make the yocto layer dependent on oe-core Signed-off-by: Laszlo Papp Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index e012f240926..e326aadbcdd 100644 --- a/meta-yocto/conf/layer.conf +++ b/meta-yocto/conf/layer.conf @@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "yocto" BBFILE_PATTERN_yocto = "^${LAYERDIR}/" BBFILE_PRIORITY_yocto = "5" +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_yocto = "1" + +LAYERDEPENDS_yocto = "core"