That is for testing the in-xen.git kernel build machinery which we
surely don't care about anymore.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
export REVISION_LINUXFIRMWARE
fi
-if [ "x$branch" != "xxen-unstable" ]; then
- export REVISION_LINUX_OLD=disable
-fi
-
case "$tree" in
xen)
realtree=$xenbranch
rumprun)
realtree=rumprun
NEW_REVISION=$REVISION_RUMPRUN
- export REVISION_LINUX_OLD=disable
export REVISION_LIBVIRT=disable
;;
seabios)
if [ x$buildflight = x ]; then
- WANT_XEND=false REVISION_LINUX_OLD=disable
+ WANT_XEND=false
create_build_jobs
if [ x$buildflight = x ]; then
- WANT_XEND=false REVISION_LINUX_OLD=disable
+ WANT_XEND=false
create_build_jobs
arm*) continue;; # don't do any other kernel builds
esac
- if [ "x$REVISION_LINUX_OLD" != xdisable ]; then
-
- job_create_build build-$arch-oldkern build-kern \
- arch=$arch kconfighow=create-config-sh \
- kimagefile=vmlinux \
- $RUNVARS $BUILD_RUNVARS $BUILD_LINUX_OLD_RUNVARS \
- $arch_runvars $hostos_runvars \
- host_hostflags=$build_hostflags \
- tree_linux=http://xenbits.xen.org/linux-2.6.18-xen.hg \
- revision_linux=$REVISION_LINUX_OLD
-
- fi
-
done
}