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 / fs / cloop / cloop.mk
1 ################################################################################
2 #
3 # Build the compressed loop root filesystem image
4 #
5 ################################################################################
6
7 ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit
8
9 define ROOTFS_CLOOP_CMD
10         $(HOST_DIR)/usr/bin/genisoimage -r $(TARGET_DIR) | $(HOST_DIR)/usr/bin/create_compressed_fs - 65536 > $@
11 endef
12
13 $(eval $(call ROOTFS_TARGET,cloop))