From dcc7632fbd51e8f363f0dd86178fdff89a18728b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 21 Feb 2014 17:10:47 +0100 Subject: layer: lower layer priority to allow override of recipes --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 3b1e852..cff35e9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -6,4 +6,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-toradex" BBFILE_PATTERN_meta-toradex := "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-toradex = "99" +BBFILE_PRIORITY_meta-toradex = "90" -- cgit v1.2.3