summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-02-21 17:10:47 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-02-21 17:10:47 +0100
commitdcc7632fbd51e8f363f0dd86178fdff89a18728b (patch)
tree9381b43863517d876c93b5df4c00e3a7772f585d /conf
parentaca1309ac2086a53152e268705c5634d69e4c855 (diff)
layer: lower layer priority to allow override of recipes
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"