From 98beb892abafc3fde525406411af9d6ce6fe6b8f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 28 Jul 2015 03:00:02 -0700 Subject: 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 --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg