From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 25755E006AD for ; Thu, 30 Jan 2014 05:36:41 -0800 (PST) Received: by mail-pa0-f54.google.com with SMTP id fa1so3101338pad.41 for ; Thu, 30 Jan 2014 05:36:41 -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=qK+P1yTjum80ODdvzZfvIagzWxafpERa6yCvQDvXwTQ=; b=ejswuCY3hUgSiG60UcbyllDXQW9HJAA/Y3Imu8OGWJrgWeRRaiDmpyCwsPJpdHNUdB YKQDbJ5ys9H1iBLXIIJ0IW+6p9KiyPmsb6MCf4SLLlUFPCIVhg95Nzz1KofdFoTReRQ0 GCdyyZjTxXzY4H/I3mrBUrBUQYW9sOZPjee2ts8XrixCWQBBlZfvrleTxgjztQRYOQMk g5LirIyt1Pwgrhk++cL//FqiX5XpwwvV0ax5aBQ08de0bTVc7LmH+rxpgR0ta4ilodZt GWc/gKD84WNm3iguuXw5IdLUS3Xbji99KELWAa+sX4J5ziDY1RT/rq23Vntg4sue8tBK eBiQ== X-Gm-Message-State: ALoCoQkD4EakcmP00pJUt0UMKvkKQfNfbS+oIQVRJMcVJjmRTb4qIGnH8s7kNbC+4g+DQHMtj2bD X-Received: by 10.66.26.115 with SMTP id k19mr14478791pag.87.1391089001277; Thu, 30 Jan 2014 05:36:41 -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 cz3sm17598836pbc.9.2014.01.30.05.36.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 Jan 2014 05:36:40 -0800 (PST) Message-ID: <52EA5565.9090409@boundarydevices.com> Date: Thu, 30 Jan 2014 06:36:37 -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: 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:36:42 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Otavio, On 01/29/2014 09:50 PM, 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. > This beats the heck out of "Hello, World"!