aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-10-20 14:36:01 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-10-20 14:36:01 +0100
commit9266eb0ef8f0774fef7d23a1a38d38a4101f6007 (patch)
tree56c5492d6a453715b39786afc12dfff485169d63 /buildconfigs
parent1eb8140e5b6f54631110d9d8ecdcd60dfefeb462 (diff)
downloadxen-9266eb0ef8f0774fef7d23a1a38d38a4101f6007.tar.gz
xen-9266eb0ef8f0774fef7d23a1a38d38a4101f6007.tar.bz2
xen-9266eb0ef8f0774fef7d23a1a38d38a4101f6007.zip
Obtain Linux kernel via git protocol by default (GIT_HTTP=y overrides)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/mk.linux-2.6-pvops4
-rw-r--r--buildconfigs/mk.linux-2.6-tip-latest4
2 files changed, 8 insertions, 0 deletions
diff --git a/buildconfigs/mk.linux-2.6-pvops b/buildconfigs/mk.linux-2.6-pvops
index ac98a6a3d3..904eb56f0a 100644
--- a/buildconfigs/mk.linux-2.6-pvops
+++ b/buildconfigs/mk.linux-2.6-pvops
@@ -5,7 +5,11 @@ IMAGE_TARGET ?= bzImage
XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
+ifeq ($(GIT_HTTP),y)
XEN_LINUX_GIT_URL ?= http://www.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
+else
+XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
+endif
XEN_LINUX_GIT_REMOTEBRANCH ?= xen/master
EXTRAVERSION ?=
diff --git a/buildconfigs/mk.linux-2.6-tip-latest b/buildconfigs/mk.linux-2.6-tip-latest
index 37d127ac0f..2a0b9af2f2 100644
--- a/buildconfigs/mk.linux-2.6-tip-latest
+++ b/buildconfigs/mk.linux-2.6-tip-latest
@@ -5,7 +5,11 @@ IMAGE_TARGET ?= bzImage vmlinux
XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
+ifeq ($(GIT_HTTP),y)
XEN_LINUX_GIT_URL ?= http://www.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git
+else
+XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git
+endif
XEN_LINUX_GIT_REMOTEBRANCH ?= auto-latest
EXTRAVERSION ?=