From: Robert Yang Date: Tue, 28 Jul 2015 10:00:02 +0000 (-0700) Subject: bitbake.conf: add GITHUB_GIT X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98beb892abafc3fde525406411af9d6ce6fe6b8f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 730ab80dbdb..67753936118 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"