diff options
author | Elliot Smith <elliot.smith@intel.com> | 2016-08-23 14:18:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-02 18:09:49 +0100 |
commit | d2797b5ec240ab69fb6a5840a77cc5fca8837464 (patch) | |
tree | ac5c3c234a1810f0e79e85fafe876de63e6ae805 /.templateconf | |
parent | 46bad463ef99db9f237723614c5de01f89d5e54f (diff) | |
download | poky-d2797b5ec240ab69fb6a5840a77cc5fca8837464.tar.gz |
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>
Diffstat (limited to '.templateconf')
0 files changed, 0 insertions, 0 deletions