The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / support / dependencies / check-host-xzcat.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/support/dependencies/check-host-xzcat.mk b/cirros-testvm/src-cirros/buildroot-2015.05/support/dependencies/check-host-xzcat.mk
new file mode 100644 (file)
index 0000000..5e08b6e
--- /dev/null
@@ -0,0 +1,7 @@
+# XZCAT is taken from BR2_XZCAT (defaults to 'xzcat') (see Makefile)
+# If it is not present, build our own host-xzcat
+
+ifeq (,$(call suitable-host-package,xzcat,$(XZCAT)))
+DEPENDENCIES_HOST_PREREQ += host-xz
+XZCAT = $(HOST_DIR)/usr/bin/xzcat
+endif