bitbake: bb.fatal: Raise a BBHandledException instead of exiting
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Sep 2013 16:59:24 +0000 (16:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 13:11:05 +0000 (14:11 +0100)
commitd7ff24ed139ffdb263e1ff71f058a6b75323fda2
tree429fd6f038e7013a9409cd4799e432e9725aa09d
parent071d57042a5e13f221b4923ea4258b9f35721f81
bitbake: bb.fatal: Raise a BBHandledException instead of exiting

With new bitbake UIs having the cooker exit at 'random' points
in the codebase is problematic. This patch raises an exception
which matches the siutation instead.

(Bitbake rev: a50017ba71250e1710a6425b60ac7e3f03d88295)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/__init__.py