From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5B5BDE006E9 for ; Thu, 27 Jun 2013 07:40:27 -0700 (PDT) Received: from e6520eb (pac33-2-82-240-38-71.fbx.proxad.net [82.240.38.71]) (Authenticated sender: eukrea) by smtp2-g21.free.fr (Postfix) with ESMTPSA id F2BA04B00CA; Thu, 27 Jun 2013 16:40:20 +0200 (CEST) Date: Thu, 27 Jun 2013 16:40:19 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: DAMARLA Satya Swaroop Message-ID: <20130627164019.133ccec1@e6520eb> In-Reply-To: References: Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.18; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: yocto@yoctoproject.org Subject: Re: Qt4 - qmake in toolchain for Qt/X11 X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 14:40:30 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Le Thu, 27 Jun 2013 11:01:11 +0200, DAMARLA Satya Swaroop a =C3=A9crit : > 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. >=20 > After browsing the directories I found the following >=20 > 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 >=20 > 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