[meta-freescale] [meta-fsl-arm][PATCH 1/6] weston: Fix i.MX 6SoloLite build

Otavio Salvador otavio.salvador at ossystems.com.br
Mon Oct 10 07:00:52 PDT 2016


On Fri, Oct 7, 2016 at 7:36 PM, Tom Hochstein <tom.hochstein at nxp.com> wrote:
> The build for i.MX 6SoloLite was broken after moving to the
> machine overrides extender implementation. The new PACKAGECONFIG
> logic was no longer excluding 'egl', which requires 3d support
> that the i.MX 6SL does not have.
>
> The fix is to change the condition for excluding egl from
> 'SOC contains pxp && SOC !contains 2d' to
> 'SOC contains pxp && SOC !contains 3d'.
>
> Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>

The gpu2d case should be explit so if there is a SoC which has gpu2d
but lacks pxp it also works. The patch I sent implements it that way.

I am sorry to not have seen this patch before, I ended implementing it as well.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list