Re: [yocto] Remove unwanted package from Qt

2013-01-22 Thread Jon Szymaniak
On Fri, Jan 18, 2013 at 10:59 AM, Eric Bénard wrote: > Le Fri, 18 Jan 2013 10:25:22 -0500, > Jon Szymaniak a écrit : >> I checked the package list on a running system (opkg list | grep -i >> qt). Here's all the installed Qt packages...no qt4-embedded-examples >> as far as I see. >> >> libqtcoree4

Re: [yocto] Remove unwanted package from Qt

2013-01-18 Thread Eric Bénard
Le Fri, 18 Jan 2013 10:25:22 -0500, Jon Szymaniak a écrit : > I checked the package list on a running system (opkg list | grep -i > qt). Here's all the installed Qt packages...no qt4-embedded-examples > as far as I see. > > libqtcoree4 - 4.8.3-r50.0 > libqtdeclarativee4 - 4.8.3-r50.0 > libqtguie4

Re: [yocto] Remove unwanted package from Qt

2013-01-18 Thread Jon Szymaniak
On Thu, Jan 17, 2013 at 3:19 AM, Eric Bénard wrote: > Hi Jon, > > "inherit qt4e" is enough, no need to add qt4-embedded to DEPENDS. > Thanks! This makes sense, as I see this dependency is established in the first few lines of qt4e.bbclass. > > strange, demos and examples are packaged in ${QT_BAS

Re: [yocto] Remove unwanted package from Qt

2013-01-17 Thread Eric Bénard
Hi Jon, Le Wed, 16 Jan 2013 13:49:25 -0500, Jon Szymaniak a écrit : > I'm not doing anything too unusual for "installing" Qt. My recipes for > my Qt application simply inherit qt4e, and list qt4-embedded in > DEPENDS. > "inherit qt4e" is enough, no need to add qt4-embedded to DEPENDS. > The onl

Re: [yocto] Remove unwanted package from Qt

2013-01-16 Thread Jon Szymaniak
On Wed, Jan 16, 2013 at 1:14 PM, Paul Eggleton wrote: > > On Wednesday 16 January 2013 23:26:20 Navani Srivastava wrote: > > On Thu, Dec 27, 2012 at 11:08 PM, Jon Szymaniak > wrote: > > > >> I am compiling Qt-4.8.0 with poky-denzil-7.0 for arm1136 > > > >> architecture. > > > >> > > > >> At the ti

Re: [yocto] Remove unwanted package from Qt

2013-01-16 Thread Paul Eggleton
On Wednesday 16 January 2013 23:26:20 Navani Srivastava wrote: > On Thu, Dec 27, 2012 at 11:08 PM, Jon Szymaniak wrote: > > >> I am compiling Qt-4.8.0 with poky-denzil-7.0 for arm1136 architecture. > > >> > > >> At the time of integrating qt-embedded with rootfs, I am getting qtopia > > >> direct

Re: [yocto] Remove unwanted package from Qt

2013-01-16 Thread Navani Srivastava
I tried the same but again ended up with error. As of now i am removing all unwanted things from rootfs by making changes in image_types.bbclass. I am sure this is not the correct way, any ideas are appreciated.. Thanks Navani On Thu, Dec 27, 2012 at 11:08 PM, Jon Szymaniak wrote: > >> > >> Hi,

Re: [yocto] Remove unwanted package from Qt

2012-12-27 Thread Jon Szymaniak
>> >> Hi, >> >> I am compiling Qt-4.8.0 with poky-denzil-7.0 for arm1136 architecture. >> >> >> >> At the time of integrating qt-embedded with rootfs, I am getting qtopia >> directory in usr/share path of rootfs. >> >> I tried removing qtopia directory through qt recipe but ended in >> compilation

Re: [yocto] Remove unwanted package from Qt

2012-12-27 Thread Jon Szymaniak
> > Hi, > > I am compiling Qt-4.8.0 with poky-denzil-7.0 for arm1136 architecture. > > > > At the time of integrating qt-embedded with rootfs, I am getting qtopia > directory in usr/share path of rootfs. > > I tried removing qtopia directory through qt recipe but ended in > compilation error. Pleas

Re: [yocto] Remove unwanted package from Qt

2012-12-26 Thread Paul Eggleton
On Wednesday 26 December 2012 09:56:05 Navani Srivastava wrote: > I am compiling Qt-4.8.0 with poky-denzil-7.0 for arm1136 architecture. > > At the time of integrating qt-embedded with rootfs, I am getting qtopia > directory in usr/share path of rootfs. > > I tried removing qtopia directory throu

[yocto] Remove unwanted package from Qt

2012-12-25 Thread Navani Srivastava
Hi, I am compiling Qt-4.8.0 with poky-denzil-7.0 for arm1136 architecture. At the time of integrating qt-embedded with rootfs, I am getting qtopia directory in usr/share path of rootfs. I tried removing qtopia directory through qt recipe but ended in compilation error. Please suggest any idea