generic-poky/bitbake/lib/bb/ui
Joshua Lock 7a309d964a bitbake: buildinfohelper: work around unicode exceptions
We have been seeing UnicodeDecodeErrors when handling the
ImagePkgList MetadataEvent in ORMWrapper's
save_target_file_information() if the event includes filenames
that include non-ASCII characters.

In the short term work around this by converting paths to the
unicode type when passing them to Django's ORM. This is a bit of
a hack but it's too late in the cycle to do anything more invasive.

[YOCTO #9142]

(Bitbake rev: f50fff03b3de02e73a3cc2eb9935f7c345dbddc4)

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-04-06 23:10:30 +01:00
..
crumbs bitbake: ui: remove the puccho ui 2016-03-02 22:41:23 +00:00
icons bitbake: Add missing file that went out of sync 2013-06-12 13:13:21 +01:00
__init__.py Formatting cleanups 2010-07-02 15:41:32 +01:00
buildinfohelper.py bitbake: buildinfohelper: work around unicode exceptions 2016-04-06 23:10:30 +01:00
depexp.py bitbake: depexp.py: Fix segfault if DISPLAY is not set 2015-02-16 09:09:43 +00:00
goggle.py bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown' 2013-09-14 08:20:38 +01:00
knotty.py bitbake: bb.ui.knotty: prefix task messages with recipe/task 2016-02-16 09:04:23 +00:00
ncurses.py bitbake: ui/ncurses: Update ncurses ui to accept configParams 2014-12-23 10:18:21 +00:00
toasterui.py bitbake: toasterui: shutdown on BuildCompleted event 2016-04-06 23:10:28 +01:00
uievent.py bitbake: uievent: improve BBUIEventQueue code 2016-04-06 23:10:27 +01:00
uihelper.py bitbake: bitbake: BBUIHelper: Remove function findServerDetails 2016-01-30 11:43:56 +00:00