diff options
| author | Khem Raj <raj.khem@gmail.com> | 2015-08-24 10:43:59 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-26 17:12:26 +0200 |
| commit | 813103e622b721467f64f8a3c4e6a4eab4e346cc (patch) | |
| tree | 58733c9de630b8e745dacfaf3a1c691abed39eaa /conf | |
| parent | c16daba21756c661a008d3a9199d3d80aa914bdf (diff) | |
| download | meta-qt5-813103e622b721467f64f8a3c4e6a4eab4e346cc.tar.gz | |
recipes, conf: Direct QT_GIT to use github mirrors
This helps in load balancing code.qt.io may be overloaded
and bails out occasionally when doing fresh clones
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 4 |
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 | ||
| 28 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | 28 | IMAGE_FEATURES[validitems] += "qtcreator-debug" |
| 29 | 29 | ||
| 30 | QT_GIT ?= "git://code.qt.io" | 30 | QT_GIT ?= "git://github.com/qtproject" |
