On Tue, 23 Oct 2018 at 01:38, Anibal Limon <[email protected]> wrote:
>> > - fstypes = [fs for fs in d.getVar('IMAGE_FSTYPES').split(' ')
>> > + fstypes = d.getVar('IMAGE_FSTYPES')
>> > + fstypes = [fs for fs in fstypes if fs in supported_fstypes]
That's the problem, the old code takes IMAGE_FSTYPES and splits it on
whitespace, the new code iterates over each *character*
Ross
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core