]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/commitdiff
layer.conf: lower layer priority from 10 to 6
authorDenys Dmytriyenko <denys@ti.com>
Fri, 14 Sep 2012 04:40:55 +0000 (00:40 -0400)
committerDenys 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>
conf/layer.conf

index 4afb4f34b9f11d417f5916d0166c3d13da5f7f6c..faa4ac026b0446b6dbe4272cfbe79c3d3a812b9f 100644 (file)
@@ -6,4 +6,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "meta-ti"
 BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-ti = "10"
+BBFILE_PRIORITY_meta-ti = "6"