diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-02 16:09:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 17:21:44 +0000 |
commit | 587b9ecd3701e76bc648c911027a45b450943d2c (patch) | |
tree | 817392e3374b46a61662da7ee657941d663d4891 /meta/classes/libc-common.bbclass | |
parent | 443ce32b63f756f3f938ef16d665aa347cd8f556 (diff) | |
download | poky-587b9ecd3701e76bc648c911027a45b450943d2c.tar.gz |
kernel-yocto: exit on non-zero return code
Historically the processing of kernel meta data contained some
commands that exited with a non-zero return code. Special processing
was required to properly deal with their exit.
That is no longer true, and instead of handling all return codes
and doing an explicit 'exit' call, we can remove set -e from the
routine and have all errors be trapped and stop processing.
(From OE-Core rev: 476ffd57cf5b6fba40d4e3f5dd913824ab8a8d3d)
(From OE-Core rev: 620c74336dad517037fcf26c8f7bf8c013b213c1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/libc-common.bbclass')
0 files changed, 0 insertions, 0 deletions