diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:30:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:38:21 +0100 |
commit | a4b9bf3a1e48d5a65896807597522627c6ac5e1c (patch) | |
tree | afd8036a6f9ea283e06debdc7af79e068061fff2 /meta-poky | |
parent | 9826f87cb466a85cba736529831175437dcc621a (diff) | |
download | poky-a4b9bf3a1e48d5a65896807597522627c6ac5e1c.tar.gz |
layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override
syntax.
(From meta-yocto rev: ea637ebd5a79e5d023bbf347d633568bcb7506a2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/layer.conf b/meta-poky/conf/layer.conf index 22f7fe27c3..2d49616cd9 100644 --- a/meta-poky/conf/layer.conf +++ b/meta-poky/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "yocto" | |||
9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_yocto = "5" | 10 | BBFILE_PRIORITY_yocto = "5" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_yocto = "hardknott" | 12 | LAYERSERIES_COMPAT_yocto = "honister" |
13 | 13 | ||
14 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |