Since d4dba6183d61 "ts-kernel-build: Include dtbs in dist file" we
know require a "make dtbs_install" target, which was only added after
3.14.

None of the ARM h/w in the XenProject test colo can run with a kernel
this old. We do have a system in the Citrix instance in Cambridge
which does but the complexity vs benefit of testing this doesn't
warrant continuing to test 3.14.

Our current baseline for other ARM testing is a 3.16 based
linux-arm-xen branch.

Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
---
 make-flight | 1 +
 1 file changed, 1 insertion(+)

diff --git a/make-flight b/make-flight
index b59b87d..8523995 100755
--- a/make-flight
+++ b/make-flight
@@ -150,6 +150,7 @@ test_matrix_branch_filter_callback () {
         linux-3.0) return 1;;
         linux-3.4) return 1;;
         linux-3.10) return 1;;
+        linux-3.14) return 1;;
         linux-mingo-tip-master) return 1;;
         linux-*) ;;
         qemu-upstream-4.2-testing) return 1;;
-- 
2.6.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to