diff options
author | Ross Burton <ross.burton@intel.com> | 2015-03-10 16:28:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-10 17:45:05 +0000 |
commit | 0aff27522d467ee5d02289594207ddef4add7081 (patch) | |
tree | 049c55f672b13acb5b0e8574acce9ba00674f3ad /meta/conf | |
parent | c60786cec04230cc4318d269d29029de76012fb0 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/layer.conf | 2 |
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" | |||
9 | 9 | ||
10 | # This should only be incremented on significant changes that will | 10 | # This should only be incremented on significant changes that will |
11 | # cause compatibility issues with other layers | 11 | # cause compatibility issues with other layers |
12 | LAYERVERSION_core = "4" | 12 | LAYERVERSION_core = "5" |
13 | 13 | ||
14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | 14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
15 | 15 | ||