[OE-core] [PATCH v3] base.bbclass: Fix matching of MACHINEOVERRIDES in COMPATIBLE_MACHINE

Otavio Salvador otavio at ossystems.com.br
Mon Apr 8 21:29:30 UTC 2013


On Mon, Apr 8, 2013 at 5:58 PM, Otavio Salvador <otavio at ossystems.com.br> wrote:
> When a MACHINEOVERRIDES has more than one value, split by ':' as usual
> OVERRIDES, this were not being properly checked in COMPATIBLE_MACHINE
> matching as we need to iterate over each SoC family and check if it is
> compatible or not.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
...
> +            compat_machines.extend((d.getVar('MACHINEOVERRIDES', True) or "").split(":"))
...

I did run it and it fails. I am fixing it and will send a new  version
well tested.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




More information about the Openembedded-core mailing list