tlk: layer.conf: Add proper dependency and priority

It is expected that every layer provides a priority and its
dependencies. This includes the needed information in layer.conf.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Otavio Salvador 2016-03-28 10:04:07 -03:00 committed by Saul Wold
parent c6efc3ea16
commit abb8758eb8

View File

@ -4,3 +4,7 @@ BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "tlk"
BBFILE_PATTERN_tlk := "^${LAYERDIR}/"
BBFILE_PRIORITY_tlk = "5"