From: Elizabeth Flanagan Date: Tue, 17 Sep 2013 00:02:27 +0000 (-0700) Subject: meta-yocto/layer.conf: Bump LAYERVERSION_yocto X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f08147b082017ff3f6eb812afb9c1e3704214de4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-yocto/layer.conf: Bump LAYERVERSION_yocto Commit 5992830145c fixes the autobuilder needing to rename qemux86-64 to qemux86_64 however in order to maintain autobuilder compatibility with prior releases we need to bump LAYERVERSION. Signed-off-by: Elizabeth Flanagan Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index e326aadbcdd..9942b518ee1 100644 --- a/meta-yocto/conf/layer.conf +++ b/meta-yocto/conf/layer.conf @@ -11,6 +11,6 @@ BBFILE_PRIORITY_yocto = "5" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -LAYERVERSION_yocto = "1" +LAYERVERSION_yocto = "2" LAYERDEPENDS_yocto = "core"