diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-15 22:21:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-15 22:23:19 +0000 |
commit | a6092298c83595434cb6b6d605711fa5cf567d92 (patch) | |
tree | 6651cebb0842886f66a0601f132e4fadc0645aa4 /meta/conf | |
parent | 9194c6c2499354faa53fb9008476670cc0e5c8b7 (diff) | |
download | poky-a6092298c83595434cb6b6d605711fa5cf567d92.tar.gz |
layer.conf: Update to LAYERSERIES_CORENAME to dunfell
Update the layer core name to the new release name.
(From OE-Core rev: 090bb3b44ba0cc01c29942c00d43e910d1ff735e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 60f8e26223..29ddb29865 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core" | |||
7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" | 7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" |
8 | BBFILE_PRIORITY_core = "5" | 8 | BBFILE_PRIORITY_core = "5" |
9 | 9 | ||
10 | LAYERSERIES_CORENAMES = "zeus" | 10 | LAYERSERIES_CORENAMES = "dunfell" |
11 | 11 | ||
12 | # This should only be incremented on significant changes that will | 12 | # This should only be incremented on significant changes that will |
13 | # cause compatibility issues with other layers | 13 | # cause compatibility issues with other layers |
14 | LAYERVERSION_core = "11" | 14 | LAYERVERSION_core = "11" |
15 | LAYERSERIES_COMPAT_core = "warrior zeus" | 15 | LAYERSERIES_COMPAT_core = "zeus dunfell" |
16 | 16 | ||
17 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | 17 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
18 | 18 | ||