]> code.ossystems Code Review - openembedded-core.git/commit
devtool: prevent BBHandledException from showing traceback
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Dec 2016 07:09:44 +0000 (20:09 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Dec 2016 09:56:36 +0000 (09:56 +0000)
commite01b75dff599ffa2b66e6608b28bbb3564365eee
treeafa49b593a2d88b261b4910541929533fb4623bf
parentb0169796f294bbec0397b7eae86454a46b68cdc5
devtool: prevent BBHandledException from showing traceback

If we don't catch this then attempting to run devtool in non-memres mode
when bitbake is already running will produce a traceback instead of just
an error message.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/devtool