[OE-core] [PATCH 0/2] runqemu: rework of exception handling

Ed Bartosh ed.bartosh at linux.intel.com
Tue Jul 11 14:34:22 UTC 2017


Hi,

Reorganized exception handling code in a way that script raises RunQemuError
for all known errors. runqemu will not produce tracebacks for known errors.
It will only print error messages, which is hopefully more user friendly than
current approach.

Fixed 11719 - Unneeded stack trace is printed when ruunqemu fails

The following changes since commit 05e28a9c3462c8987a44e534bc6d08d26b4c41fb:

  imagefutures: add test_image_fstypes test case (2017-07-10 14:14:37 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/wip
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wip

Ed Bartosh (2):
  runqemu: reworked exception handling
  runqemu: check exit code of 'ls -t'

 scripts/runqemu | 118 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 60 insertions(+), 58 deletions(-)

--
Regards,
Ed



More information about the Openembedded-core mailing list