From abb8758eb800c37c6c2700b3c45ffdb723b4d2ae Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 28 Mar 2016 10:04:07 -0300 Subject: 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 Signed-off-by: Saul Wold --- meta-tlk/conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-tlk/conf/layer.conf') 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}" # 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" -- cgit v1.2.3-54-g00ecf