From cca43833635d1321e014d5025852100d05fd3e3f Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 14 Sep 2012 00:40:55 -0400 Subject: [PATCH 1/1] 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2