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.

(From OE-Core rev: def3800c7e58d9d1b54ea1df27b190a0f6d1d544)

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock 2017-02-17 15:49:16 +00:00 committed by Richard Purdie
parent 27a9c9d788
commit e436a63986
1 changed files with 1 additions and 1 deletions

View 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"