mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "yocto"
|
||||
BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_yocto = "5"
|
||||
|
||||
LAYERSERIES_COMPAT_yocto = "hardknott"
|
||||
LAYERSERIES_COMPAT_yocto = "honister"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
|
||||
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "yoctobsp"
|
||||
BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_yoctobsp = "5"
|
||||
LAYERVERSION_yoctobsp = "4"
|
||||
LAYERSERIES_COMPAT_yoctobsp = "hardknott"
|
||||
LAYERSERIES_COMPAT_yoctobsp = "honister"
|
||||
|
||||
Reference in New Issue
Block a user