board/stmicroelectronics/stm32f769-disco: exit post-build.sh on error

Add 'set -eu' to ensure that command failures or unset variables are
properly reported to the 'make' process. This prevents silent failures
during the image generation phase.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Dario Binacchi
2026-01-24 17:20:00 +01:00
committed by Julien Olivain
parent fb847e8379
commit 42411aa324

View File

@@ -1,4 +1,6 @@
#!/bin/sh
set -eu
BOARD_DIR="$(dirname "$0")"
# Kernel is built without devpts support