summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"