summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-09-14 00:40:55 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-09-18 20:02:34 -0400
commitcca43833635d1321e014d5025852100d05fd3e3f (patch)
tree4465ab8799520b3f619b8941d063defd164a47ec /conf
parent48cab231fc8e3c322ff8b1cb4413d8de1d74fff6 (diff)
downloadmeta-ti-cca43833635d1321e014d5025852100d05fd3e3f.tar.gz
layer.conf: lower layer priority from 10 to 6
Lowering layer priority from 10 to 6 aligns meta-ti with other BSP layers and also allows distributions to override our recipes. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 4afb4f34..faa4ac02 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -6,4 +6,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6 6
7BBFILE_COLLECTIONS += "meta-ti" 7BBFILE_COLLECTIONS += "meta-ti"
8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" 8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-ti = "10" 9BBFILE_PRIORITY_meta-ti = "6"