From patchwork Fri Jun 6 09:05:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 356736 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 02107140093 for ; Fri, 6 Jun 2014 19:06:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 080A98AB49; Fri, 6 Jun 2014 09:06:06 +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 9EN7T94oMcn3; Fri, 6 Jun 2014 09:06:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A949C89F1E; Fri, 6 Jun 2014 09:06:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id B1B041C0B81 for ; Fri, 6 Jun 2014 09:06:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AE871899D1 for ; Fri, 6 Jun 2014 09:06:02 +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 eHdoyJufYv8C for ; Fri, 6 Jun 2014 09:06:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by hemlock.osuosl.org (Postfix) with ESMTPS id 10C0C8941A for ; Fri, 6 Jun 2014 09:06:01 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id k48so2521728wev.3 for ; Fri, 06 Jun 2014 02:06:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=6G1Toq092v98ojKcw+toXSyvHeL5b41xdOLpL1S24vU=; b=HEBEH+FuER3+MNHMiayZnoiMmib835lMX5qVWrOexxJpx7xQ5e97yc1Qnn2Qsm6b3E tzSFEwFt/DFQpemBGP/19JUTVhxL8MzMnlmqAEqKrkbaC6UBC5eFAhVOsMySLF/jukF5 Gvd+byiIK8eDUDI1u3/VHb2HJMrgcmIguyFPmSHjvahzEkCW258a6ZEVSSPiGd7ieRd8 tdqXyMhdxLV5xE+Wo5dqDJyK2yFd8fmgoh6bhbR1WaN9ggVJEJwzNymPS3mDm511vWPt AtxQHdOIrCr9zIlkpQMnvOFM5npuIbvnyW8oQU5hpKEG69oK9VoxYu/FGwLCvaklzsRU UX8Q== X-Received: by 10.15.36.8 with SMTP id h8mr784805eev.12.1402045559781; Fri, 06 Jun 2014 02:05:59 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id l41sm21460338eew.8.2014.06.06.02.05.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Jun 2014 02:05:58 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Fri, 6 Jun 2014 11:05:57 +0200 Message-Id: <1402045557-23699-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] barebox: bump to version 2014.06.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: Fabio Porcedda --- boot/barebox/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index b09aa20..3fb7600 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -12,7 +12,7 @@ choice Select the specific Barebox version you want to use config BR2_TARGET_BAREBOX_LATEST_VERSION - bool "2014.05.0" + bool "2014.06.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2014.05.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2014.06.0" if BR2_TARGET_BAREBOX_LATEST_VERSION default BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE if BR2_TARGET_BAREBOX_CUSTOM_VERSION default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT