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:39:20 +0100 |
commit | e6a917dafb80ca4691b9bb0e0cde3db447b42e1b (patch) | |
tree | 3a997a0e33f70d75de032116c47448cc712c0264 /meta | |
parent | bb34181b42b62e0476ba9e12f9125ed9f785cf23 (diff) | |
download | poky-e6a917dafb80ca4691b9bb0e0cde3db447b42e1b.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.
(From OE-Core rev: dbfb2efcd7240a0a6a413f1b37c399b66fa79ca9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 573579aca6..56fc7ce59e 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_PRIORITY_core = "5" | |||
9 | 9 | ||
10 | # This should only be incremented on significant changes that will | 10 | # This should only be incremented on significant changes that will |
11 | # cause compatibility issues with other layers | 11 | # cause compatibility issues with other layers |
12 | LAYERVERSION_core = "5" | 12 | LAYERVERSION_core = "6" |
13 | 13 | ||
14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | 14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
15 | 15 | ||