summaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
authorStefan Wiehler <stefan.wiehler@nokia.com>2022-06-02 11:45:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-11 10:06:13 +0100
commitbced754b565ce2294e9431f6e656bf02ddc7ca29 (patch)
tree87d5246012c2f448d4a34d2c33c94a4540ff69f2 /scripts/lib
parenta4ee07275cc307603763a00fc6c73a900e4e3f47 (diff)
downloadpoky-bced754b565ce2294e9431f6e656bf02ddc7ca29.tar.gz
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. (From OE-Core rev: 45b4597db37e3ad50ff84cda39fd14a25d6d2680) Signed-off-by: Stefan Wiehler <stefan.wiehler@nokia.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 83a6f28d2e464f00202090e998a63045adba9e4e) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions