mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
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:
parent
c6efc3ea16
commit
abb8758eb8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user