Openembedded Core Discussions
 help / color / mirror / Atom feed
* need help in qt environment setup
@ 2014-11-12 13:13 Alexander Varnin
       [not found] ` <CADwFkYd=SXmPxRGS5c7YnOkSwGhagN1sGnsTBuQiamg04RjQog@mail.gmail.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Varnin @ 2014-11-12 13:13 UTC (permalink / raw)
  To: openembedded-core

Hello!
I am using yocto to build images and develop software for my freescale
imx53 board.

I need some help setting up environment for QT based software development.

My software requires qt4 (embedded) support.

There is several ways to use toolchain.

First, I can use toolchain from build directory where I've compiled
qt4-embedded recipe. There I create environment-setup script using command:

bitbake meta-ide-support

Second, I can build SDK for my image:

bitbake image-name -c populate_sdk

Third, I can use meta-toolchain-qt recipe to build QT containing SDK:

bitbake meta-toolchain-qte

The first two methods is most convenient for me, because I need some
additional libraries that is not included in meta-toolchain-qte. The
first method is better, because I develop software on the same host,
where yocto is located, so I don't need separate SDK installation.

However, only the last method produces environment settings for QT
placed in
/opt/poky/1.6.1/sysroots/i686-pokysdk-linux/environment-setup.d folder.

Other two methods produce environment-setup scripts, but they don't
create sysroots/i686-linux/environment-setup.d folder. So QT environment
settings lacks from this installations.

The best way I would like to solve it, is to somehow make 'bitbake
meta-ide-support' generate environment settings for QT in my build dir,
so I can use my local (non-SDK) cross toolchain to build QT software.
How can I achieve it?

It is ok for me to use SDK as well, however, I want it to be my image
based SDK.

Thanks for any help.
Alexander.


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

end of thread, other threads:[~2014-11-13 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 13:13 need help in qt environment setup Alexander Varnin
     [not found] ` <CADwFkYd=SXmPxRGS5c7YnOkSwGhagN1sGnsTBuQiamg04RjQog@mail.gmail.com>
     [not found]   ` <CADwFkYfYuhm14dAniVRZbCzcMoS8FQWHVOfNupCktU-tQ9TtCw@mail.gmail.com>
2014-11-13 13:26     ` Alexander Varnin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox