diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 22:44:34 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | fcc456ee4b8f619134abb4649db53c638074082c (patch) | |
| tree | b0caf193d6b80bb6f56963dd89c425aea2ca748c | |
| parent | d1ff0ac9df4eb59e60371599792bc62c05e22130 (diff) | |
| download | poky-fcc456ee4b8f619134abb4649db53c638074082c.tar.gz | |
layer.conf: Override changes mean we're only compatible with honister
Due to the override changes, we only allow compatibility with honister and
not hardknott.
(From OE-Core rev: 72c04cb3ca78208a135275d6dd43ad500b663cb5)
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 5892c80ae4..307ad7e223 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 = "hardknott honister" | 10 | LAYERSERIES_CORENAMES = "honister" |
| 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 |
