gemini: Fix up image generation
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 17 Oct 2018 18:46:19 +0000 (20:46 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:07 +0000 (17:48 +0100)
commit86c6531acc6064a84d1de5c850626a45dcfe8ce8
treef42dd18b2486dc1695e95fee26d965045219a180
parentde047d62555917f21787b621c5011763e1f1fcb7
gemini: Fix up image generation

I noticed that the image generator for the Gemini generates
some 10+ MB files for the second (application) partition.
This is just wrong. The first 6144K partition named initramfs
easily fits OpenWRTs squashfs,jffs2 overlayed partitions
with nice headroom for storing configuration files.

Generate a blank partition for the hddapp.tgz file and delete
it after generating the firmware image - when performing
updates manually you just want the "rd.z" file around
anyways.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
(backported from f280bd7fa8423c04028757bbf28284574c7a5bc9)
target/linux/gemini/image/Makefile