qoriq: pad rootfs with zeros
authorRussell Senior <russell@personaltelco.net>
Fri, 1 Dec 2023 21:48:56 +0000 (13:48 -0800)
committerStijn Tintel <stijn@linux-ipv6.be>
Sat, 2 Dec 2023 12:06:56 +0000 (14:06 +0200)
commit643a4adf9a468f9e3c52efd7de257d50e612a761
treeb8016065ac48cc009edf466cb0c1d988fac7cfb9
parentc342bdca878837ba02ed09eba7fbe3175e3a3b87
qoriq: pad rootfs with zeros

Presently, sysupgrade -n does *not* reset the overlayfs, retaining
unwanted filesystem contents. Adding PADDING=1 in front of
gen_image_generic.sh in image/Makefile ensures that the overlayfs is
recreated on firstboot.

Fixes: 080a769b4da8 ("qoriq: new target")
Signed-off-by: Russell Senior <russell@personaltelco.net>
[add Fixes tag, rewrite commit subject and message to respect line
length]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
target/linux/qoriq/image/Makefile