From patchwork Tue Jul 9 08:19:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 257664 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 50D072C02EE for ; Tue, 9 Jul 2013 18:20:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3A02B939FB; Tue, 9 Jul 2013 08:20:03 +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 g5KjC9HhsA39; Tue, 9 Jul 2013 08:20:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id EE16D93A9E; Tue, 9 Jul 2013 08:20:01 +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 1172B1BFAAB for ; Tue, 9 Jul 2013 08:20:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7723AA001D for ; Tue, 9 Jul 2013 08:19:56 +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 t3E2FXRRfyUi for ; Tue, 9 Jul 2013 08:19:55 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by hemlock.osuosl.org (Postfix) with ESMTPS id 919A2A00BA for ; Tue, 9 Jul 2013 08:19:55 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id ld11so5309458pab.22 for ; Tue, 09 Jul 2013 01:19:59 -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=XVaIds9pAb3IDJY8yONtZXumCuuXN/pYXxjDiZlzilY=; b=bqaw/VqjtQCGLvpNYWnlNsRDxPqf7bwAqQYwNBdtIVwUf0SZmBo7H7eZ5z4yDebV8/ SNafabnJzljMp7HTLJQOpFVmegfsai2/U/iVN3MGwl/3qKXF1zZbwYCHtqjNK0JTQAW3 04tQQXrOYRDQZLRRqpwx9zxGqbiZOvaQfDn/+gL23+x5zjd2zDPsBFF0q4DTx1GfNhx2 AQSQ5UBCT6D4RLTepHLUEoSGCbL0rcdWo2g1e44hr5JDBZQ1RlYM7lxn3wUxsz2SUyrP mHvOUXv1m5z+LLybvGtHPnJays32q8K6aoIeAp0T2f6l5dGpX18PZM3InqYdEaY5ocFR RRKA== X-Received: by 10.66.164.232 with SMTP id yt8mr27055617pab.21.1373357999638; Tue, 09 Jul 2013 01:19:59 -0700 (PDT) Received: from ld2036.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id qb15sm28816452pab.13.2013.07.09.01.19.57 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 09 Jul 2013 01:19:58 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 9 Jul 2013 10:19:54 +0200 Message-Id: <1373357994-17383-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.07.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 9fa8c5d..156cd73 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.06.0" + bool "2013.07.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2013.06.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2013.07.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