aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-07-28 03:00:02 -0700
committerRobert Yang <liezhi.yang@windriver.com>2015-07-29 18:49:44 -0700
commit98beb892abafc3fde525406411af9d6ce6fe6b8f (patch)
tree18c97b63171c5022eeb29a04c75424a4ad408598
parent27d068d05239c26a3848eb101571acab54635e37 (diff)
downloadopenembedded-core-contrib-98beb892abafc3fde525406411af9d6ce6fe6b8f.tar.gz
bitbake.conf: add GITHUB_GIT
It allows for people to add local mirrors for example and even remap fetching without touching the recipes. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 730ab80dbd..6775393611 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -577,6 +577,7 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases"
SAVANNAH_GNU_MIRROR = "http://download.savannah.gnu.org/releases"
SAVANNAH_NONGNU_MIRROR = "http://download.savannah.nongnu.org/releases"
CPAN_MIRROR = "http://search.cpan.org/CPAN"
+GITHUB_GIT = "git://github.com"
# You can use the mirror of your country to get faster downloads by putting
# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool"