From patchwork Mon May 6 14:10: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: 241679 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 7F3E32C00CB for ; Tue, 7 May 2013 00:11:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CB457A0148; Mon, 6 May 2013 14:11:22 +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 baHSOm0sDU2Y; Mon, 6 May 2013 14:11:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C9A7AA0132; Mon, 6 May 2013 14:11:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 90E4D8F753 for ; Mon, 6 May 2013 14:11:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1BCF325D6C; Mon, 6 May 2013 14:11:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6iMFE5LZa5iS; Mon, 6 May 2013 14:11:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by silver.osuosl.org (Postfix) with ESMTPS id 97A8E252A9; Mon, 6 May 2013 14:11:10 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id y14so2034706pdi.20 for ; Mon, 06 May 2013 07:11:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=kGe2OgFpn19uSnXkzy812Su89da1hS+NN8Tzq6KBles=; b=iCSPFP8iuK0uMeYXBaFhSe0vS9GMeCHmdNUiJt1Am3ikTIaXy6A8LJx39num2O0jbJ mQCYceeiJuXzLwNY3W1FqasNeNFl1GaYBSGdxlLpo/4AbAkX57Xb+MZq4zc15xSE4jZr Q/zT7hWRRsmsVtscXbtAxeelMr6aMwkDNNISKLyeSAqw1ri+IIJRohVWimXGYe4l4z5s cbZtaafEcHgFqZDDqEH6cjzuuOO6On2+Cn25216qAHLDTdS4EHc+U/uxK+frZJL3qhlf sN/1yIzScHupXzNFczN299RPfFqSxuGQBK8q/9z/UOqxEyVLkWvJdvoYDpW1+hgpBIWJ +JgA== X-Received: by 10.66.222.228 with SMTP id qp4mr26848607pac.113.1367849470188; Mon, 06 May 2013 07:11:10 -0700 (PDT) Received: from ld2036.tmt.telital.com.com ([213.205.6.118]) by mx.google.com with ESMTPSA id sa6sm24047464pbb.26.2013.05.06.07.11.07 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 06 May 2013 07:11:09 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 6 May 2013 16:10:54 +0200 Message-Id: <1367849457-31738-3-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1367849457-31738-1-git-send-email-fabio.porcedda@gmail.com> References: <1367849457-31738-1-git-send-email-fabio.porcedda@gmail.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH v4 2/5] barebox: bump version to 2013.05.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 47926cb..21da3f9 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.04.0" + bool "2013.05.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2013.04.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2013.05.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