aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-03-10 16:28:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-10 17:44:56 +0000
commit99f209a49a4390192b95184ff86bd6f973010111 (patch)
tree8f7076a704ee03fbcbc958d7452dd2c34c4c3cfc
parent04ffd02a14f5e0cd2ce0288b589d4c4a0120e2f4 (diff)
downloadopenembedded-core-contrib-99f209a49a4390192b95184ff86bd6f973010111.tar.gz
layer.conf: bump version as error-report interface changed
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>
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index e5e1f06a54..573579aca6 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 = "4"
+LAYERVERSION_core = "5"
BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"