[OE-core] [PATCH] layer.conf: bump version for change in eSDK selftest behaviour
Joshua Lock
joshua.g.lock at intel.com
Fri Feb 17 15:49:16 UTC 2017
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 at intel.com>
---
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 24b4df0..87c235f 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"
--
2.9.3
More information about the Openembedded-core
mailing list