summaryrefslogtreecommitdiffstats
path: root/meta-tlk/conf/layer.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-03-28 10:04:07 -0300
committerSaul Wold <sgw@linux.intel.com>2016-03-29 12:11:28 -0700
commitabb8758eb800c37c6c2700b3c45ffdb723b4d2ae (patch)
tree283bd4da5f8744eec5b008bac0bf321e733f6a43 /meta-tlk/conf/layer.conf
parentc6efc3ea161222d1c08b2e6aac39645dbaec3d97 (diff)
downloadmeta-intel-abb8758eb800c37c6c2700b3c45ffdb723b4d2ae.tar.gz
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>
Diffstat (limited to 'meta-tlk/conf/layer.conf')
-rw-r--r--meta-tlk/conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf
index 38b0e0c2..fc104052 100644
--- a/meta-tlk/conf/layer.conf
+++ b/meta-tlk/conf/layer.conf
@@ -4,3 +4,7 @@ BBPATH .= ":${LAYERDIR}"
4# We have recipes-* directories, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "tlk"
9BBFILE_PATTERN_tlk := "^${LAYERDIR}/"
10BBFILE_PRIORITY_tlk = "5"