aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
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:45:05 +0000
commit0aff27522d467ee5d02289594207ddef4add7081 (patch)
tree049c55f672b13acb5b0e8574acce9ba00674f3ad /meta/conf/layer.conf
parentc60786cec04230cc4318d269d29029de76012fb0 (diff)
downloadopenembedded-core-contrib-0aff27522d467ee5d02289594207ddef4add7081.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. (From OE-Core rev: 99f209a49a4390192b95184ff86bd6f973010111) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-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"