aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-tip-latest
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-03 10:45:46 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-03 10:45:46 +0100
commit041f09c60ddd8c6ab676662fdac5f36518b18855 (patch)
treead3aea8e36ccb2fa21174324cf62b604cd6e7a4d /buildconfigs/mk.linux-2.6-tip-latest
parent554a3a3375a568ba3fc44816ddf8e5568d7944a3 (diff)
downloadxen-041f09c60ddd8c6ab676662fdac5f36518b18855.tar.gz
xen-041f09c60ddd8c6ab676662fdac5f36518b18855.tar.bz2
xen-041f09c60ddd8c6ab676662fdac5f36518b18855.zip
[BUILD] Support cloning Linux tree from a git repository.
Integrate the linux-2.6-tip tree as linux-2.6-tip-latest Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-tip-latest')
-rw-r--r--buildconfigs/mk.linux-2.6-tip-latest14
1 files changed, 14 insertions, 0 deletions
diff --git a/buildconfigs/mk.linux-2.6-tip-latest b/buildconfigs/mk.linux-2.6-tip-latest
new file mode 100644
index 0000000000..78a9ecb746
--- /dev/null
+++ b/buildconfigs/mk.linux-2.6-tip-latest
@@ -0,0 +1,14 @@
+XEN_LINUX_SOURCE ?= git-clone
+LINUX_VER ?= 2.6-x86-latest
+
+IMAGE_TARGET ?= bzImage vmlinux
+
+XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
+
+XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git
+XEN_LINUX_GIT_REMOTENAME ?= x86
+XEN_LINUX_GIT_REMOTEBRANCH ?= auto-latest
+
+EXTRAVERSION ?=
+
+include buildconfigs/mk.linux-2.6-common