summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: 48cab23)
raw | patch | inline | side by side (from parent 1: 48cab23)
author | Denys Dmytriyenko <denys@ti.com> | |
Fri, 14 Sep 2012 04:40:55 +0000 (00:40 -0400) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Wed, 19 Sep 2012 00:02:34 +0000 (20:02 -0400) |
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>
and also allows distributions to override our recipes.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
conf/layer.conf | patch | blob | history |
diff --git a/conf/layer.conf b/conf/layer.conf
index 4afb4f34b9f11d417f5916d0166c3d13da5f7f6c..faa4ac026b0446b6dbe4272cfbe79c3d3a812b9f 100644 (file)
--- a/conf/layer.conf
+++ b/conf/layer.conf
BBFILE_COLLECTIONS += "meta-ti"
BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-ti = "10"
+BBFILE_PRIORITY_meta-ti = "6"