From patchwork Fri Jun 27 05:24:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 364770 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id DEF961400DE for ; Fri, 27 Jun 2014 15:26:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3123F8B603; Fri, 27 Jun 2014 05:26:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qMnM_UhMotOF; Fri, 27 Jun 2014 05:26:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 26B188B163; Fri, 27 Jun 2014 05:26:04 +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 91FCE1C2098 for ; Fri, 27 Jun 2014 05:25:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8CD638B955 for ; Fri, 27 Jun 2014 05:25:55 +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 oNQ82IXWKstx for ; Fri, 27 Jun 2014 05:25:55 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id DD9A28B086 for ; Fri, 27 Jun 2014 05:25:54 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h15so1564006igd.2 for ; Thu, 26 Jun 2014 22:25:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=llV+36w6n1KknnzRjWRxcBQgjQH+amd2koL+Ht0nQ30=; b=Lo6kOzavbor/T/3oA9ls8x9vCRKyg8EVct/qpJOGQUQZczcz5lvwBfETG2IO1nPWaK hjX6k+gxGNj+9CuP7y7+PVYdKNACc39xyVsYs2kNnGmt55m86HP4033jFT1wAFhgtfia 450ArNtAbVf2zKedtexEZigCvTic2wpZe5KPhVcr4VI+2lwaUYPkayoDm2V1LjCygRY9 dUjqRQfRARuq60a8wuz0ylz+x5Mymvib0MwB71prbD+onwt9SytPEeRD1jX0jTuSShPB cVq+0rZW5faAEx85o6CIQ9IvMAzJSKmwaDc19r6ZkN7IkAMVx+vo0dyxltHeiL8RQmR4 oMMQ== X-Received: by 10.50.61.173 with SMTP id q13mr9765463igr.34.1403846754348; Thu, 26 Jun 2014 22:25:54 -0700 (PDT) Received: from localhost.localdomain (216-50-218-2.dal-10.cvx.algx.net. [216.50.218.2]) by mx.google.com with ESMTPSA id uu8sm10678526igb.13.2014.06.26.22.25.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 26 Jun 2014 22:25:53 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Thu, 26 Jun 2014 22:24:45 -0700 Message-Id: <1403846694-21974-3-git-send-email-bisson.gary@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1403846694-21974-1-git-send-email-bisson.gary@gmail.com> References: <1403150639-29382-1-git-send-email-bisson.gary@gmail.com> <1403846694-21974-1-git-send-email-bisson.gary@gmail.com> Cc: Gary Bisson , yann.morin.1998@free.fr Subject: [Buildroot] [PATCH v2 02/11] freescale-imx: bump to version 3.10.17-1.0.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Gary Bisson --- 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 39ffa8a..843ba61 100644 --- a/package/freescale-imx/freescale-imx.mk +++ b/package/freescale-imx/freescale-imx.mk @@ -4,7 +4,7 @@ # ################################################################################ -FREESCALE_IMX_VERSION = 3.5.7-1.0.0 +FREESCALE_IMX_VERSION = 3.10.17-1.0.0 FREESCALE_IMX_SITE = http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/ include $(sort $(wildcard package/freescale-imx/*/*.mk))