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
1 # XZCAT is taken from BR2_XZCAT (defaults to 'xzcat') (see Makefile)
2 # If it is not present, build our own host-xzcat
3
4 ifeq (,$(call suitable-host-package,xzcat,$(XZCAT)))
5 DEPENDENCIES_HOST_PREREQ += host-xz
6 XZCAT = $(HOST_DIR)/usr/bin/xzcat
7 endif