From patchwork Thu Feb 7 12:59:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 218923 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E87ED2C0090 for ; Thu, 7 Feb 2013 23:59:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3F5422F8EC; Thu, 7 Feb 2013 12:59:31 +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 tOWsB2OHvuml; Thu, 7 Feb 2013 12:59:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E61B72D1AE; Thu, 7 Feb 2013 12:59:29 +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 E10788F753 for ; Thu, 7 Feb 2013 12:59:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A0EDB20163 for ; Thu, 7 Feb 2013 12:59:28 +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 h49cOwYFMhuu for ; Thu, 7 Feb 2013 12:59:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f50.google.com (mail-ee0-f50.google.com [74.125.83.50]) by silver.osuosl.org (Postfix) with ESMTPS id C62872DF1D for ; Thu, 7 Feb 2013 12:59:27 +0000 (UTC) Received: by mail-ee0-f50.google.com with SMTP id e51so1448895eek.9 for ; Thu, 07 Feb 2013 04:59:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=YEfn0xEq7cqzJTzRaq0R9jP7YwXD+s8jXkRVEjO6PIo=; b=Iv3HyJ7Avkc9JBUl97gCiNBJLqn4boHOcsg9dKdeMPRUjOyyqOilI93jtCtzCSh2OH YKi6sZSJit3A/aG3JwOCWfiLqmUIKIGEo8w4YcMpCsPmQYrBaC4YhBAUddWb8K2Q9Ba1 McNWOw7R1qgO1uLL4lRzf8A87zu8J7n3lx82RMCwg4TJc5/l/X+c5dW1XkmS/aXtHQ0j zIX4A4XzJ1zmA347zf9yyz24j3JucWoUHD9GP3CdJQ11khgdlRwcNV2RHjbxJhpqxHIN 6s8ktdN0JNih+aHpt4Vuh2TABCNM0DLf+u1hhizkUDt6THpeMhdYUaiVr0bQgNE4L6zq 1OQA== X-Received: by 10.14.214.67 with SMTP id b43mr3781304eep.33.1360241965724; Thu, 07 Feb 2013 04:59:25 -0800 (PST) Received: from ld2036.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPS id a1sm16666248eep.2.2013.02.07.04.59.23 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 04:59:24 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Thu, 7 Feb 2013 13:59:22 +0100 Message-Id: <1360241962-32182-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.1.1 Subject: [Buildroot] [PATCH] barebox: add 2013.02.0, remove 2012.10 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 1ffe596..769a1bd 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -8,13 +8,10 @@ config BR2_TARGET_BAREBOX if BR2_TARGET_BAREBOX choice prompt "version" - default BR2_TARGET_BAREBOX_2013_01 + default BR2_TARGET_BAREBOX_2013_02 help Select the specific Barebox version you want to use -config BR2_TARGET_BAREBOX_2012_10 - bool "2012.10" - config BR2_TARGET_BAREBOX_2012_11 bool "2012.11" @@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2012_12 config BR2_TARGET_BAREBOX_2013_01 bool "2013.01.0" +config BR2_TARGET_BAREBOX_2013_02 + bool "2013.02.0" + config BR2_TARGET_BAREBOX_CUSTOM_TARBALL bool "Custom tarball" @@ -41,10 +41,10 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2012.10.0" if BR2_TARGET_BAREBOX_2012_10 default "2012.11.0" if BR2_TARGET_BAREBOX_2012_11 default "2012.12.1" if BR2_TARGET_BAREBOX_2012_12 default "2013.01.0" if BR2_TARGET_BAREBOX_2013_01 + default "2013.02.0" if BR2_TARGET_BAREBOX_2013_02 default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT