generic-poky/bitbake/lib/bb/ui
Elliot Smith d2797b5ec2 bitbake: buildinfohelper: discover kernel artifacts correctly
Because some image_license.manifest files contain multiple
FILES lines, and because those lines can sometimes not contain
a list of files (i.e. they look like "FILES:\n"), we were
resetting the list of kernel artifacts when we hit the second
"empty" line.

Fix by ignoring any FILES line which doesn't list files, and by
appending any files found in a valid FILES line, rather than
overwriting the existing list.

[YOCTO #10107]

(Bitbake rev: 927ec3524625ac731326b3c1c1361c2a4d2bd9e1)

Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-02 18:09:49 +01: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: discover kernel artifacts correctly 2016-09-02 18:09:49 +01:00
depexp.py bitbake: depexp.py: port to gtk+3 2016-06-20 17:23:56 +01:00
knotty.py bitbake: toasterui, knotty: don't print taskid followed by taskstring which are now in most cases identical 2016-08-20 16:08:59 +01:00
ncurses.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
toasterui.py bitbake: toasterui, knotty: don't print taskid followed by taskstring which are now in most cases identical 2016-08-20 16:08:59 +01:00
uievent.py bitbake: bitbake: fix wrong usage of format_exc 2016-06-16 11:51:26 +01:00
uihelper.py bitbake: knotty: avoid errors when fetching outside of a task 2016-07-19 08:56:50 +01:00