aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2017-02-17 15:49:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-19 09:38:59 -0800
commitdef3800c7e58d9d1b54ea1df27b190a0f6d1d544 (patch)
tree7baf5e8e3ede7381f26e5103bbccf65b98754eb1 /meta/conf
parent4f5e5321fafe491f91d78a35d11afc0dc0527d4b (diff)
downloadopenembedded-core-contrib-def3800c7e58d9d1b54ea1df27b190a0f6d1d544.tar.gz
layer.conf: bump version for change in eSDK selftest behaviour
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 24b4df07f5..87c235fe12 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 = "9"
+LAYERVERSION_core = "10"
BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"