From: Richard Purdie Date: Tue, 25 Aug 2015 09:28:39 +0000 (+0100) Subject: layer.conf: Increase layer version to 6 X-Git-Tag: 2015-10~772 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dbfb2efcd7240a0a6a413f1b37c399b66fa79ca9;p=openembedded-core.git layer.conf: Increase layer version to 6 This means we can use this as a test to enable certain autobuilder tests such as testsdk. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 573579aca6..56fc7ce59e 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 = "5" +LAYERVERSION_core = "6" BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"