All of lore.kernel.org
 help / color / mirror / Atom feed
* Image SDK with qmake
@ 2016-03-08 14:54 Stefano Cordibella
  2016-03-08 18:52 ` Christian Ege
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Cordibella @ 2016-03-08 14:54 UTC (permalink / raw)
  To: yocto

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

Hi list,
     I am working on an image that use Qt5 and now I want to share an 
SDK with some of our developers.

When I try to generate the SDK with bitbake -c populate_sdk 
<image_name>  there isn't a cross qmake in the generated SDK.
On the other hand when I try to use bitbake meta-toolchain-qt5 some 
image libraries and tools are missing on the SDK.

I read about Qt5 and SDK in the meta-qt5 wiki, but I suppose that the 
related patch is integrated in the fido release that I am using.

So the question is: are there any way to generate a complete SDK with 
Qt5 cross tools for my custom image? I have to add some sort on 
nativesdk qt5 package to my image in IMAGE_INSTALL ?

Thank you in advance,
Stefano.

-- 
*Stefano Cordibella*
EDALab s.r.l. - Networked Embedded Systems

Strada Le Grazie, 15 - 37134 Verona - Italy
email : stefano.cordibella@edalab.it
skype : stefano.cordibella
tel. : +39 045 802 70 85
web : www.edalab.it

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

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

* Re: Image SDK with qmake
  2016-03-08 14:54 Stefano Cordibella
@ 2016-03-08 18:52 ` Christian Ege
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Ege @ 2016-03-08 18:52 UTC (permalink / raw)
  To: yocto

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

Hi Stefano,


Am 8. März 2016 3:55:09 nachm. schrieb Stefano Cordibella 
<stefano.cordibella@edalab.it>:

> Hi list,
>      I am working on an image that use Qt5 and now I want to share an
> SDK with some of our developers.
>
> When I try to generate the SDK with bitbake -c populate_sdk
> <image_name>  there isn't a cross qmake in the generated SDK.
> On the other hand when I try to use bitbake meta-toolchain-qt5 some
> image libraries and tools are missing on the SDK.
>

Have you put this in your image?
inherit populate_sdk_qt5

Like I did for meta-udoo
https://github.com/graugans/meta-udoo/blob/jethro/qt5-layer/recipes-qt/images/udoo-image-qt5.bb

Best,
Christian

> I read about Qt5 and SDK in the meta-qt5 wiki, but I suppose that the
> related patch is integrated in the fido release that I am using.
>
> So the question is: are there any way to generate a complete SDK with
> Qt5 cross tools for my custom image? I have to add some sort on
> nativesdk qt5 package to my image in IMAGE_INSTALL ?
>
> Thank you in advance,
> Stefano.
>
> --
> *Stefano Cordibella*
> EDALab s.r.l. - Networked Embedded Systems
>
> Strada Le Grazie, 15 - 37134 Verona - Italy
> email : stefano.cordibella@edalab.it
> skype : stefano.cordibella
> tel. : +39 045 802 70 85
> web : www.edalab.it
>
>
>
> ----------
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

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

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

* Re: Image SDK with qmake
       [not found] <mailman.9.1457467201.9611.yocto@yoctoproject.org>
@ 2016-03-09 11:14 ` Stefano Cordibella
  0 siblings, 0 replies; 3+ messages in thread
From: Stefano Cordibella @ 2016-03-09 11:14 UTC (permalink / raw)
  To: yocto

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

Hi Christian,
     thank you for your help, it works!

A user asked a similar question on the toradex community developer and I 
shared your solution, I hope you don't mind.

Thank you again,
Stefano.

On 08/03/2016 21:00, yocto-request@yoctoproject.org wrote:
> Date: Tue, 08 Mar 2016 19:52:50 +0100
> From: Christian Ege<k4230r6@gmail.com>
> To:<yocto@yoctoproject.org>
> Subject: Re: [yocto] Image SDK with qmake
> Message-ID:
> 	<153579313d0.27ac.b5f386b42cd5ccf91b9cb7358bc3020d@gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> Hi Stefano,
>
>
> Am 8. M?rz 2016 3:55:09 nachm. schrieb Stefano Cordibella
> <stefano.cordibella@edalab.it>:
>
>> >Hi list,
>> >      I am working on an image that use Qt5 and now I want to share an
>> >SDK with some of our developers.
>> >
>> >When I try to generate the SDK with bitbake -c populate_sdk
>> ><image_name>  there isn't a cross qmake in the generated SDK.
>> >On the other hand when I try to use bitbake meta-toolchain-qt5 some
>> >image libraries and tools are missing on the SDK.
>> >
> Have you put this in your image?
> inherit populate_sdk_qt5
>
> Like I did for meta-udoo
> https://github.com/graugans/meta-udoo/blob/jethro/qt5-layer/recipes-qt/images/udoo-image-qt5.bb
>
> Best,
> Christian
>
>> >I read about Qt5 and SDK in the meta-qt5 wiki, but I suppose that the
>> >related patch is integrated in the fido release that I am using.
>> >
>> >So the question is: are there any way to generate a complete SDK with
>> >Qt5 cross tools for my custom image? I have to add some sort on
>> >nativesdk qt5 package to my image in IMAGE_INSTALL ?
>> >
>> >Thank you in advance,
>> >Stefano.
>> >
>> >--
>> >*Stefano Cordibella*
>> >EDALab s.r.l. - Networked Embedded Systems
>> >
>> >Strada Le Grazie, 15 - 37134 Verona - Italy
>> >email :stefano.cordibella@edalab.it
>> >skype : stefano.cordibella
>> >tel. : +39 045 802 70 85
>> >web :www.edalab.it
>> >
>> >
>> >
>> >----------
>> >--


-- 
*Stefano Cordibella*
EDALab s.r.l. - Networked Embedded Systems

Strada Le Grazie, 15 - 37134 Verona - Italy
email : stefano.cordibella@edalab.it
skype : stefano.cordibella
tel. : +39 045 802 70 85
web : www.edalab.it

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

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

end of thread, other threads:[~2016-03-09 11:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.9.1457467201.9611.yocto@yoctoproject.org>
2016-03-09 11:14 ` Image SDK with qmake Stefano Cordibella
2016-03-08 14:54 Stefano Cordibella
2016-03-08 18:52 ` Christian Ege

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.