[OE-core] [PATCH 1/2] bitbake.conf: Add Github mirror
Armin Kuster
akuster808 at gmail.com
Mon Aug 17 02:50:26 UTC 2015
From: Armin Kuster <akuster at mvista.com>
This adds Github mirror variable.
Signed-off-by: Armin Kuster <akuster at mvista.com>
---
meta/conf/bitbake.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 21f1698..56e7ca7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -571,6 +571,7 @@ DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool"
GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
GNOME_GIT = "git://git.gnome.org"
GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
+GITHUB_MIRROR = "git://github.com"
GNU_MIRROR = "http://ftp.gnu.org/gnu"
GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
KERNELORG_MIRROR = "http://kernel.org/pub"
--
2.3.5
More information about the Openembedded-core
mailing list