zynq: add sdcard image support
authorLuis Araneda <luaraneda@gmail.com>
Tue, 4 Sep 2018 01:40:02 +0000 (22:40 -0300)
committerJohn Crispin <john@phrozen.org>
Mon, 10 Sep 2018 06:55:39 +0000 (08:55 +0200)
commit412763c81204d0fda0ebb753cb1da78aada34c5b
tree0c533350af007cbab1c3c6246e4211282f12e38f
parentd6501467e7aac5b7b0831363753da4a86f33f182
zynq: add sdcard image support

Implement the generation of sdcard images with ext4 or
squashfs + f2fs overlay, but only enable the latter
automatically

Additionally, add mkf2fs and e2fsprogs to default packages
to manipulate ext4 and f2fs filesystems

Finally, disable the automatic generation of initramfs
and rootfs.tar.gz images, as they are no longer required
(they can still be selected in menuconfig)

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
target/linux/zynq/Makefile
target/linux/zynq/image/Makefile
target/linux/zynq/image/gen_zynq_sdcard_img.sh [new file with mode: 0755]