All of lore.kernel.org
 help / color / mirror / Atom feed
* Need Help for meta-qt5
@ 2018-04-18 16:24 Vincent Daanen
  2018-04-19  6:00 ` Zoran Stojsavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Daanen @ 2018-04-18 16:24 UTC (permalink / raw)
  To: yocto

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

Hi,

I have to add Qt5 QtCore libs to my image. I know I must use meta-qt5 but as I'm not familiar with qt configuration, I simply do not know how to start !
So can someone help me to configure meta-qt5 to simply build and add QtCore to my image ?
Thank you

Vincent



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

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

* Re: Need Help for meta-qt5
  2018-04-18 16:24 Need Help for meta-qt5 Vincent Daanen
@ 2018-04-19  6:00 ` Zoran Stojsavljevic
  2018-05-01 16:53   ` Vincent Daanen
  0 siblings, 1 reply; 4+ messages in thread
From: Zoran Stojsavljevic @ 2018-04-19  6:00 UTC (permalink / raw)
  To: Vincent Daanen; +Cc: yocto

http://developer.toradex.com/knowledge-base/how-to-set-up-qt-creator-to-cross-compile-for-embedded-linux#contents
http://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core)#Adding_the_Qt5_Layer

Hope this helps,
Zoran
_______

On Wed, Apr 18, 2018 at 6:24 PM, Vincent Daanen
<vincent.daanen@orthotaxy.com> wrote:
> Hi,
>
>
>
> I have to add Qt5 QtCore libs to my image. I know I must use meta-qt5 but as
> I’m not familiar with qt configuration, I simply do not know how to start !
>
> So can someone help me to configure meta-qt5 to simply build and add QtCore
> to my image ?
>
> Thank you
>
>
>
> Vincent
>
>
>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: Need Help for meta-qt5
  2018-04-19  6:00 ` Zoran Stojsavljevic
@ 2018-05-01 16:53   ` Vincent Daanen
  2018-05-03  3:25     ` Zoran Stojsavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Daanen @ 2018-05-01 16:53 UTC (permalink / raw)
  To: yocto

Hi,
Sorry for the late reply, I have to work on other topics..

I found that building qtbase-native would meet my needs but I cannot figure out how to build it 'alone' ... if it is possible

I added the file myMeta/recipes-qt/qt5/ qtbase-native_%.bbappend but bitbake still build qtbase...
Any idea ?

Thanks 
Vince

-----Message d'origine-----
De : Zoran Stojsavljevic <zoran.stojsavljevic@gmail.com> 
Envoyé : jeudi 19 avril 2018 08:00
À : Vincent Daanen <vincent.daanen@orthotaxy.com>
Cc : yocto@yoctoproject.org
Objet : Re: [yocto] Need Help for meta-qt5

http://developer.toradex.com/knowledge-base/how-to-set-up-qt-creator-to-cross-compile-for-embedded-linux#contents
http://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core)#Adding_the_Qt5_Layer

Hope this helps,
Zoran
_______

On Wed, Apr 18, 2018 at 6:24 PM, Vincent Daanen <vincent.daanen@orthotaxy.com> wrote:
> Hi,
>
>
>
> I have to add Qt5 QtCore libs to my image. I know I must use meta-qt5 
> but as I’m not familiar with qt configuration, I simply do not know how to start !
>
> So can someone help me to configure meta-qt5 to simply build and add 
> QtCore to my image ?
>
> Thank you
>
>
>
> Vincent
>
>
>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

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

* Re: Need Help for meta-qt5
  2018-05-01 16:53   ` Vincent Daanen
@ 2018-05-03  3:25     ` Zoran Stojsavljevic
  0 siblings, 0 replies; 4+ messages in thread
From: Zoran Stojsavljevic @ 2018-05-03  3:25 UTC (permalink / raw)
  To: Vincent Daanen; +Cc: yocto

Hello Vincent,

You have to contact Toradex people, since they are, after all, kind of
experts in this area (Qt5). I doubt that people here (I mean R&D
maintaining reference YOCTO Project) are involved in-depth with Qt5
and underlying infrastructure.

My 2 cent worth advise,
Zoran
_______

On Tue, May 1, 2018 at 6:53 PM, Vincent Daanen
<vincent.daanen@orthotaxy.com> wrote:
> Hi,
> Sorry for the late reply, I have to work on other topics..
>
> I found that building qtbase-native would meet my needs but I cannot figure out how to build it 'alone' ... if it is possible
>
> I added the file myMeta/recipes-qt/qt5/ qtbase-native_%.bbappend but bitbake still build qtbase...
> Any idea ?
>
> Thanks
> Vince
>
> -----Message d'origine-----
> De : Zoran Stojsavljevic <zoran.stojsavljevic@gmail.com>
> Envoyé : jeudi 19 avril 2018 08:00
> À : Vincent Daanen <vincent.daanen@orthotaxy.com>
> Cc : yocto@yoctoproject.org
> Objet : Re: [yocto] Need Help for meta-qt5
>
> http://developer.toradex.com/knowledge-base/how-to-set-up-qt-creator-to-cross-compile-for-embedded-linux#contents
> http://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core)#Adding_the_Qt5_Layer
>
> Hope this helps,
> Zoran
> _______
>
> On Wed, Apr 18, 2018 at 6:24 PM, Vincent Daanen <vincent.daanen@orthotaxy.com> wrote:
>> Hi,
>>
>>
>>
>> I have to add Qt5 QtCore libs to my image. I know I must use meta-qt5
>> but as I’m not familiar with qt configuration, I simply do not know how to start !
>>
>> So can someone help me to configure meta-qt5 to simply build and add
>> QtCore to my image ?
>>
>> Thank you
>>
>>
>>
>> Vincent
>>
>>
>>
>>
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

end of thread, other threads:[~2018-05-03  3:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18 16:24 Need Help for meta-qt5 Vincent Daanen
2018-04-19  6:00 ` Zoran Stojsavljevic
2018-05-01 16:53   ` Vincent Daanen
2018-05-03  3:25     ` Zoran Stojsavljevic

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.