summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-09-14 00:40:55 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-10-03 21:20:55 -0400
commitf9d860e0683de6272e9041575c1312c3c99543de (patch)
tree5bb4255e3252455504aa1a948ac8f4b06138fe0e
parent9c103ce85a6ecb836bcdc46137207e466846ee2e (diff)
downloadmeta-ti-f9d860e0683de6272e9041575c1312c3c99543de.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>
-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"