summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:30:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:38:21 +0100
commita4b9bf3a1e48d5a65896807597522627c6ac5e1c (patch)
treeafd8036a6f9ea283e06debdc7af79e068061fff2 /meta-poky
parent9826f87cb466a85cba736529831175437dcc621a (diff)
downloadpoky-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.conf2
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"
9BBFILE_PATTERN_yocto = "^${LAYERDIR}/" 9BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
10BBFILE_PRIORITY_yocto = "5" 10BBFILE_PRIORITY_yocto = "5"
11 11
12LAYERSERIES_COMPAT_yocto = "hardknott" 12LAYERSERIES_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