mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
d1ff0ac9df
commit
fcc456ee4b
|
|
@ -7,7 +7,7 @@ BBFILE_COLLECTIONS += "core"
|
|||
BBFILE_PATTERN_core = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_core = "5"
|
||||
|
||||
LAYERSERIES_CORENAMES = "hardknott honister"
|
||||
LAYERSERIES_CORENAMES = "honister"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user