[Buildroot] [PATCH v1 1/1] board/versal/post-image: remove unnecessary mkdir

Julien Olivain ju.o at free.fr
Fri Oct 3 20:16:07 UTC 2025


On 03/10/2025 11:25, Neal Frager via buildroot wrote:
> The board/versal/post-image.sh script has an unnecessary mkdir command:
> mkdir -p "${BINARIES_DIR}"
> 
> Just above the command, the script is making a symlink for the Linux 
> DTB in
> the ${BINARIES_DIR}, so if the ${BINARIES_DIR} did not already exist 
> with
> images inside, the script would fail regardless of whether this mkdir 
> is
> executed or not.
> 
> For this reason, remove the mkdir call from the script because it is 
> not
> necessary.
> 
> Signed-off-by: Neal Frager <neal.frager at amd.com>

Applied to master, thanks.


More information about the buildroot mailing list