gst1-vaapi: bump version to 1.10.4
[buildroot-gz.git] / fs / cloop / cloop.mk
blob9e42a3a27f61de00a5dd9b3f5e29d96831dc4504
1 ################################################################################
3 # Build the compressed loop root filesystem image
5 ################################################################################
7 ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit
9 define ROOTFS_CLOOP_CMD
10 $(HOST_DIR)/usr/bin/genisoimage -r $(TARGET_DIR) | \
11 $(HOST_DIR)/usr/bin/create_compressed_fs - 65536 > $@
12 endef
14 $(eval $(call ROOTFS_TARGET,cloop))