[meta-ti] Denys Dmytriyenko : layer.conf: lower layer priority from	10 to 6
    Arago Project git 
    git at arago-project.org
       
    Wed Oct  3 18:22:09 PDT 2012
    
    
  
Module: meta-ti
Branch: denzil
Commit: f9d860e0683de6272e9041575c1312c3c99543de
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=f9d860e0683de6272e9041575c1312c3c99543de
Author: Denys Dmytriyenko <denys at ti.com>
Date:   Fri Sep 14 00:40:55 2012 -0400
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 at ti.com>
---
 conf/layer.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 4afb4f3..faa4ac0 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -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"
    
    
More information about the meta-ti
mailing list