From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ecbiz66.inmotionhosting.com ([69.174.114.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RdNhj-0003t9-LD for openembedded-core@lists.openembedded.org; Wed, 21 Dec 2011 16:03:40 +0100 Received: from mail.hck.sk ([87.197.106.197]:56818 helo=[192.168.66.35]) by ecbiz66.inmotionhosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RdNar-0006kd-8p for openembedded-core@lists.openembedded.org; Wed, 21 Dec 2011 09:56:33 -0500 Message-ID: <4EF1F39E.60903@jhksoftware.com> Date: Wed, 21 Dec 2011 15:56:30 +0100 From: Juraj Hercek User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ecbiz66.inmotionhosting.com X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jhksoftware.com Subject: meta-toolchain-qte and wrong paths to QT tools X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2011 15:03:40 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello list, I've two questions: 1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and install the resulting sdk, I see two directories in /usr/local/: oecore-i686-arm and oecore-i686-i686. What is a rationale behind having these two directories instead of one i.e.: oecore-i686-arm? 2) The oecore-i686-arm/environment-setup-armv5te-oe-linux-gnueabi script sets paths to the QT tools which should be installed in oecore-i686-arm directory, but they are not. These tools are installed under oecore-i686-i686 directory. Changing the path in environment-setup-armv5te-oe-linux-gnueabi after toolchain installation is easy, but I do not consider it to be a correct fix (assuming that oecore-i686-{arm,i686} directories represents proper toolchain structure). What is a proper fix for this issue? Thank you in advance for your response(s). Cheers, Juraj