From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 63441E01419 for ; Sat, 6 Jul 2013 10:09:32 -0700 (PDT) Received: by mail-pb0-f44.google.com with SMTP id uo1so2995519pbc.3 for ; Sat, 06 Jul 2013 10:09:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=ftFETnka5xGNrm1OK2mUBk/I7/UHAJV5yme4ckuKI6g=; b=Rm0WVlBgUe8qe7+DdjsHf4q+kApwocF6x8aSiGQHjcxnMr9jOMw2WfA4JlFgM06hh1 iahd1Y2vVLxIEmAb/8VJO8uvHl1JarvVQZyE1FUB4FaGSWNbsA0i0JuwT/F6f4sT1ZkU N+NVq9Yo+SX6TOVvm9sUeWTVBjFLsNEh6cjW++QYDgYlaJ1w2D52V1afer6oJ6Nche3n Wm860MkKMic53zDyjkmQsPq2/zLgcsRkEReIM7mR/qugXQ6CiS//8f6wdAkTVTugnioi yAnsmGgHryY/Vk2UyIFeX+Rj2EILQzo2aE301StHbsHMJ1DfhI+vMP2msSzNJ3aP08K2 J62Q== X-Received: by 10.68.131.133 with SMTP id om5mr14430981pbb.148.1373130572194; Sat, 06 Jul 2013 10:09:32 -0700 (PDT) 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 qu10sm13161414pbb.12.2013.07.06.10.09.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Jul 2013 10:09:30 -0700 (PDT) Message-ID: <51D84F43.50700@boundarydevices.com> Date: Sat, 06 Jul 2013 10:09:23 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Otavio Salvador References: <1797012.Po2ZnTUHJW@rudolf> <1891888.TfnZ3vpNCR@rudolf> <51D750F2.3020209@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQkxwmOQvzWOZ2YEaHy6Vos3iEtaWyKJ6buLNz8hLjROokte4JG4Qj6cytNF5Ih6Lu2+gHeU Cc: "meta-freescale@yoctoproject.org" Subject: Re: QtMultimedia on i.MX6 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: Sat, 06 Jul 2013 17:09:33 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/06/2013 06:09 AM, Otavio Salvador wrote: > On Fri, Jul 5, 2013 at 10:52 PM, Trevor Woerner > wrote: >> On 5 July 2013 19:04, Eric Nelson wrote: >>> I'm interested in the details of how you added Qt5 to your >>> build. Qt4 seems to be directly accessible in Yocto, but not Qt5. >> >> >> I'm guessing/hoping the meta-qt5 layer was used? >> http://layers.openembedded.org/layerindex/layer/meta-qt5/ > > Yes and if you use master-next you win a qt5 binding for mx6 as well. > I hope to finish testing it and looking at X11 this week so we merge > it in master. > Many thanks!