2006-01-25 14:54:16 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
2010-03-02 22:38:04 +01:00
|
|
|
# Build the compressed loop root filesystem image
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
2010-03-10 00:13:12 +01:00
|
|
|
ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit
|
2010-03-02 22:38:04 +01:00
|
|
|
|
2010-03-10 00:13:12 +01:00
|
|
|
define ROOTFS_CLOOP_CMD
|
|
|
|
$(HOST_DIR)/usr/bin/genisoimage -r $(TARGET_DIR) | $(HOST_DIR)/usr/bin/create_compressed_fs - 65536 > $$@
|
|
|
|
endef
|
2010-03-02 22:38:04 +01:00
|
|
|
|
2010-03-10 00:13:12 +01:00
|
|
|
$(eval $(call ROOTFS_TARGET,cloop))
|