meta-intel/meta-tlk/conf/layer.conf
Otavio Salvador f940d945ab 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>
2016-03-30 16:11:51 -07:00

11 lines
301 B
Plaintext

# We have a conf and classes directory, add to BBPATH
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"