summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-25 15:39:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-25 15:54:30 +0200
commit10f7ba8aed6ffb2e85169ac5efab741e62bd0ff5 (patch)
treed78a8ed4566afe449cd2007d1ba1b95c22813f70
parentecf48d885f605f6422081b80bb743980527b03ac (diff)
conf/layer.conf: decrease layer priority to 24
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ed870da..4b9d8f2 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "toradex-demos"
BBFILE_PATTERN_toradex-demos = "^${LAYERDIR}/"
-BBFILE_PRIORITY_toradex-demos = "90"
+BBFILE_PRIORITY_toradex-demos = "24"
# Let us add layer-specific bbappends which are only applied when that
# layer is included in our configuration