The earliest version which boots on the hardware in the colo is v3.16+
from the current linux-arm-xen branch.
However in the h/w in the Cambridge instance works ok with linux-3.14
and linux-3.16.
We already skip linux branches 3.4 and earlier, so just add 3.10 too.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
case "$branch" in
linux-3.0) return 1;;
linux-3.4) return 1;;
+ linux-3.10) return 1;;
linux-mingo-tip-master) return 1;;
linux-*) ;;
qemu-upstream-4.2-testing) return 1;;