[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 \ -plugin-gfx-trans

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

2014-02-25 Thread John Stirling
thanks On 24 February 2014 13:09, Paul Eggleton wrote: > 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 ? > > (rebui

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 wrote: > On 24 February 2014 11:39, John Stirling > wrote: > > I've just notic

[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] avahi + latest airplay release from apple

2014-01-16 Thread John Stirling
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 &g

[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 a

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

2013-06-10 Thread John Stirling
italics (eg just use 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 wrote: > On Monday 10 June 2013 14:46:57 John Stirling wrote: > > Looking fairly

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

2013-06-10 Thread John Stirling
y 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 += " \ &g

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

2013-06-10 Thread John Stirling
all -d ${D}/${sysconfdir}/dbus-1/system.d/ install -m 0755 ${S}/qtui ${D}/root/ install -m 0755 ${S}/qml/qtui/* ${D}/usr/share/reciva/qml/qtui/ # 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:5

[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 t