Skip to content
Commit 45b4597d authored by Stefan Wiehler's avatar Stefan Wiehler Committed by Steve Sakoman
Browse files

kernel-yocto.bbclass: Reset to exiting on non-zero return code at end of task



Several tasks deactivate exiting on non-zero return codes via set +e because
they run subcommands that have legitimate non-zero return codes. However when
appending to those tasks, this behavior is not expected and can lead to builds
silently proceeding in case of an error. Therefore reset the default behavior
at the end of the respective tasks via set -e.

Signed-off-by: default avatarStefan Wiehler <stefan.wiehler@nokia.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 83a6f28d)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 4eb85dba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment