From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 08E4CE0095D; Wed, 10 Jun 2015 08:10:03 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MSGID_FROM_MTA_HEADER, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (otavio.salvador[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.169 listed in list.dnswl.org] * 0.0 MSGID_FROM_MTA_HEADER Message-Id was added by a relay Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com [209.85.220.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1BBBAE007B6 for ; Wed, 10 Jun 2015 08:09:57 -0700 (PDT) Received: by qkx62 with SMTP id 62so26544813qkx.3 for ; Wed, 10 Jun 2015 08:09:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:date:to:subject:user-agent:mime-version :content-type:content-transfer-encoding; bh=rny70MxWRcN0M8TUgMPP1iH0VeGV8FAPiawRjNqPSHI=; b=rOnlzR7qzP88yCz/vPFCfloOm/85j+Im0j+ISbeOytWchVsdc0tUTrC2K7xrsI62rn cPoPtVzXXFEJ6F/C6Df+tEJlKephlbNRvLZhtmHn60VSpEZhU1N3d3qaWerjXGCG7Pwn jwPgsRrP8+bZOK/PpnMeJvjVoBhxBexZdSy+P47G0+WGlj0UfOwnU23hZN+Zqv+MS7lF GqvkZPIQAMms+6Ut65pP4Ng4FUI23FT/9hTp+181JpPqDwDxY643x+BQoaJth0dad8aV FcM3mw8qZFxKBxIdqFjgIbymGCwTnr+cN+KnA8UOsHllM66BoTjVB1JGRAEKk875H3O2 f7nQ== X-Received: by 10.140.85.101 with SMTP id m92mr4558449qgd.37.1433948996395; Wed, 10 Jun 2015 08:09:56 -0700 (PDT) Received: from localhost ([177.100.226.57]) by mx.google.com with ESMTPSA id g201sm4215515qhc.6.2015.06.10.08.09.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 08:09:55 -0700 (PDT) Message-ID: <55785343.d2eb8c0a.2bca.ffffd673@mx.google.com> Received: by localhost (sSMTP sendmail emulation); Wed, 10 Jun 2015 12:09:49 -0300 From: "Otavio Salvador" Date: Wed, 10 Jun 2015 12:09:49 -0300 To: meta-freescale@yoctoproject.org User-Agent: mail v14.8.0 MIME-Version: 1.0 Subject: Updates to meta-fsl-arm (master) in 2015-06-10 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: Wed, 10 Jun 2015 15:10:03 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, I pushed following updates: commit a3a6ca336023d41400e130f0d21fa35e0f67a6ea (HEAD -> pending, yocto/mas= ter-next, yocto/master) Author: Andreas M=C3=BCller Date: Mon Jun 8 14:48:06 2015 +0200 linux-imx-3.14.28: FEC: fix garbage send for huge data blocks =20 Signed-off-by: Otavio Salvador commit f8c09a66311fa2c208cc63502547a17c414c5694 Author: Andreas M=C3=BCller Date: Mon Jun 8 14:48:05 2015 +0200 linux-imx_3.14.28: fix initial MMC device detection =20 On Variscite Varsom we have three devices connected to MMC =20 * MMC1: eMMC * MMC2: SDCard * MMC3: Wifi =20 Without this patch only the first device was detected properly. I found two workarounds which can be removed by this patch: =20 1. Variscite: booting from SDCard made possible by renumbering MMC devi= ces [1]. 2. BoundaryDevices: Add workqueues for each mmc_host [2]. This had been= tested here too but causes crashing sdcard for huge storage traffic. =20 [1] https://github.com/varigit/linux-2.6-imx/blob/imx_3.10.53_1.1.0_ga_= var01/arch/arm/boot/dts/imx6qdl.dtsi / Line 879 [2] https://github.com/boundarydevices/linux-imx6/commit/1d40159a995a29= 8f16901bfb14ae3e0294c65691 =20 Signed-off-by: Andreas M=C3=BCller Signed-off-by: Otavio Salvador commit 51ae3749c92c9ad8bcd09b5f6aa95b417db8d580 Author: Carlos Rafael Giani Date: Mon Jun 8 11:47:00 2015 +0200 gstreamer1.0-plugins-imx: Update to version 0.10.2 =20 Changes: =20 - v4l2src: renamed imxv4l2src to imxv4l2videosrc to avoid name collisio= ns with the FSL plugins - v4l2src: Call the buffer pool baseclass stop() function (fixes segfau= lts) - uniaudio: Create correct config header even if no codecs were found - audio: new MP3 encoder element using the libfslcodec MP3 encoder - g2d/ipu/pxp blitter sink: Respect aspect ratio also in 90/270 degree = rotations - pxp: Remove broken/unsupported formats - eglvivsink: Fix double mutex unlock - phys mem meta naming cleanup =20 Change-Id: Id2c72352f19cfeb6635af2ed0ec625867c28b7a7 Signed-off-by: Carlos Rafael Giani Signed-off-by: Otavio Salvador commit 84e635e17038bfbc67c98ada74b2e5782a233697 Author: Otavio Salvador Date: Wed Jun 3 13:35:17 2015 -0300 imx-base.inc: Set amd-gpu-mx51 provider depending on backend =20 The amd-gpu-mx51 provider needs to be set, along with the other virtual providers, for the i.MX5 CPUs. =20 Fixes the warning: =20 ,---- | NOTE: multiple providers are available for amd-gpu-mx51 | (amd-gpu-x11-bin-mx51, amd-gpu-bin-mx51) `---- =20 Change-Id: Ieb3401dbbdf1178641aeda55b20b7ae054423d75 Signed-off-by: Otavio Salvador commit c5579ee713ab4d9650b48abafe7f6c79b0dbe463 Author: Otavio Salvador Date: Wed Jun 3 13:33:45 2015 -0300 libfslcodec: Remove binary examples for i.MX5 =20 The binary examples require the libvpu.so.4 library and does not work at runtime, so we are removing them. =20 Fixes following warning: =20 ,---- | WARNING: QA Issue: libfslcodec-test-bin requires libvpu.so.4, but no | providers in its RDEPENDS [file-rdeps] `---- =20 Change-Id: Icf4bdd5591dd73ca0d6b8adc4fde0730a0739606 Signed-off-by: Otavio Salvador commit 2a4cc597aa98f920964b10514ff4d2dfc75203ca Author: Neena Busireddy Date: Tue Jun 2 10:08:21 2015 -0500 SCR-3.14.28-1.0.1-patch: Add SCR for 3.14.28-1.0.1_patch release =20 Change-Id: I64b42c99a0b91fcaca174e5537d843832d38c351 Signed-off-by: Neena Busireddy commit ca9cdee47529fab646b402f8ee542cd4c125e21d Author: Neena Busireddy Date: Tue Jun 2 10:08:20 2015 -0500 xf86-video-imxfb-vivante: Upgrade to 5.0.11.p4.5 =20 Modify the version to match the version of imx-gpu-viv =20 Signed-off-by: Neena Busireddy Signed-off-by: Otavio Salvador commit f312847ded7da74596b9bcbc07da165c25636859 Author: Neena Busireddy Date: Tue Jun 2 10:08:19 2015 -0500 imx-gpu-viv: Upgrade sfp to 5.0.11.p4.5 =20 Signed-off-by: Neena Busireddy Signed-off-by: Otavio Salvador commit 41756fd8127802ce1837852333237c09e89042bd Author: Neena Busireddy Date: Tue Jun 2 10:08:18 2015 -0500 imx-gpu-viv: Upgrade to 5.0.11.p4.5 =20 3.14.28-1.0.1 patch release has the following bug fixes: =20 MGS-554 [#1644] Fix the false alert with GPU commit dirty MGS-528 [#ccc] Wayland does not free window memory until the applicatio= n exits GRPH-56 [#ccc] Add environment variable to turn off memory fill GRPH-55 [ccc] Add alpha channel for direct texture viv extension MA-6540 [#1672] Fix native fence FD leak found by Android=E2=84=A2 CTS MGS-663 [#1686] P4 release can't be built statically MA-6527 [#1666] Fix android.webgl.cts.WebGLTest CTS failure MGS-511-2 [#1593] Qt 3D app cannot run on i.MX 6SoloX board MGS-658 [#ccc] Fix build warning of isInApiTraceMode for static link Revert MGS-352 [#1453] Creating context on 5.x is slower than 4.x due t= o process name read MGS-578 [#1657] GoogleEarth APK encounters a shader compile error MGS-507 [#1323] RenderToTexture has distorted pictures on screen in DL = board MGS-547 [#ccc] Add YVYU format test in g2d_overlay_test MGS-547 [#1640] YVYU format gets wrong result when 2D is built MGS-564 [#ccc] Resolve race condition in display frame sync MGS-367 [#1589] "CTRL+C" to close the "tutorial7_es20" causes GPU to ha= ng MGS-543 [#1604] Remove some unsupported extensions in gles10 MGS-436 [#ccc] Memory leak in glimagesink video loop playback MA-6267 [#1600] Fix ES3.0 benchmark UBenchEnhanced can't run MA-6208-1 [#1543] Fix build error MA-6208 [#1543] Fix com.drawelements.deqp.gles3 CTS failure MGS-511 [#1593] Qt 3D app cannot run on i.MX 6SoloX board MGS-512 [#1493] Fix es30 conformance failures related to glReadPixels MGS-502 [#ccc] libCLC failure MGS-500 [#ccc] Disable apitrace for static build =20 Signed-off-by: Neena Busireddy Signed-off-by: Otavio Salvador commit 56d07c2a9304fb416b4059f1f637b5d506473a9d Author: Stefan Christ Date: Wed Jun 3 11:18:11 2015 +0200 fsl-eula-unpack: fix deploying EULA =20 If a recipe, which uses the fsl-eula-unpack bbclass, defines the variable LIC_FILES_CHKSUM like =20 LIC_FILES_CHKSUM =3D "[...]" =20 (not using "+=3D") the content of ${FSL_EULA_FILE}, which is added in fsl-eula-unpack, is overwritten. So the EULA isn't deployed to the ${LICENSE_DIRECTORY}. =20 Using 'LIC_FILES_CHKSUM_append' should work in any cases. =20 Signed-off-by: Stefan Christ Signed-off-by: Otavio Salvador commit 717804471d0f8cb432a8693e583f24cc93a02bb6 Author: Stefan Christ Date: Wed Jun 3 11:18:10 2015 +0200 fsl-eula-unpack: fix outdated EULA checksum =20 The md5 checksum in LIC_FILES_CHKSUM was taken from an older version of the Freescale EULA. This leads to build errors like =20 ERROR: imx-gpu-viv: md5 data is not matching for file://[...]/meta-fsl-arm/EULA;md5=3D6df184a9b1950b68e17fdcd751= 3bdb97 ERROR: imx-gpu-viv: The new md5 checksum is acdb807ac7275fe32f9f64992e111241 =20 Signed-off-by: Stefan Christ Signed-off-by: Otavio Salvador Regards, -- 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