On Wed, Oct 8, 2014 at 11:52 AM, [email protected] < [email protected]> wrote:
> FYI... > > > I've found I had to patch src/3rdparty/chromium/build/common.gypi - > change the default from softfp to hard​... > > > diff --git a/src/3rdparty/chromium/build/common.gypi > b/src/3rdparty/chromium/build/common.gypi > --- a/src/3rdparty/chromium/build/common.gypi > +++ b/src/3rdparty/chromium/build/common.gypi > @@ -1881,7 +1881,7 @@ > }], > ], > # Change the default to hard once the armhf transition is > complete. > - 'arm_float_abi%': 'softfp', > + 'arm_float_abi%': 'hard', > 'arm_thumb%': 1, > }], > The Qt WebEngine uses Chromium as rendering backend so I'd advise you to look at the Chromium patches we have public so you could try to port them. -- 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
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
