mirror of
git://git.yoctoproject.org/poky
synced 2026-09-12 23:28:59 +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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user