]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: bump version as error-report interface changed
authorRoss Burton <ross.burton@intel.com>
Tue, 10 Mar 2015 16:28:08 +0000 (16:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Mar 2015 17:44:56 +0000 (17:44 +0000)
The error-report tooling command-line options were changed and anyone doing
automated builds and using error-reports needs to know what options to parse.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index e5e1f06a54f82f7af604ed3aa2ae1a090d2a8ca0..573579aca6a469076dfb9a6c277b40eee75a1e62 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 = "4"
+LAYERVERSION_core = "5"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"