]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Increase layer version to 6
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2015 09:28:39 +0000 (10:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2015 09:28:47 +0000 (10:28 +0100)
This means we can use this as a test to enable certain autobuilder tests
such as testsdk.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index 573579aca6a469076dfb9a6c277b40eee75a1e62..56fc7ce59e7fd2496a4fcc23f5ba7443a545a2da 100644 (file)
@@ -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"