From dcb1764e6f0cd00bf5346711598fd43fb48608c8 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Sat, 24 Jan 2026 16:29:41 +0100 Subject: [PATCH] board/ti/common/am6xx: 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 Signed-off-by: Julien Olivain --- board/ti/common/am6xx/post-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/board/ti/common/am6xx/post-build.sh b/board/ti/common/am6xx/post-build.sh index e3ff4d7f12..c32cfe25b2 100755 --- a/board/ti/common/am6xx/post-build.sh +++ b/board/ti/common/am6xx/post-build.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -eu # genimage will need to find the extlinux.conf # in the binaries directory