From 813103e622b721467f64f8a3c4e6a4eab4e346cc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Aug 2015 10:43:59 -0700 Subject: 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 Signed-off-by: Martin Jansa --- conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') 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 @@ # Therefore if you want a given layer to be considered high priority # for the .inc and .conf etc. then consider it adding at the beginning # of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve -# the recipe contention so the order of directories in BBFILES does +# the recipe contention so the order of directories in BBFILES does # not matter. # We have a conf and classes directory, append to BBPATH @@ -27,4 +27,4 @@ LICENSE_PATH += "${LAYERDIR}/licenses" IMAGE_FEATURES[validitems] += "qtcreator-debug" -QT_GIT ?= "git://code.qt.io" +QT_GIT ?= "git://github.com/qtproject" -- cgit v1.2.3-54-g00ecf