From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 74090E0071A for ; Sun, 8 Dec 2013 23:01:15 -0800 (PST) Received: by mail-ob0-f177.google.com with SMTP id va2so3252613obc.8 for ; Sun, 08 Dec 2013 23:01:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=MsxRXnWxjQrSBS29cOnIXhblXofVDiUF4w0y4+x6Bvs=; b=gcQNJO1PWvOqlKkX3L5NCY3C+K2IoWDePj8WI22h51q7Xokz2WwOFhh6t4c1DWjsIy vaya8eDiGF0Qc5PZ5kG24tmXHizGtJII5jyWeSo5JexCK1uBz6kQUYgkw4iGevuxZgJw TvGadUv+j0Kh75BESpvHxqRUj6ram56rKrkIB09AB6nrBefLTwFrYcuGAF13me9OHHt6 hssI/J4+tx39yW9hp9X2EVOxjFq4z8rJMQemwNDHWDuLJO9NXCgmBdiL/l+wj5Y3AnMF B/FmsBaD30C/LJ13VFazMRL04aVAjJILwqh0kmDB4NWKmMwE3/HzOJKUxKLyabkyCzLW YscQ== X-Received: by 10.60.80.8 with SMTP id n8mr11547835oex.33.1386572474756; Sun, 08 Dec 2013 23:01:14 -0800 (PST) Received: from [10.1.10.30] (host61-87-static.14-79-b.business.telecomitalia.it. [79.14.87.61]) by mx.google.com with ESMTPSA id qh4sm14181129obc.4.2013.12.08.23.01.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Dec 2013 23:01:14 -0800 (PST) Message-ID: <52A56AB8.606@gmail.com> Date: Mon, 09 Dec 2013 08:01:12 +0100 From: Marco Organization: MC User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <0F788535AE8C7D4CB24CADB2A1BA8AF4074D2A33@server25.nibv.neopost.com> In-Reply-To: <0F788535AE8C7D4CB24CADB2A1BA8AF4074D2A33@server25.nibv.neopost.com> Subject: Re: Qt5 using the DORA branch X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: koansoftware@gmail.com 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: Mon, 09 Dec 2013 07:01:17 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 06/12/2013 13:13, Bergsma, Sake ha scritto: > To all that have problems using Qt5: > > I have a colleague who has a lot of experience building and configuring > qt5 with buildroot. > > He told me that when rebuilding, Qt does not correctly changes its new > configuration > > and some files of the old output stay behind and are used again as input > and cause troubles. > > So this is why I did put the advice to start with a clean build. > > I know it takes time but only after I did do that everything build > correctly and the Cinematic Experience demo works. > > To check the result of the qt configure you can take a look at this file: > > your_build_dir/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/build/config.summary > > With kind regards, Sake > Hi Sake I rebuilt all from scratch. I was able to build with the following settings but I am not able to run Qt5 apps on my iMX6 target. IMAGE_INSTALL_append = " qtbase qtbase-fonts qtbase-plugins qtbase-examples qtbase-tools cinematicexperience gstreamer fontconfig freetype " DISTRO_FEATURES_remove = "x11 wayland" meta-yocto-bsp = "dora:53d2563ff13fcec74d4250bef5419e36169e55cc" meta-oe = "dora:513e7ca20ddd0a5c3b649bf292a67c3e0473d3a8" meta-fsl-arm = "dora:87601e5fc93b422347b22fe6d41f38f18f6ee9ec" meta-qt5 = "dora:cefaba69a785c5221463f0eb496b749d5ddf8a5a" Which branch are you using (for yocto and meta-qt5)? Are you applying any patch to meta-qt5? TIA -- Marco