From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 164DCE007B5 for ; Thu, 30 Jan 2014 05:37:19 -0800 (PST) Received: by mail-pd0-f182.google.com with SMTP id v10so3013280pde.13 for ; Thu, 30 Jan 2014 05:37:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=IUrddOQaBIFXlrJXYjVEO8Vs2nJe63XnqLekQ1tO/DY=; b=HJUPVjy7lFDJzJh14H5JaXA/s65re2KLaCCq0bxAHh3K60BBG0dOlm4As5uAXUIsO0 d6rYuSE+vCqVPHrJOdiM4KI5gP9j3GyRaVdHVFREqXDwDCQXyZ0dFqlLoGfcK9Jqre5u ZSvHxI7HERRZr20ghFpmwFaUoqDt7MR9UqgFSwZcJSKVV3f3poYehmPJ1K2cRiM5rbTF LV0VTalS9Q3Ps5rwCjqeW5q+glC4iCXDpPRpMb7ah7ZNd2rcSY/20h020OPGh6JM8wp3 Lh3zw/GrtDXbLJTj6GDgQFm0iF+bWiSIc67bOuZIpw5ztyi49Up+nzTxFfmztx8rQCvp swjQ== X-Gm-Message-State: ALoCoQnAhXc8RCTrm/dWdiGztOlGT6QQv7wOoNScH+rfkxSKha8o/sx2XVej2FZVpuNzoYG365Sf X-Received: by 10.68.66.1 with SMTP id b1mr14357878pbt.43.1391089039315; Thu, 30 Jan 2014 05:37:19 -0800 (PST) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id tu3sm42279343pab.1.2014.01.30.05.37.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 Jan 2014 05:37:16 -0800 (PST) Message-ID: <52EA5587.60403@boundarydevices.com> Date: Thu, 30 Jan 2014 06:37:11 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Jacob Kroon , Otavio Salvador References: <52E98F4A.6010908@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: Qt5 + QtQuick2 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: Thu, 30 Jan 2014 13:37:20 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Jacob, On 01/30/2014 12:38 AM, Jacob Kroon wrote: > On Thu, Jan 30, 2014 at 5:50 AM, Otavio Salvador > > wrote: > > Hello Eric, > > On Wed, Jan 29, 2014 at 9:31 PM, Eric Nelson > > wrote: > > We have a customer looking to verify Qt5+Qt Quick2 on a > > Nitrogen6x board using Yocto. > > > > Can anyone confirm the ability to compile and run > > the "Hello Qt-Quick2" sample app here? > > > > http://linode.boundarydevices.com/testQuick2.tar.gz > > > > We haven't walked the steps, and are hoping to get some > > feedback on any current issues before we do. > > > > Thanks in advance for any feedback. > > I didn't test your example but Cinematic demo we used (for one > customer here) is done in Quick and works very well. > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.br http://code.ossystems.com.br > Mobile: +55 (53) 9981-7854 > Mobile: +1 (347) 903-9750 > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > > > I'm succesfully running a Qt5.2 + QtQuick2 application on the Wandboard > Solo/Dual, running on an image built with Bitbake/OpenEmbedded Core + > meta-qt5 and meta-fsl-arm(-extra) layers. Only tried with eglfs backend > though, I haven't got Wayland or X11 backends running sofar. > Great. Thanks for the feedback.