summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-06-28 15:23:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:52:19 +0100
commitc3058ec4a4f2f4c57116816a5bede1e61a5a4cc4 (patch)
treeb097fdb3a33171f6794d8175e9e2169d07174d89 /meta/conf
parent2a3071df6f9a817106ed08e4d86edef0aadf5827 (diff)
downloadpoky-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.conf2
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
12LAYERVERSION_core = "10" 12LAYERVERSION_core = "11"
13 13
14LAYERSERIES_CORENAMES = "rocko" 14LAYERSERIES_CORENAMES = "rocko"
15 15