]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake.conf: add GITHUB_GIT
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 28 Jul 2015 10:00:02 +0000 (03:00 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 30 Jul 2015 01:49:44 +0000 (18:49 -0700)
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>
meta/conf/bitbake.conf

index 730ab80dbdba599e645ee857b22796b7908db1d8..677539361189ac7337b36aae19b3d968f1183b33 100644 (file)
@@ -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"