From patchwork Tue Jul 3 12:38:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 168803 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 A90F62C00BA for ; Tue, 3 Jul 2012 22:38:22 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 24625A029F; Tue, 3 Jul 2012 12:38:21 +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 RwGAhElFUfY9; Tue, 3 Jul 2012 12:38:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BADD7A0151; Tue, 3 Jul 2012 12:38:18 +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 4FD998F753 for ; Tue, 3 Jul 2012 12:38:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4AEFB30BEF for ; Tue, 3 Jul 2012 12:38:17 +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 QtP0gRJDV7Kg for ; Tue, 3 Jul 2012 12:38:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by silver.osuosl.org (Postfix) with ESMTPS id B4C512517B for ; Tue, 3 Jul 2012 12:38:15 +0000 (UTC) Received: by werb14 with SMTP id b14so3885032wer.33 for ; Tue, 03 Jul 2012 05:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=7/27PG3co1ds81mObNJsM8vaXM/4qDp9aIjwjUP6uXQ=; b=hPYnhBTMq/o2WdAqaZEvNdXrHNA9laJCHFTpmcj7XF5tFgj+tsnHkwdYLbno7wbqX+ GZMZhMgzWhMpCHyHkRiTs8OD4fOXL/W0x8uqDHFkGj+7cfaSNHKhJA+al3CrYp4hSxnK bFzRVAsOtHWEjV8FVyfEzVl3UyQP0+8NuEq2kNbyMcREZWUVLfNtWAkCqMP4CTUQbI8j YhHYmk1R6rZaBfHuOx9XY3GX8TBpzNMozARqsvwnqvEw8yVJ92LZNuXBlfmWLu5B2Cz9 sreQBor9pmRTDhDLJB8gcv6krIAVm+fLS3mdt2KAmL/Xt0sRQS6BXrlPZPQtjBjKuhkz 33jQ== Received: by 10.216.213.37 with SMTP id z37mr4246576weo.132.1341319093931; Tue, 03 Jul 2012 05:38:13 -0700 (PDT) Received: from localhost.localdomain ([81.89.61.168]) by mx.google.com with ESMTPS id m4sm30732508wie.1.2012.07.03.05.38.12 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 Jul 2012 05:38:13 -0700 (PDT) From: Marek Belisko To: buildroot@uclibc.org Date: Tue, 3 Jul 2012 14:38:02 +0200 Message-Id: <1341319082-8362-2-git-send-email-marek.belisko@open-nandra.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1341319082-8362-1-git-send-email-marek.belisko@open-nandra.com> References: <1341319082-8362-1-git-send-email-marek.belisko@open-nandra.com> Cc: Marek Belisko Subject: [Buildroot] [patch 2/2] barebox: remove old version and add last 4 versions. 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: Marek Belisko --- boot/barebox/Config.in | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 13009d2..574bfae 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -12,19 +12,15 @@ choice help Select the specific Barebox version you want to use -config BR2_TARGET_BAREBOX_2012_01 - depends on BR2_DEPRECATED - bool "2012.01" - -config BR2_TARGET_BAREBOX_2012_02 - bool "2012.02" - -config BR2_TARGET_BAREBOX_2012_03 - bool "2012.03" - config BR2_TARGET_BAREBOX_2012_04 bool "2012.04" +config BR2_TARGET_BAREBOX_2012_05 + bool "2012.05" + +config BR2_TARGET_BAREBOX_2012_06 + bool "2012.06" + config BR2_TARGET_BAREBOX_2012_07 bool "2012.07" @@ -45,10 +41,9 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2012.01.0" if BR2_TARGET_BAREBOX_2012_01 - default "2012.02.0" if BR2_TARGET_BAREBOX_2012_02 - default "2012.03.0" if BR2_TARGET_BAREBOX_2012_03 default "2012.04.0" if BR2_TARGET_BAREBOX_2012_04 + default "2012.05.0" if BR2_TARGET_BAREBOX_2012_05 + default "2012.06.0" if BR2_TARGET_BAREBOX_2012_06 default "2012.07.0" if BR2_TARGET_BAREBOX_2012_07 default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT