On Thu, 15 Nov 2018 at 07:08, Burton, Ross <ross.bur...@intel.com> wrote:

> On Tue, 23 Oct 2018 at 01:38, Anibal Limon <anibal.li...@linaro.org>
> 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*
>

I sent an old version, sorry for that, sending v3...

Anibal


>
> Ross
>
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to