This will allow us to exclude certain hosts.  For example, right now,
we have no support for booting FreeBSD on UEFI hosts.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
CC: Roger Pau Monné <roger....@citrix.com>
---
 make-flight | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-flight b/make-flight
index 6b53c94..22dedf2 100755
--- a/make-flight
+++ b/make-flight
@@ -262,7 +262,7 @@ do_freebsd_tests () {
                         test-freebsd xl $xenarch $dom0arch \
                         freebsd_arch=$freebsdarch \
  
freebsd_image=${FREEBSD_IMAGE_PREFIX-FreeBSD-10.1-CUSTOM-}$freebsdarch${FREEBSD_IMAGE_SUFFIX--20150525.raw.xz}
 \
-                        all_hostflags=$most_hostflags
+                        all_hostflags=$most_hostflags,freebsd-10
 
   done
 }
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to