[PATCH uci] Prevent truncation when file system is full

2022-08-31 Thread Reuben Dowle
Currently there is no error checking that uci write is successful. When file system is full, the temporary file can be created, but no contents can be written to it. This empty file is then renamed over the previous valid uci file. This patch adds error handling to all file write functions to prev

[PATCH v2] arm-trusted-firmware-mvebu: stop cluttering Image Builder

2022-08-31 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak All contents of staging_dir/image are included in Image Builder (IB) in case some binary needs to be included in final image. But in case of this package, all sources are stored there and those clutter the final tarball of IB for no reason. Those sources are not used dur

Re: [PATCH] arm-trusted-firmware-mvebu: stop cluttering Image Builder

2022-08-31 Thread Andre Heider
Hi Tomasz, On 31/08/2022 12:18, Tomasz Maciej Nowak wrote: From: Tomasz Maciej Nowak All contents of staging_dir/image are included in Image Builder (IB) in case some binary needs to be included in final image. But in case of this package, all sources are stored there and those clutter the fin

[PATCH] arm-trusted-firmware-mvebu: stop cluttering Image Builder

2022-08-31 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak All contents of staging_dir/image are included in Image Builder (IB) in case some binary needs to be included in final image. But in case of this package, all sources are stored there and those clutter the final tarball of IB for no reason. Those sources are not used dur