From 99f209a49a4390192b95184ff86bd6f973010111 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 10 Mar 2015 16:28:08 +0000 Subject: 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 Signed-off-by: Richard Purdie --- 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 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" -- cgit 1.2.3-korg