All of lore.kernel.org
 help / color / mirror / Atom feed
* Qt4 - qmake in toolchain for Qt/X11
@ 2013-06-27  9:01 DAMARLA Satya Swaroop
  2013-06-27 14:40 ` Eric Bénard
  0 siblings, 1 reply; 5+ messages in thread
From: DAMARLA Satya Swaroop @ 2013-06-27  9:01 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1336 bytes --]

Hello Guys,

I have a small confusion.... In my image, I have normal Qt4 packages
installed and they are working good. Now, when I wanted to develop a Qt
application for my image, I compiled a toolchain but unfortunately, I don't
find qmake installed.

After browsing the directories I found the following

damarla@linuxbuildsrv:~/openYocto/poky/meta/recipes-qt/packagegroups$ ls -la
total 40
drwxrwxr-x 2 damarla damarla 4096 Jun 17 13:50 .
drwxrwxr-x 9 damarla damarla 4096 Jun 17 13:50 ..
-rw-rw-r-- 1 damarla damarla  104 Jun 17 13:50
nativesdk-packagegroup-qte-toolchain-host.bb
-rw-rw-r-- 1 damarla damarla   95 Jun 17 13:50
nativesdk-packagegroup-qt-toolchain-host.bb
-rw-rw-r-- 1 damarla damarla  178 Jun 17 13:50
nativesdk-packagegroup-qt-toolchain-host.inc
-rw-rw-r-- 1 damarla damarla 1458 Jun 17 13:50 packagegroup-core-qt4e.bb
-rw-rw-r-- 1 damarla damarla  501 Jun 17 13:50 packagegroup-core-qt.bb
-rw-rw-r-- 1 damarla damarla  136 Jun 17 13:50
packagegroup-qte-toolchain-target.bb
-rw-rw-r-- 1 damarla damarla  335 Jun 17 13:50
packagegroup-qt-toolchain-target.bb
-rw-rw-r-- 1 damarla damarla 1123 Jun 17 13:50
packagegroup-qt-toolchain-target.inc

Now in order to get "qmake" for my toolchain I am not able to understand
which package group should I include from the above.

Cheers,
Sati

[-- Attachment #2: Type: text/html, Size: 1942 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Qt4 - qmake in toolchain for Qt/X11
  2013-06-27  9:01 Qt4 - qmake in toolchain for Qt/X11 DAMARLA Satya Swaroop
@ 2013-06-27 14:40 ` Eric Bénard
  2013-06-27 14:48   ` Eric Bénard
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2013-06-27 14:40 UTC (permalink / raw)
  To: DAMARLA Satya Swaroop; +Cc: yocto

Hi,

Le Thu, 27 Jun 2013 11:01:11 +0200,
DAMARLA Satya Swaroop <satyaswaroop.damarla@gmail.com> a écrit :
> I have a small confusion.... In my image, I have normal Qt4 packages
> installed and they are working good. Now, when I wanted to develop a Qt
> application for my image, I compiled a toolchain but unfortunately, I don't
> find qmake installed.
> 
> After browsing the directories I found the following
> 
> damarla@linuxbuildsrv:~/openYocto/poky/meta/recipes-qt/packagegroups$ ls -la
> total 40
> drwxrwxr-x 2 damarla damarla 4096 Jun 17 13:50 .
> drwxrwxr-x 9 damarla damarla 4096 Jun 17 13:50 ..
> -rw-rw-r-- 1 damarla damarla  104 Jun 17 13:50
> nativesdk-packagegroup-qte-toolchain-host.bb
> -rw-rw-r-- 1 damarla damarla   95 Jun 17 13:50
> nativesdk-packagegroup-qt-toolchain-host.bb
> -rw-rw-r-- 1 damarla damarla  178 Jun 17 13:50
> nativesdk-packagegroup-qt-toolchain-host.inc
> -rw-rw-r-- 1 damarla damarla 1458 Jun 17 13:50 packagegroup-core-qt4e.bb
> -rw-rw-r-- 1 damarla damarla  501 Jun 17 13:50 packagegroup-core-qt.bb
> -rw-rw-r-- 1 damarla damarla  136 Jun 17 13:50
> packagegroup-qte-toolchain-target.bb
> -rw-rw-r-- 1 damarla damarla  335 Jun 17 13:50
> packagegroup-qt-toolchain-target.bb
> -rw-rw-r-- 1 damarla damarla 1123 Jun 17 13:50
> packagegroup-qt-toolchain-target.inc
> 
> Now in order to get "qmake" for my toolchain I am not able to understand
> which package group should I include from the above.

bitbake meta-toolchain-qte
recipe in :
./meta/recipes-qt/meta/meta-toolchain-qte.bb

Eric


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Qt4 - qmake in toolchain for Qt/X11
  2013-06-27 14:40 ` Eric Bénard
@ 2013-06-27 14:48   ` Eric Bénard
  2013-06-28  6:41     ` DAMARLA Satya Swaroop
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2013-06-27 14:48 UTC (permalink / raw)
  To: Eric Bénard; +Cc: yocto, DAMARLA Satya Swaroop

Le Thu, 27 Jun 2013 16:40:19 +0200,
Eric Bénard <eric@eukrea.com> a écrit :

> Hi,
> 
> Le Thu, 27 Jun 2013 11:01:11 +0200,
> DAMARLA Satya Swaroop <satyaswaroop.damarla@gmail.com> a écrit :
> > I have a small confusion.... In my image, I have normal Qt4 packages
> > installed and they are working good. Now, when I wanted to develop a Qt
> > application for my image, I compiled a toolchain but unfortunately, I don't
> > find qmake installed.
> > 
> > After browsing the directories I found the following
> > 
> > damarla@linuxbuildsrv:~/openYocto/poky/meta/recipes-qt/packagegroups$ ls -la
> > total 40
> > drwxrwxr-x 2 damarla damarla 4096 Jun 17 13:50 .
> > drwxrwxr-x 9 damarla damarla 4096 Jun 17 13:50 ..
> > -rw-rw-r-- 1 damarla damarla  104 Jun 17 13:50
> > nativesdk-packagegroup-qte-toolchain-host.bb
> > -rw-rw-r-- 1 damarla damarla   95 Jun 17 13:50
> > nativesdk-packagegroup-qt-toolchain-host.bb
> > -rw-rw-r-- 1 damarla damarla  178 Jun 17 13:50
> > nativesdk-packagegroup-qt-toolchain-host.inc
> > -rw-rw-r-- 1 damarla damarla 1458 Jun 17 13:50 packagegroup-core-qt4e.bb
> > -rw-rw-r-- 1 damarla damarla  501 Jun 17 13:50 packagegroup-core-qt.bb
> > -rw-rw-r-- 1 damarla damarla  136 Jun 17 13:50
> > packagegroup-qte-toolchain-target.bb
> > -rw-rw-r-- 1 damarla damarla  335 Jun 17 13:50
> > packagegroup-qt-toolchain-target.bb
> > -rw-rw-r-- 1 damarla damarla 1123 Jun 17 13:50
> > packagegroup-qt-toolchain-target.inc
> > 
> > Now in order to get "qmake" for my toolchain I am not able to understand
> > which package group should I include from the above.
> 
> bitbake meta-toolchain-qte
> recipe in :
> ./meta/recipes-qt/meta/meta-toolchain-qte.bb
> 
oops sorry I didn't read you wanted Qt/X11 :-(

Anyway you can base your work one meta-toolchain-qte to integrate the
Qt/X11 packages.

Eric


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Qt4 - qmake in toolchain for Qt/X11
  2013-06-27 14:48   ` Eric Bénard
@ 2013-06-28  6:41     ` DAMARLA Satya Swaroop
  2013-06-28 10:56       ` Thanassis Silis
  0 siblings, 1 reply; 5+ messages in thread
From: DAMARLA Satya Swaroop @ 2013-06-28  6:41 UTC (permalink / raw)
  To: Eric Bénard, yocto

[-- Attachment #1: Type: text/plain, Size: 2212 bytes --]

Hi Eric,

Can you explain how does that work.. I develop an application on qte and it
works on qt/x11... Is it because qt is cross-platform compatible...

Greets,
Sati


On Thu, Jun 27, 2013 at 4:48 PM, Eric Bénard <eric@eukrea.com> wrote:

> Le Thu, 27 Jun 2013 16:40:19 +0200,
> Eric Bénard <eric@eukrea.com> a écrit :
>
> > Hi,
> >
> > Le Thu, 27 Jun 2013 11:01:11 +0200,
> > DAMARLA Satya Swaroop <satyaswaroop.damarla@gmail.com> a écrit :
> > > I have a small confusion.... In my image, I have normal Qt4 packages
> > > installed and they are working good. Now, when I wanted to develop a Qt
> > > application for my image, I compiled a toolchain but unfortunately, I
> don't
> > > find qmake installed.
> > >
> > > After browsing the directories I found the following
> > >
> > > damarla@linuxbuildsrv:~/openYocto/poky/meta/recipes-qt/packagegroups$
> ls -la
> > > total 40
> > > drwxrwxr-x 2 damarla damarla 4096 Jun 17 13:50 .
> > > drwxrwxr-x 9 damarla damarla 4096 Jun 17 13:50 ..
> > > -rw-rw-r-- 1 damarla damarla  104 Jun 17 13:50
> > > nativesdk-packagegroup-qte-toolchain-host.bb
> > > -rw-rw-r-- 1 damarla damarla   95 Jun 17 13:50
> > > nativesdk-packagegroup-qt-toolchain-host.bb
> > > -rw-rw-r-- 1 damarla damarla  178 Jun 17 13:50
> > > nativesdk-packagegroup-qt-toolchain-host.inc
> > > -rw-rw-r-- 1 damarla damarla 1458 Jun 17 13:50
> packagegroup-core-qt4e.bb
> > > -rw-rw-r-- 1 damarla damarla  501 Jun 17 13:50 packagegroup-core-qt.bb
> > > -rw-rw-r-- 1 damarla damarla  136 Jun 17 13:50
> > > packagegroup-qte-toolchain-target.bb
> > > -rw-rw-r-- 1 damarla damarla  335 Jun 17 13:50
> > > packagegroup-qt-toolchain-target.bb
> > > -rw-rw-r-- 1 damarla damarla 1123 Jun 17 13:50
> > > packagegroup-qt-toolchain-target.inc
> > >
> > > Now in order to get "qmake" for my toolchain I am not able to
> understand
> > > which package group should I include from the above.
> >
> > bitbake meta-toolchain-qte
> > recipe in :
> > ./meta/recipes-qt/meta/meta-toolchain-qte.bb
> >
> oops sorry I didn't read you wanted Qt/X11 :-(
>
> Anyway you can base your work one meta-toolchain-qte to integrate the
> Qt/X11 packages.
>
> Eric
>

[-- Attachment #2: Type: text/html, Size: 3533 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Qt4 - qmake in toolchain for Qt/X11
  2013-06-28  6:41     ` DAMARLA Satya Swaroop
@ 2013-06-28 10:56       ` Thanassis Silis
  0 siblings, 0 replies; 5+ messages in thread
From: Thanassis Silis @ 2013-06-28 10:56 UTC (permalink / raw)
  To: DAMARLA Satya Swaroop, Eric Bénard, yocto

[-- Attachment #1: Type: text/plain, Size: 2642 bytes --]

If I am not mistaken you can do:
    bitbake meta-toolchain-qte

then you'll get a toolchain with qmake.

Date: Fri, 28 Jun 2013 08:41:41 +0200
From: satyaswaroop.damarla@gmail.com
To: eric@eukrea.com; yocto@yoctoproject.org
Subject: Re: [yocto] Qt4 - qmake in toolchain for Qt/X11

Hi Eric,
Can you explain how does that work.. I develop an application on qte and it works on qt/x11... Is it because qt is cross-platform compatible...
Greets,
Sati

On Thu, Jun 27, 2013 at 4:48 PM, Eric Bénard <eric@eukrea.com> wrote:

Le Thu, 27 Jun 2013 16:40:19 +0200,

Eric Bénard <eric@eukrea.com> a écrit :



> Hi,

>

> Le Thu, 27 Jun 2013 11:01:11 +0200,

> DAMARLA Satya Swaroop <satyaswaroop.damarla@gmail.com> a écrit :

> > I have a small confusion.... In my image, I have normal Qt4 packages

> > installed and they are working good. Now, when I wanted to develop a Qt

> > application for my image, I compiled a toolchain but unfortunately, I don't

> > find qmake installed.

> >

> > After browsing the directories I found the following

> >

> > damarla@linuxbuildsrv:~/openYocto/poky/meta/recipes-qt/packagegroups$ ls -la

> > total 40

> > drwxrwxr-x 2 damarla damarla 4096 Jun 17 13:50 .

> > drwxrwxr-x 9 damarla damarla 4096 Jun 17 13:50 ..

> > -rw-rw-r-- 1 damarla damarla  104 Jun 17 13:50

> > nativesdk-packagegroup-qte-toolchain-host.bb

> > -rw-rw-r-- 1 damarla damarla   95 Jun 17 13:50

> > nativesdk-packagegroup-qt-toolchain-host.bb

> > -rw-rw-r-- 1 damarla damarla  178 Jun 17 13:50

> > nativesdk-packagegroup-qt-toolchain-host.inc

> > -rw-rw-r-- 1 damarla damarla 1458 Jun 17 13:50 packagegroup-core-qt4e.bb

> > -rw-rw-r-- 1 damarla damarla  501 Jun 17 13:50 packagegroup-core-qt.bb

> > -rw-rw-r-- 1 damarla damarla  136 Jun 17 13:50

> > packagegroup-qte-toolchain-target.bb

> > -rw-rw-r-- 1 damarla damarla  335 Jun 17 13:50

> > packagegroup-qt-toolchain-target.bb

> > -rw-rw-r-- 1 damarla damarla 1123 Jun 17 13:50

> > packagegroup-qt-toolchain-target.inc

> >

> > Now in order to get "qmake" for my toolchain I am not able to understand

> > which package group should I include from the above.

>

> bitbake meta-toolchain-qte

> recipe in :

> ./meta/recipes-qt/meta/meta-toolchain-qte.bb

>

oops sorry I didn't read you wanted Qt/X11 :-(



Anyway you can base your work one meta-toolchain-qte to integrate the

Qt/X11 packages.



Eric




_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto 		 	   		  

[-- Attachment #2: Type: text/html, Size: 4272 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-28 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27  9:01 Qt4 - qmake in toolchain for Qt/X11 DAMARLA Satya Swaroop
2013-06-27 14:40 ` Eric Bénard
2013-06-27 14:48   ` Eric Bénard
2013-06-28  6:41     ` DAMARLA Satya Swaroop
2013-06-28 10:56       ` Thanassis Silis

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.