[meta-intel] [PATCH] tlk: layer.conf: Add proper priority and pattern

Stephano Cetola stephano.cetola at linux.intel.com
Wed Mar 30 10:31:51 PDT 2016


    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 <stephano.cetola at linux.intel.com>
---
 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



More information about the meta-intel mailing list