[OE-core] [PATCH] meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU

Anibal Limon anibal.limon at linaro.org
Wed Jan 2 16:07:10 UTC 2019


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

> On Tue, 23 Oct 2018 at 01:38, Anibal Limon <anibal.limon at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190102/5db3a896/attachment.html>


More information about the Openembedded-core mailing list