From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: John Stirling <ap.john.stirling@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: qt4-embedded - image size
Date: Mon, 10 Jun 2013 11:55:29 +0100 [thread overview]
Message-ID: <2326207.iuBVrRrsbt@helios> (raw)
In-Reply-To: <CABuzA3PAguwK=KW7xnoe6PJqASWZXktBLB5LTs7LHcw5mopXJQ@mail.gmail.com>
Hi John,
On Monday 10 June 2013 11:31:26 John Stirling wrote:
> I've successfully built qt4-embedded (oe-core, denzil, beaglebone) and have
> got a Qt/QML application running (on a beaglebone)
>
> The image size is quite big however and I notice there a load of
> examples/demos etc that I don't need on the filesystem.
>
> I presume I am probably just building the wrong thing ? Can someone advise
> the recommended way to get Qt built without all the demos etc ?
>
> This is what I added to our image -
>
> IMAGE_INSTALL += " \
> qt4-embedded \
> "
It's not what you're building that's the problem, but the package you're
selecting to go into the image. The "qt4-embedded" package will pull in all of
the Qt/Embedded packages, which probably isn't what you want. Assuming your Qt
application is compiled rather than pure QML, most of the time you can get
away with only installing your Qt application - the Qt libraries that it uses
will be installed automatically as dependencies. Then the only thing you will
need to install as far as Qt is concerned are any plugins (database, image,
etc.). You may also want qt4-embedded-qml-plugins and qt4-embedded-qmlviewer
depending on how you start your application.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2013-06-10 10:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-10 10:31 qt4-embedded - image size John Stirling
2013-06-10 10:55 ` Paul Eggleton [this message]
2013-06-10 11:19 ` John Stirling
2013-06-10 12:10 ` Nicolas Dechesne
2013-06-10 12:59 ` Eric Bénard
2013-06-10 13:07 ` Nicolas Dechesne
2013-06-10 13:13 ` Eric Bénard
2013-06-10 16:37 ` Paul Eggleton
2013-06-10 12:17 ` Paul Eggleton
2013-06-10 13:46 ` John Stirling
2013-06-10 14:03 ` Paul Eggleton
2013-06-10 16:20 ` John Stirling
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=2326207.iuBVrRrsbt@helios \
--to=paul.eggleton@linux.intel.com \
--cc=ap.john.stirling@gmail.com \
--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.