apm821xx: explicitly build the rootfs.img.gz target
authorChristian Lamparter <chunkeey@gmail.com>
Sun, 17 Dec 2017 13:59:53 +0000 (14:59 +0100)
committerMathias Kresin <dev@kresin.me>
Thu, 21 Dec 2017 00:05:16 +0000 (01:05 +0100)
commit7c2106696de79d51ce6d06ecd8c43eeade791b10
tree95f9c9cdaf6d2a6de7f5d5985db19bfd73939b33
parent198da20401f2216d92fb8a1539abcd4af743e0d8
apm821xx: explicitly build the rootfs.img.gz target

The commit 87b668765e1
("image: when using the new image build code, gzip ext4 images by default")

forced that all targets that select the ext4 as the root filesystem
to always compress the generated rootfs. This is fine, but this method
doesn't not allow to append the metadata on a per-target base.

Therefore this patch changes the rootfs image production rule to generate
the gzip step manually. This way the metadata can be appended at a later
date.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/apm821xx/image/Makefile