Comment 2 for bug 744857

Revision history for this message
Mattias Backman (mabac) wrote :

Hi,

I made a small change to _get_file_matching to have it take a prefix and a suffixes string as parameters. The intention is to avoid breaking anything, current configs should still work. Now it's possible to specify a comma separated list of regexps in kernel_suffix or just leave a single regexp as it is before the change.

See lp:~mabac/linaro-image-tools/bug-744857

If this is a good way to solve this, I could adapt code outside of this small change, like adding a kernel_flavors config parameter.

Thanks,

Mattias