diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-07 10:20:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-12 15:08:30 +0100 |
commit | f6f2034526009d21036bfc42326f7d883e84b1cb (patch) | |
tree | 24040b4335293889fe24c4e720807aec853bbe48 /meta/conf | |
parent | 7ac2d8dce259cb8bf57eaae7b45cc81535c599a4 (diff) | |
download | poky-f6f2034526009d21036bfc42326f7d883e84b1cb.tar.gz |
meta*: Add LAYERSERIES_COMPAT and LAYERSERIES_CORENAMES markup to layer.conf
This means mismatched layers are more clearly identified to the user in
cases where compatibility has not been tested. This is perhaps not as
needed for the core repository (other than CORENAMES) but lets lead by
example.
(From OE-Core rev: cde66d5eac8e5c2821ba225dc4be4af4e0581652)
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, 2 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index fc165021c5..6d36aa1098 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -11,6 +11,8 @@ BBFILE_PRIORITY_core = "5" | |||
11 | # cause compatibility issues with other layers | 11 | # cause compatibility issues with other layers |
12 | LAYERVERSION_core = "10" | 12 | LAYERVERSION_core = "10" |
13 | 13 | ||
14 | LAYERSERIES_CORENAMES = "rocko" | ||
15 | |||
14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | 16 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
15 | 17 | ||
16 | # Set a variable to get to the top of the metadata location | 18 | # Set a variable to get to the top of the metadata location |