From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A204EE00807; Thu, 21 Aug 2014 02:15:39 -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.methodpark.de (mail.methodpark.de [212.204.89.242]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 36212E004F5 for ; Thu, 21 Aug 2014 02:15:33 -0700 (PDT) Received: from localhost (virusgate [212.204.89.246]) by mail.methodpark.de (Postfix) with ESMTP id 0B3EF33800C5 for ; Thu, 21 Aug 2014 11:14:12 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.6 (20110518) (Debian) at methodpark.de Received: from mail.methodpark.de ([IPv6:::ffff:212.204.89.242]) by localhost (virusgate.methodpark.de [::ffff:212.204.89.246]) (amavisd-new, port 10024) with ESMTP id GpeEwpu-paKD for ; Thu, 21 Aug 2014 11:15:31 +0200 (CEST) Received: from [10.10.101.250] (unknown [10.10.101.250]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.methodpark.de (Postfix) with ESMTPSA id 7EFBC338006C for ; Thu, 21 Aug 2014 11:14:11 +0200 (CEST) Message-ID: <53F5B8B2.9040506@methodpark.de> Date: Thu, 21 Aug 2014 11:15:30 +0200 From: Christoph Settgast User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: Qt5 experience on i.MX 6 is great! 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, 21 Aug 2014 09:15:39 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hello! I would like to say thank you to this list for the i.MX community BSP. So far this has been the best Yocto experience and I would like to highlight some parts: - Qt 5.2 with hardware-accelerated QML works as expected - QtMultimedia works well with hardware-accelerated video (mp4,aac) from QML with gstreamer As an application developer this is really great, because I can concentrate on the application logic inside Qt and don't need to focus on low-level details of the GPU, VPU etc. One other thing I'd like to mention: The upstreaming work for bug fixes was very good, all patches were commented quickly and accepted quickly as well. Thats really appreciated! So thanks for all that work which is necessary to make the experience that good, Christoph