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:
Laszlo Papp 2013-07-23 14:56:43 +00:00 committed by Richard Purdie
parent 8e324c7b1a
commit 8af2565851
1 changed files with 5 additions and 0 deletions

View File

@ -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"