[oe-commits] Ross Burton : layer.conf: bump version as error-report interface changed

git at git.openembedded.org git at git.openembedded.org
Tue Mar 10 17:45:19 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 99f209a49a4390192b95184ff86bd6f973010111
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=99f209a49a4390192b95184ff86bd6f973010111

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Mar 10 16:28:08 2015 +0000

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index e5e1f06..573579a 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"
 



More information about the Openembedded-commits mailing list