From patchwork Tue May 26 08:19:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 476408 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 7FB711402A7 for ; Tue, 26 May 2015 18:20:23 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5837B95A7C; Tue, 26 May 2015 08:20:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oP5v8XiotCgf; Tue, 26 May 2015 08:20:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 87FCD95A81; Tue, 26 May 2015 08:20:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8E83D1C227F for ; Tue, 26 May 2015 08:20:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 81DEE915D6 for ; Tue, 26 May 2015 08:20:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A2k4cgocSVcB for ; Tue, 26 May 2015 08:20:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id A89B7915B2 for ; Tue, 26 May 2015 08:20:04 +0000 (UTC) Received: by wizk4 with SMTP id k4so68424351wiz.1 for ; Tue, 26 May 2015 01:20:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=AWq7O3pvvEh8jbtRHDQQpvLfHlhrRMFaXUS8+2FCGAs=; b=fdojEuoetrUeheEiJMNDTAtsRx0JRDIp5+HgBuDulPPin2Jxp85RoIRmf/e2flQhz0 xgrVKgEUwSkSW5UfJtz2YAMi41frvdOQuExGXMCyP/OPI0wnnr+iQKjmIy3AIrXNe13J 5bLc4BIBF1sXpq1iLI2bCBy1hQeiYMvSZ+ycKKsj+adPdQeiwtYYYm7SsKxD3ra7RWYP 0R1VEJM8suiUA0r+WenODjtESqR0QY/sgHtmKBJXncT+6lF23HVDoa174cQvkwkhXU6M uJZLPQL6AThQETYqn/rvBq4DnIcXZnHNMKlUfkxCQLROh/DJpQPM5QWI/Td+/QFLiU7Q BMHQ== X-Gm-Message-State: ALoCoQlbb2vjDF9GwlSWedMym0g7Vt+FOZe5RUiFNakhXtlxl6RpO4KAPa+tULpbQqpCdF5OK/4R X-Received: by 10.194.235.100 with SMTP id ul4mr45682329wjc.33.1432628403083; Tue, 26 May 2015 01:20:03 -0700 (PDT) Received: from t450s.lan (89-92-157-132.hfc.dyn.abo.bbox.fr. [89.92.157.132]) by mx.google.com with ESMTPSA id a18sm20468582wja.46.2015.05.26.01.20.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 26 May 2015 01:20:02 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Tue, 26 May 2015 10:19:35 +0200 Message-Id: <1432628382-16799-7-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1432628382-16799-1-git-send-email-gary.bisson@boundarydevices.com> References: <1432628382-16799-1-git-send-email-gary.bisson@boundarydevices.com> Cc: thomas.petazzoni@free-electrons.com, jezz@sysmic.org, luca@lucaceresoli.net Subject: [Buildroot] [PATCH v2 06/13] freescale-imx: bump to 3.10.53-1.1.0 GA release X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This version now only applies to imx-lib and firmware-imx. All other Freescale packages have their own version from now on. Signed-off-by: Gary Bisson --- Hi all, This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/80ad0f2e5447c1fef976ff9a494d39f78b0eb6d1 https://github.com/Freescale/meta-fsl-arm/commit/b12d193092484c02d7ccf2e6d98c4887aa41b408 Those packages have been implicitely tested through gstreamer as the plugins rely on them for vpu decoding for instance: # gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm # gst-launch-1.0 playbin uri=file:///root/tears_of_steel_1080p.webm # gst-launch-1.0 filesrc location=/root/tears_of_steel_1080p.webm ! \ matroskademux ! imxvpudec ! imxipuvideosink Regards, Gary --- package/freescale-imx/freescale-imx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/freescale-imx/freescale-imx.mk b/package/freescale-imx/freescale-imx.mk index 64f3b6b..26c591b 100644 --- a/package/freescale-imx/freescale-imx.mk +++ b/package/freescale-imx/freescale-imx.mk @@ -4,7 +4,7 @@ # ################################################################################ -FREESCALE_IMX_VERSION = 3.10.17-1.0.0 +FREESCALE_IMX_VERSION = 3.10.53-1.1.0 FREESCALE_IMX_SITE = http://www.freescale.com/lgfiles/NMG/MAD/YOCTO # Helper for self-extracting binaries distributed by Freescale.