diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-25 10:28:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-25 10:28:47 +0100 |
commit | dbfb2efcd7240a0a6a413f1b37c399b66fa79ca9 (patch) | |
tree | db193a044c12ad974feec61d810891107268ad91 /meta/conf | |
parent | 849d65d55e4df5fa443b2cb7b4cee23913fc9d5a (diff) | |
download | openembedded-core-contrib-dbfb2efcd7240a0a6a413f1b37c399b66fa79ca9.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 573579aca6a..56fc7ce59e7 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" |