From patchwork Mon Jun 3 11:52:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 248244 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 5245A2C00A4 for ; Mon, 3 Jun 2013 21:53:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0817D8D097; Mon, 3 Jun 2013 11:53:14 +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 yTKN6pkaLzej; Mon, 3 Jun 2013 11:53:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A7D568D383; Mon, 3 Jun 2013 11:53:00 +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 5A6998F7A4 for ; Mon, 3 Jun 2013 11:53:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1CF1FA00DE for ; Mon, 3 Jun 2013 11:52:54 +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 fzP5VjBp9Z+P for ; Mon, 3 Jun 2013 11:52:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by hemlock.osuosl.org (Postfix) with ESMTPS id 3A04AA00CE for ; Mon, 3 Jun 2013 11:52:53 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id uo1so5607804pbc.15 for ; Mon, 03 Jun 2013 04:52:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=JguFPacd0Lh4EpPWK1+aci2YEjt16X7ziGM0V5oVaAI=; b=mPHcRniRiZ4ec9WPz89c5NeqeAeMcEwhv5LExVVjZJAqW9K54UjvmKunHw3TaNzhvp nD8XPEfBw3E/66UuHqXRYLFe4SrKqS/R9+p2W3GgJtW4n6tS2ZjycW8bNNOHfc9jrVNO TPW6V/EBSzSbwpY/q/DQzBEYwPQVHLhpQvO4Ilwms9im6GyYP4Q+lpMEwBWyPKOxOSV/ bBsIvDHLY6m7lZWLkMt2bijMw7NLF/ZUuAjtSsIH8ylWDk5dPChKFZItRuK2sS4t+Ton M65p5hDIauYAaM2YcBp20mDxSElY0Uq8IJ5LnqneffTZaxUzwznS4rhRnAX6LgBbpKG2 AB4w== X-Received: by 10.67.4.196 with SMTP id cg4mr24117445pad.117.1370260375927; Mon, 03 Jun 2013 04:52:55 -0700 (PDT) Received: from ld2036.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id l4sm58842829pbo.6.2013.06.03.04.52.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 03 Jun 2013 04:52:55 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 3 Jun 2013 13:52:50 +0200 Message-Id: <1370260370-7147-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.1.4 Subject: [Buildroot] [PATCH] barebox: bump to version 2013.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 09edecf..9fa8c5d 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 "2013.05.1" + bool "2013.06.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2013.05.1" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2013.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