summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2015-02-20 17:40:22 +0100
committerAndrei Gherzan <andrei@resin.io>2015-03-01 01:13:43 +0100
commit7146e12374b6129ad72b790d7aed2e94f8974f00 (patch)
tree2c4ac4b1737e15a216b38fddcf895c3441f2b68b /conf/layer.conf
parent1350ba8acf4b5bb03b26a00da91a6698d4b7e2da (diff)
downloadmeta-raspberrypi-7146e12374b6129ad72b790d7aed2e94f8974f00.tar.gz
layer.conf: set high layer priority
Set a high layer prio to ensure that meta-raspberrypi addons are always prioritized above the depended layers. Signed-off-by: Petter Mabäcker <petter@technux.se>
Diffstat (limited to 'conf/layer.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 7bffd4b..bea5a65 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
7 7
8BBFILE_COLLECTIONS += "raspberrypi" 8BBFILE_COLLECTIONS += "raspberrypi"
9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" 9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
10BBFILE_PRIORITY_raspberrypi = "6" 10BBFILE_PRIORITY_raspberrypi = "9"
11 11
12# Additional license directories. 12# Additional license directories.
13LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 13LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"