[poky] [PATCH] meta-yocto/layer.conf: Bump LAYERVERSION_yocto

Elizabeth Flanagan elizabeth.flanagan at intel.com
Mon Sep 16 17:02:27 PDT 2013


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 at intel.com>
---
 meta-yocto/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
index e326aad..9942b51 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"
-- 
1.8.1.2




More information about the poky mailing list