]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: bump version for change in eSDK selftest behaviour
authorJoshua Lock <joshua.g.lock@intel.com>
Fri, 17 Feb 2017 15:49:16 +0000 (15:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Feb 2017 17:38:59 +0000 (09:38 -0800)
Since 59a99cd8 "oeqa/sdk: Updates sanity tests for minimal eSDK"
we can now run oe-selftests against a minimal eSDK.

We need to increase the layer version so that we can detect this
change in behaviour in our automated testing.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index 24b4df07f5e18b7312eee976195899a7b571e375..87c235fe126936933bfc2aa182d86432cb5737a3 100644 (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 = "9"
+LAYERVERSION_core = "10"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"