All of lore.kernel.org
 help / color / mirror / Atom feed
* fsl-image-qt5 for imx6ulevk
@ 2015-10-21 16:01 Alvaro Martinez Tovar
  2015-10-21 16:17 ` Daiane Angolini
  0 siblings, 1 reply; 4+ messages in thread
From: Alvaro Martinez Tovar @ 2015-10-21 16:01 UTC (permalink / raw)
  To: Meta-freescale Mailing List

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

Dear all,I am not able to run fsl-image-qt5 for imx6ulevk after following Freescale Yocto User Guide.I get the following error:
The OpenGL functionality test failed!
 You might need to modify the include and library search paths by editing
 QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
 /home/alvaro/yocto/fsl-release-bsp/build-fb/tmp/work/cortexa7hf-vfp-neon-mx6ul-poky-linux-gnueabi/qtbase/5.4.2+gitAUTOINC+2cb17c1fb9-r0/git/mkspecs/linux-oe-g++.
can you please help me to set these search path? I don't know how to do it ....
Is it possible to use Qt5 with iMX6UL?
Thanks in advance!alvaro

[-- Attachment #2: Type: text/html, Size: 1644 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fsl-image-qt5 for imx6ulevk
  2015-10-21 16:01 fsl-image-qt5 for imx6ulevk Alvaro Martinez Tovar
@ 2015-10-21 16:17 ` Daiane Angolini
  2015-10-21 16:21   ` Otavio Salvador
  2015-10-21 16:36   ` Ivan Sergio Borgonovo
  0 siblings, 2 replies; 4+ messages in thread
From: Daiane Angolini @ 2015-10-21 16:17 UTC (permalink / raw)
  To: Alvaro Martinez Tovar; +Cc: Meta-freescale Mailing List

On Wed, Oct 21, 2015 at 2:01 PM, Alvaro Martinez Tovar
<alvaromartineztovar@yahoo.es> wrote:
> Dear all,
> I am not able to run fsl-image-qt5 for imx6ulevk after following Freescale
> Yocto User Guide.
> I get the following error:

I would like to share some links before anything.

http://freescale.github.io/
http://freescale.github.io/doc/release-notes/1.8/

>
> The OpenGL functionality test failed!
>  You might need to modify the include and library search paths by editing
>  QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
>
> /home/alvaro/yocto/fsl-release-bsp/build-fb/tmp/work/cortexa7hf-vfp-neon-mx6ul-poky-linux-gnueabi/qtbase/5.4.2+gitAUTOINC+2cb17c1fb9-r0/git/mkspecs/linux-oe-g++.
>
> can you please help me to set these search path? I don't know how to do it
> ....
>
> Is it possible to use Qt5 with iMX6UL?

So far I was not able. iMX6UL does not have GPU for hw acceleration,
so there must have some other config to make it work, but I have no
success so far.

Only for curiosity, why do you want QT5 in imx6ul chip?


Daiane
>
> Thanks in advance!
> alvaro
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fsl-image-qt5 for imx6ulevk
  2015-10-21 16:17 ` Daiane Angolini
@ 2015-10-21 16:21   ` Otavio Salvador
  2015-10-21 16:36   ` Ivan Sergio Borgonovo
  1 sibling, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2015-10-21 16:21 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: Meta-freescale Mailing List

On Wed, Oct 21, 2015 at 2:17 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Wed, Oct 21, 2015 at 2:01 PM, Alvaro Martinez Tovar
> <alvaromartineztovar@yahoo.es> wrote:
>> Dear all,
>> I am not able to run fsl-image-qt5 for imx6ulevk after following Freescale
>> Yocto User Guide.
>> I get the following error:
>
> I would like to share some links before anything.
>
> http://freescale.github.io/
> http://freescale.github.io/doc/release-notes/1.8/
>
>>
>> The OpenGL functionality test failed!
>>  You might need to modify the include and library search paths by editing
>>  QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
>>
>> /home/alvaro/yocto/fsl-release-bsp/build-fb/tmp/work/cortexa7hf-vfp-neon-mx6ul-poky-linux-gnueabi/qtbase/5.4.2+gitAUTOINC+2cb17c1fb9-r0/git/mkspecs/linux-oe-g++.
>>
>> can you please help me to set these search path? I don't know how to do it
>> ....
>>
>> Is it possible to use Qt5 with iMX6UL?
>
> So far I was not able. iMX6UL does not have GPU for hw acceleration,
> so there must have some other config to make it work, but I have no
> success so far.
>
> Only for curiosity, why do you want QT5 in imx6ul chip?

You can use it but without QML. The QML requires the Qt Quick 2D
raster library to work without 3D GPU and this is a commercial module
from The Qt Company.

-- 
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fsl-image-qt5 for imx6ulevk
  2015-10-21 16:17 ` Daiane Angolini
  2015-10-21 16:21   ` Otavio Salvador
@ 2015-10-21 16:36   ` Ivan Sergio Borgonovo
  1 sibling, 0 replies; 4+ messages in thread
From: Ivan Sergio Borgonovo @ 2015-10-21 16:36 UTC (permalink / raw)
  To: meta-freescale

On 10/21/2015 06:17 PM, Daiane Angolini wrote:

> So far I was not able. iMX6UL does not have GPU for hw acceleration,
> so there must have some other config to make it work, but I have no
> success so far.

I'm trying to get a patch approved by meta-qt5 that should make possible
to bake meta-toolchain-qt5 when you miss opengl.
If there are issues with fsl-image-qt5 I could give it a look since I'm
fresh of the experience I made with the toolchain.

I didn't know about the existence of fsl-image-qt5. After reading I
immediately thought to give it a look to see if I could learn something
and as a way to double check my work on meta-qt5.
Anyway I've been able to bake image-core-minimal adding most of qt
packages as described in the wonderboard qt5 wiki page skipping mainly
the qml packages, some examples and qttools-plugins.

> Only for curiosity, why do you want QT5 in imx6ul chip?

Possibly for the same reason I'm trying to use qt5 on imx28... I've
found cheap hardware that seems to fit my limited needs ;)

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-21 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 16:01 fsl-image-qt5 for imx6ulevk Alvaro Martinez Tovar
2015-10-21 16:17 ` Daiane Angolini
2015-10-21 16:21   ` Otavio Salvador
2015-10-21 16:36   ` Ivan Sergio Borgonovo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.