bitbake: bitbake: remove stack trace depth limitation
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>
Tue, 23 Apr 2013 13:43:45 +0000 (16:43 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 May 2013 15:24:13 +0000 (16:24 +0100)
commitcd97d2b1f4b09f8850e77f0b2b6eb3e0484bc55b
tree168d8791094e7d4865b96c1771d7bed8cc22a9f9
parentf42d1d849d8f3367bffb22d387c02dd10154af6b
bitbake: bitbake: remove stack trace depth limitation

In case of an error in bitbake, the stack trace is limited to 5
items. This is an endless source of confusion and it makes bugs
reports impractical, since a full stack trace can't be included
in the bug report. This patch simply removes the depth limit.

(Bitbake rev: 02629c42fb09413d9da16cfe43e03338ce7db3ff)

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake