From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BD3B5E00B3D; Thu, 5 Nov 2015 04:19:51 -0800 (PST) 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) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.48 listed in list.dnswl.org] * -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.0 MSGID_FROM_MTA_HEADER Message-Id was added by a relay Received: from mail-qg0-f48.google.com (mail-qg0-f48.google.com [209.85.192.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DA479E00B2F for ; Thu, 5 Nov 2015 04:19:47 -0800 (PST) Received: by qgeo38 with SMTP id o38so64843808qge.0 for ; Thu, 05 Nov 2015 04:19:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:date:to:subject:user-agent; bh=3LOEof029ImterPmiN6mgYZTARN13wndePdmIS5RV6U=; b=ti9NdaFRj1PnPfYERENchxC6XCpUi98s0t5Yd+ikOFQCIB9y2bAuNWONTcTxxf8awR ROoySONo6lklNBiECo/628KLE6eiPFvNAi+GNnSB1mkxUAJDAqw8S2qb8ak/2T4RH/mP izB7m0CYifjf+L7UDh1p7L6MGiqTB08v4J+WKoXiIhwXQX6P61PfgnfjdGDiP0cnxjTw +p+8VgwHrVaXR/laoIOEhkQHGABJCkbY9gveJfO7sFfRK1hXKoenanS4TyAubvYVF6YG udMmULETSoQUKs1/aEt2Ry+swbVTdmBbK3uW7a5kV8Q2f8yueZC57R5P3xYkETCVq3tq 1V8Q== X-Received: by 10.140.30.137 with SMTP id d9mr6846988qgd.41.1446725986903; Thu, 05 Nov 2015 04:19:46 -0800 (PST) Received: from localhost ([177.100.174.62]) by smtp.gmail.com with ESMTPSA id 86sm1559860qky.24.2015.11.05.04.19.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 04:19:46 -0800 (PST) Message-ID: <563b4962.d918370a.2832f.ffff9715@mx.google.com> Received: by localhost (sSMTP sendmail emulation); Thu, 05 Nov 2015 10:19:41 -0200 From: "Otavio Salvador" Date: Thu, 05 Nov 2015 10:19:41 -0200 To: meta-freescale@yoctoproject.org User-Agent: mail v14.8.5 Subject: Updates to meta-fsl-arm (master and jethro) in 2015-11-05 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, 05 Nov 2015 12:19:51 -0000 Hello, I pushed following updates: commit 425be329f0c3e071d2f8eb12581e3c6e9c08173d (HEAD -> pending, yocto/master-next, yocto/master, yocto/jethro) Author: Carlos Rafael Giani Date: Thu Nov 5 10:32:16 2015 +0100 imx-base.inc: Add imx-vpu to MACHINE_ARCH_FILTER imx-vpu is machine specific due to #define macros for the type of i.MX6 SoC (quad, duallite ..) Signed-off-by: Carlos Rafael Giani Signed-off-by: Otavio Salvador commit e519d6c6a069f8e844b28b08963cea2efb0fd64d Author: Carlos Rafael Giani Date: Thu Nov 5 10:27:54 2015 +0100 libimxvpuapi: Add new recipe This is a library for using the i.MX6 VPU. It is an alternative to libfslvpuwrap, hosted on Github, and has an API that features several improvements over libfslvpuwrap, which include: * User-defined context information associated with input frames, which is passed on to corresponding output frames (to be able to identify which input frame produced which output frame) * Groundwork for future DMA-BUF/BMM/ION/CMA allocator integration, using file descriptors instead of physical addresses * Indicators for when it is safe to try to decode frames, which is critical in multi-threaded playback cases * Simplified, higher-level JPEG en/decoding API, based on the VPU MJPEG codec; useful for picture viewing without the extra boilerplate for VPU-based en/decoding Signed-off-by: Carlos Rafael Giani Signed-off-by: Otavio Salvador commit e6bcd54a5a0f634ed521f2e59ad51b944f72734d Author: Javier Viguera Date: Mon Nov 2 19:12:53 2015 +0100 gst1.0-fsl-plugin: fix FSL codecs, parser and vpuwrap detection Patch gst1.0-fsl-plugin's configure script to add a trailing space in the FSL_MM_CORE_CFLAGS and FSL_MM_CORE_LIBS variables between different pkg-config executions. These variables are used later to pass parameters to the compiler and as they are not built correctly, the 'configure' script fails to detect some of the functionality: Disabled features: plugin: imxmp3enc plugin: vpu_wrap plugin: aiur plugin: beep This was working well in previous versions of Yocto, because pkg-config until v0.28 was adding that trailing space: http://cgit.freedesktop.org/pkg-config/commit/?id=f26a505826acec6b1e1af8d1efdf959913421c3a but this is no longer true, so the trailing space has to be added in the configure script. Signed-off-by: Javier Viguera 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