It is expected that every layer provides a priority and its
BBFILE_PATTERN. This includes the needed information in
layer.conf.
Signed-off-by: Stephano Cetola <[email protected]>
---
meta-tlk/conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf
index 38b0e0c..fc10405 100644
--- a/meta-tlk/conf/layer.conf
+++ b/meta-tlk/conf/layer.conf
@@ -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"
--
2.7.4
--
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel