]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta-yocto/layer.conf: Bump LAYERVERSION_yocto
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>
Tue, 17 Sep 2013 00:02:27 +0000 (17:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 09:39:51 +0000 (10:39 +0100)
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 <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/layer.conf

index e326aadbcddbef8aff9ac507bb0064a503153605..9942b518ee18f426eb6096f4777375e1776a4446 100644 (file)
@@ -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"