kumquat-buildroot/fs/iso9660
Thomas Petazzoni 41f0688d91 fs/iso9660: convert to the filesystem infrastructure
This commit converts the iso9660 logic to the common rootfs
infrastructure. What previously prevented it from being converted is
that the iso9660 logic needed to remove a temporary folder after the
image has been created.

However, since Buildroot typically keeps build artefacts around, this
commit changes the logic to keep this temporary folder around. Thanks
to this change, converting to the common rootfs infrastructure becomes
possible.

In addition, the temporary folder is renamed from $(BUILD_DIR)/iso9660
to the more descriptive $(BUILD_DIR)/rootfs-iso9660.tmp.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2015-06-14 23:18:20 +02:00
..
Config.in fs/iso9660: use if ... endif block instead of depends on 2015-06-14 23:18:12 +02:00
iso9660.mk fs/iso9660: convert to the filesystem infrastructure 2015-06-14 23:18:20 +02:00
menu.lst fs/iso9660: add Grub splashscreen support 2013-12-31 00:05:17 +01:00