rockchip: fix broken squashfs sysupgrade
authorDavid Bauer <mail@david-bauer.net>
Thu, 23 Sep 2021 19:01:37 +0000 (21:01 +0200)
committerDavid Bauer <mail@david-bauer.net>
Fri, 24 Sep 2021 10:28:48 +0000 (12:28 +0200)
commitb56f7407d999d29c200c8c5880655926ef9874b7
tree57a86c8af00915532e9055995bc8aa548a7c5b2f
parent3128dfc18a5eaff145d17b8a3fe1131d10922384
rockchip: fix broken squashfs sysupgrade

The rockchip platform supports squashfs SD card images. However, the
resulting image is not padded to completely fill the rootfs partition.

Because of that, the f2fs overlay might not be erased, resulting in
uci-defaults not bing executed or the configuration not being erased,
even though drop config was selected.

Modify the image generation process so the image is padded to cover the
entire root filesystem partition.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/rockchip/image/Makefile