summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 92558b33..f83bd967 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -5,7 +5,7 @@
5# Therefore if you want a given layer to be considered high priority 5# Therefore if you want a given layer to be considered high priority
6# for the .inc and .conf etc. then consider it adding at the beginning 6# for the .inc and .conf etc. then consider it adding at the beginning
7# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve 7# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
8# the recipe contention so the order of directories in BBFILES does 8# the recipe contention so the order of directories in BBFILES does
9# not matter. 9# not matter.
10 10
11# We have a conf and classes directory, append to BBPATH 11# We have a conf and classes directory, append to BBPATH
@@ -27,4 +27,4 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
27 27
28IMAGE_FEATURES[validitems] += "qtcreator-debug" 28IMAGE_FEATURES[validitems] += "qtcreator-debug"
29 29
30QT_GIT ?= "git://code.qt.io" 30QT_GIT ?= "git://github.com/qtproject"