diff options
author | 2016-03-28 10:04:07 -0300 | |
---|---|---|
committer | 2016-03-29 12:11:28 -0700 | |
commit | abb8758eb800c37c6c2700b3c45ffdb723b4d2ae (patch) | |
tree | 283bd4da5f8744eec5b008bac0bf321e733f6a43 /meta-tlk | |
parent | c6efc3ea161222d1c08b2e6aac39645dbaec3d97 (diff) | |
download | meta-intel-abb8758eb800c37c6c2700b3c45ffdb723b4d2ae.tar.gz meta-intel-abb8758eb800c37c6c2700b3c45ffdb723b4d2ae.tar.bz2 meta-intel-abb8758eb800c37c6c2700b3c45ffdb723b4d2ae.zip |
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')
-rw-r--r-- | meta-tlk/conf/layer.conf | 4 |
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}" # 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" |