x86: fix missing squashfs and ext4 rootfs images
authorPaul Spooren <mail@aparcar.org>
Wed, 25 Mar 2020 19:25:10 +0000 (09:25 -1000)
committerPetr Štetiar <ynezz@true.cz>
Sat, 28 Mar 2020 12:20:05 +0000 (13:20 +0100)
commit258f070d1a4fe1808b654f58f50779fd0afafa1a
tree1f757e99a3be752b69c27e987c777c7e96f7079d
parent6fcca31fc3c3ddaa5e085fdf643892d31f29ab93
x86: fix missing squashfs and ext4 rootfs images

The previous rework of x86 image creation done in commit cb007a7bf619
("x86: switch image generation to new code") removed images of separate
squashfs and ext4 filesystems which are handy for example in testing
under QEMU.

So this patch adds back creation of those missing rootfs images for ext4
and squashfs based filesystems.

Fixes: cb007a7bf619 ("x86: switch image generation to new code")
Signed-off-by: Paul Spooren <mail@aparcar.org>
[commit subject and description tweaks]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/x86/image/Makefile