diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-19 17:52:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-20 18:54:56 +0000 |
commit | 922332f58de552d9f1c51648b4e09387ea739c74 (patch) | |
tree | 968115ba1edae742e219c8c6ac1d0cfc04659bde | |
parent | 0163e6b8d033cacc5d05c0d7a2aaadf58732de2c (diff) | |
download | poky-922332f58de552d9f1c51648b4e09387ea739c74.tar.gz |
layer.conf: Drop gatesgarth from the layer series names
The time has come to encourage people to update actively maintained
layers to use the new series name.
(From OE-Core rev: 737e3e608e64fc9ba67facc3dd2dd30497266f1e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 b10b58ab32..5210fd4612 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -7,7 +7,7 @@ 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 = "gatesgarth hardknott" | 10 | LAYERSERIES_CORENAMES = "hardknott" |
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 |