diff options
author | Rui Wang <rui.wang@windriver.com> | 2018-07-16 10:55:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-18 10:18:42 +0100 |
commit | 566e2de017d5f826e6e3b4012538f4546b30639c (patch) | |
tree | 485582e71dbfe9a276334e035923d747e5a2b13a /scripts/bitbake-whatchanged | |
parent | 9d1323af45eb02aab59e32202b66e88fd633dd23 (diff) | |
download | poky-566e2de017d5f826e6e3b4012538f4546b30639c.tar.gz |
bash: fix wrong exit status offset
In Linux,8 bits of the return code and 8 bits of the number of
the killing signal are mixed into a single value on the exit code,
so the exit status offset should be 8. But the autoconf checker
can not determine it while cross compiling, and then it is set to
the default value 0, which will cause generating the wrong exit
code if program exit with an error code.
(From OE-Core rev: e2dea46607a24620d6d2c250efc9b2e95bfd5ad8)
Signed-off-by: Rui Wang <rui.wang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/bitbake-whatchanged')
0 files changed, 0 insertions, 0 deletions