[OE-core] qt4-embedded - tweaking configure options to reduce binary size

2014-02-27 Thread John Stirling
I'm attempting to cut out some features to reduce our binary size a bit. I added a .bbappend file (to overwrite QT_CONFIG_FLAGS setup in qt4.inc etc) - PRINC := ${@int(PRINC) + 1} QT_CONFIG_FLAGS := -embedded $QT_ARCH \ -qtlibinfix E \

Re: [OE-core] qt4-embedded - jpeg, gif, tiff support

2014-02-25 Thread John Stirling
thanks On 24 February 2014 13:09, Paul Eggleton paul.eggle...@linux.intel.comwrote: On Monday 24 February 2014 12:43:40 John Stirling wrote: Thanks. That works now (tested jpeg, gif, tif). Presume I probably don't need the change to qt4.inc I mentioned earlier ? (rebuild takes a while

[OE-core] qt4-embedded - jpeg, gif, tiff support

2014-02-24 Thread John Stirling
I've just noticed jpeg, gif, tiff are not working for me. I am building qt via an 'inherit qt4e' line in our qt application. Out target hardware is similar based on beaglebone. I've tried - --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc @@ -22,7 +22,7 @@ QT_MULTIMEDIA ?=

Re: [OE-core] qt4-embedded - jpeg, gif, tiff support

2014-02-24 Thread John Stirling
Thanks. That works now (tested jpeg, gif, tif). Presume I probably don't need the change to qt4.inc I mentioned earlier ? (rebuild takes a while) On 24 February 2014 11:54, Burton, Ross ross.bur...@intel.com wrote: On 24 February 2014 11:39, John Stirling ap.john.stirl...@gmail.com wrote

[OE-core] avahi + latest airplay release from apple

2014-01-16 Thread John Stirling
I'm attempting to use avahi (0.6.31) with the latest airplay release from apple. Is anyone else attempting the same thing ? There are some issues - avahi dns_sd.h is missing a few defines needed by airplay (patch attached) DNSServiceGetAddrInfo doesn't exist in avahi and is called from airplay

Re: [OE-core] avahi + latest airplay release from apple

2014-01-16 Thread John Stirling
be better directed to the avahi developers. Regards, Cristian Iorga YP Intel *From:* openembedded-core-boun...@lists.openembedded.org [mailto: openembedded-core-boun...@lists.openembedded.org] *On Behalf Of *John Stirling *Sent:* Thursday, January 16, 2014 2:46 PM *To:* openembedded-core

[OE-core] qt4-embedded - image size

2013-06-10 Thread John Stirling
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

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread John Stirling
/ # So that qtui can use dbus system bus install -m 0644 ${S}/dbus_config/qtui.conf ${D}/${sysconfdir}/dbus-1/system.d/ } On 10 June 2013 11:55, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi John, On Monday 10 June 2013 11:31:26 John Stirling wrote: I've successfully built qt4

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread John Stirling
: On Monday 10 June 2013 12:19:48 John Stirling wrote: The Qt application (qtui) is compiled and has some C++, some QML and needs to use dbus. I am kicking it off via './qtui -qws'. So basically if I had this - IMAGE_INSTALL += \ qt4-embedded \ qtui \ You suggest just cutting it down

Re: [OE-core] qt4-embedded - image size

2013-06-10 Thread John Stirling
Vera.ttf and VeraBd.ttf) Qt libraries were about 25Mb in total which I expect could be reduced a bit, but think I have enough information for now. On 10 June 2013 15:03, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 10 June 2013 14:46:57 John Stirling wrote: Looking fairly