1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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>
This commit is contained in:
Ross Burton
2015-03-10 16:28:08 +00:00
committed by Richard Purdie
parent c60786cec0
commit 0aff27522d
+1 -1
View 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"