summaryrefslogtreecommitdiffstats
path: root/meta/recipes.txt
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-05-09 18:32:20 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-11 11:54:26 +0100
commite2c58b40d1f6b2d068d24a47b1dcfd16753d2c32 (patch)
tree76abbf4cd5ac960554f5d43b7a4eae65af60a24d /meta/recipes.txt
parent6841abd17268a1c1ca5e3634f0ae9e21426ca9c9 (diff)
downloadopenembedded-core-contrib-e2c58b40d1f6b2d068d24a47b1dcfd16753d2c32.tar.gz
runqueue: handle task exit due to signal/stop
- for a normal exit, use WEXITSTATUS, rather than manually shifting - for exit via signal, set the exit code to 128+N, per shell convention - if a process was stopped, return and don't handle it, as the process can yet be continued This should fix the case where bitbake says a task failed with an exit code of 0 (we assumed failure based on the overall status, but didn't pass all the information along to task_fail). (Bitbake rev: 84ea614bc56d35a414eb5bf5658891b340bfc569) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes.txt')
0 files changed, 0 insertions, 0 deletions