diff options
author | Ross Burton <ross.burton@intel.com> | 2017-06-28 15:23:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:52:19 +0100 |
commit | c3058ec4a4f2f4c57116816a5bede1e61a5a4cc4 (patch) | |
tree | b097fdb3a33171f6794d8175e9e2169d07174d89 /meta/conf | |
parent | 2a3071df6f9a817106ed08e4d86edef0aadf5827 (diff) | |
download | poky-c3058ec4a4f2f4c57116816a5bede1e61a5a4cc4.tar.gz |
meta/conf/layer.conf: bump layer version for LSB changes
As oe-core has just dropped a number of recipes that were for LSB
conformance, bump the layer version so we can also remove meta-qt4 from
the autobuilder.
(From OE-Core rev: 179b7ae2511974173ae4aa72dfb49384ff69c2e5)
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 6d36aa1098..38bec33197 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 = "10" | 12 | LAYERVERSION_core = "11" |
13 | 13 | ||
14 | LAYERSERIES_CORENAMES = "rocko" | 14 | LAYERSERIES_CORENAMES = "rocko" |
15 | 15 | ||