From patchwork Fri Dec 7 10:51:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 204449 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 A65EF2C00FB for ; Fri, 7 Dec 2012 21:51:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6518BA028E; Fri, 7 Dec 2012 10:51:39 +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 5r0FSFMJeDQP; Fri, 7 Dec 2012 10:51:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5C737A00D2; Fri, 7 Dec 2012 10:51:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BC7868F753 for ; Fri, 7 Dec 2012 10:51:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4EF238BB26 for ; Fri, 7 Dec 2012 10:51:36 +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 X57do82VQ0Xy for ; Fri, 7 Dec 2012 10:51:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) by whitealder.osuosl.org (Postfix) with ESMTPS id 218938B77D for ; Fri, 7 Dec 2012 10:51:34 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id e53so202692eek.33 for ; Fri, 07 Dec 2012 02:51:33 -0800 (PST) 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=FMdqbWOOdv4YjHVGwpjOKmi4nmJNb3oxjWZS48ZzU18=; b=bH64l2W3cUU3WuQzcGntitltRB38W7PMew8SWRNgX/5Og49A2nKzsVneCI+ys8sTKa YMvYNPbov1lzNwulhFqWgKSGHTt+ihHMiH5u3zL/86p8psHiIlzLwdl5pCinTKu2hv7f 3hv/Q0jZRy+LlDCmUp2lZlHd5BmkfiixjVuPbsiYJvwimCrW3SmlZ9hP8TMNR/zaEqap WZORwkK25W9Qjr+aE34a+V5xdV8hAIgxwGByR2WAFzYBhmJp+SIb79dCQQaCHgpjjvKv eguMoC6sd05iPZslXqm4nfdp2PRy3D5eadZi5j2wO2G6Wn32bpW9ZFUNVvwIrIVXapcG wnaQ== Received: by 10.14.173.65 with SMTP id u41mr15570097eel.13.1354877493548; Fri, 07 Dec 2012 02:51:33 -0800 (PST) Received: from ld2036.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPS id b49sm21871451eem.16.2012.12.07.02.51.31 (version=SSLv3 cipher=OTHER); Fri, 07 Dec 2012 02:51:32 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Fri, 7 Dec 2012 11:51:30 +0100 Message-Id: <1354877490-15585-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.0 Subject: [Buildroot] [PATCH] barebox: add 2012.12, remove 2012.08 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 95f330f..e7498a8 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_2012_11 + default BR2_TARGET_BAREBOX_2012_12 help Select the specific Barebox version you want to use -config BR2_TARGET_BAREBOX_2012_08 - bool "2012.08" - config BR2_TARGET_BAREBOX_2012_09 bool "2012.09" @@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2012_10 config BR2_TARGET_BAREBOX_2012_11 bool "2012.11" +config BR2_TARGET_BAREBOX_2012_12 + bool "2012.12" + config BR2_TARGET_BAREBOX_CUSTOM_TARBALL bool "Custom tarball" @@ -41,10 +41,10 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2012.08.0" if BR2_TARGET_BAREBOX_2012_08 default "2012.09.0" if BR2_TARGET_BAREBOX_2012_09 default "2012.10.0" if BR2_TARGET_BAREBOX_2012_10 default "2012.11.0" if BR2_TARGET_BAREBOX_2012_11 + default "2012.12.0" if BR2_TARGET_BAREBOX_2012_12 default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT