All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Varnin <fenixk19@mail.ru>
To: openembedded-core@lists.openembedded.org
Subject: need help in qt environment setup
Date: Wed, 12 Nov 2014 16:13:37 +0300	[thread overview]
Message-ID: <54635D01.4060200@mail.ru> (raw)

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.


             reply	other threads:[~2014-11-12 14:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12 13:13 Alexander Varnin [this message]
     [not found] ` <CADwFkYd=SXmPxRGS5c7YnOkSwGhagN1sGnsTBuQiamg04RjQog@mail.gmail.com>
     [not found]   ` <CADwFkYfYuhm14dAniVRZbCzcMoS8FQWHVOfNupCktU-tQ9TtCw@mail.gmail.com>
2014-11-13 13:26     ` need help in qt environment setup Alexander Varnin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54635D01.4060200@mail.ru \
    --to=fenixk19@mail.ru \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.