diff options
author | Ross Burton <ross.burton@intel.com> | 2016-07-25 21:20:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-26 08:56:27 +0100 |
commit | 1052fef94eff6280e0807de8990932723a236cfe (patch) | |
tree | 0c139a293e57fecb6851af7ea44f8464fb06298c /meta/conf/layer.conf | |
parent | bb9d9dacca704da5f55ad2e86ced41e7e531f286 (diff) | |
download | poky-1052fef94eff6280e0807de8990932723a236cfe.tar.gz |
layer.conf: bump version for uclibc removal and LSB update
As of oe-core layer version 9, uclibc has been removed and LSB approximates
version 5 (which means that Qt 3 isn't required for LSB conformance).
(From OE-Core rev: e2900a30cc36ced67d157814b0f6afbd8f1ff8ed)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.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 81dd4bebef..b6d5f1c172 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 = "8" | 12 | LAYERVERSION_core = "9" |
13 | 13 | ||
14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | 14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
15 | 15 | ||