From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E2D66E00799; Fri, 3 Oct 2014 16:53:14 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.tames.com (tames.com [72.2.119.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A229CE0076C for ; Fri, 3 Oct 2014 16:53:12 -0700 (PDT) Received: from [10.178.247.148] (unknown [187.189.167.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: alfonso@tames.com) by mail.tames.com (Postfix) with ESMTPSA id E058125881; Fri, 3 Oct 2014 23:52:44 +0000 (UTC) Message-ID: <542F36E6.4050905@tames.com> Date: Fri, 03 Oct 2014 18:53:10 -0500 From: =?UTF-8?B?QWxmb25zbyBUYW3DqXM=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Otavio Salvador References: <20140924152903.GA9904@localhost.localdomain> <20140924160949.GB9904@localhost.localdomain> <85CD0144-1D25-43D7-B2FD-37ED705F157B@tames.com> In-Reply-To: X-Virus-Scanned: clamav-milter 0.98.1 at 56cb6755-5e21-c698-f8be-a3023abd5444 X-Virus-Status: Clean Cc: "meta-freescale@yoctoproject.org" Subject: Re: (off topic) exporting a SDK with Qt5 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 23:53:15 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi Otavio, I just bitbaked a fsl-image-multimedia-full with qt5 and a meta-toolchain-qt5 using master branch. When I run qmake -v this is the output: alfonso@mufilinux:~$ /opt/poky/1.7/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake -v QMake version 3.0 Using Qt version 5.3.1 in /opt/yocto/master_egl/build/tmp/sysroots/x86_64-linux/opt/poky/1.7/sysroots/x86_64-pokysdk-linux/usr/lib And this is the output from qmake generated from Daisy: alfonso@mufilinux:~$ /opt/poky/1.6.1/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake -v QMake version 3.0 Using Qt version 5.2.1 in /opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib As you can see the qmake from master branch is pointing to a non existing directory on the wrong sysroot. Hope this helps! Regards, Alfonso On 24/09/14 14:32, Otavio Salvador wrote: > On Wed, Sep 24, 2014 at 3:14 PM, Alfonso Tamés wrote: >> meta-toolchain-qt5 seems to be broken in master. Check the qmake -v output, it points to some non existent directory inside the x86 sysroot (it should point to the cortex9hf sysroot anyway). > Please send me more information about this so I take a look. >