[oe-commits] Richard Purdie : layer.conf: Increase layer version to 6

git at git.openembedded.org git at git.openembedded.org
Tue Aug 25 09:48:11 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: dbfb2efcd7240a0a6a413f1b37c399b66fa79ca9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dbfb2efcd7240a0a6a413f1b37c399b66fa79ca9

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Aug 25 10:28:39 2015 +0100

layer.conf: Increase layer version to 6

This means we can use this as a test to enable certain autobuilder tests
such as testsdk.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 573579a..56fc7ce 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_PRIORITY_core = "5"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
-LAYERVERSION_core = "5"
+LAYERVERSION_core = "6"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"
 



More information about the Openembedded-commits mailing list