mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
layer.conf: make the yocto layer dependent on oe-core
(From meta-yocto rev: e59e5e88192ce801698580603dcfb86712013064) Signed-off-by: Laszlo Papp <lpapp@kde.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8e324c7b1a
commit
8af2565851
@@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "yocto"
|
||||
BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_yocto = "5"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_yocto = "1"
|
||||
|
||||
LAYERDEPENDS_yocto = "core"
|
||||
|
||||
Reference in New Issue
Block a user