From patchwork Fri May 3 08:22:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 241245 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 995E72C00D0 for ; Fri, 3 May 2013 18:22:35 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 17E1C8D38B; Fri, 3 May 2013 08:22:31 +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 AwvF1UnmbH+b; Fri, 3 May 2013 08:22:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AE3A88D3A0; Fri, 3 May 2013 08:22:21 +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 482EA8F7A0 for ; Fri, 3 May 2013 08:22:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B82C68D38E for ; Fri, 3 May 2013 08:22:16 +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 juOM81xqF+ln for ; Fri, 3 May 2013 08:22:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8007A8D38A for ; Fri, 3 May 2013 08:22:14 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id w11so806680pde.37 for ; Fri, 03 May 2013 01:22:14 -0700 (PDT) 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:in-reply-to :references; bh=3mAYKEH3YJ6N7ji7cQLn7jWqZm3Zswhpfi9Yp458fqY=; b=oKzo0iyB95LysBrqdIb/uceXo7cvWPG953ZhITialYkyKQPjM4WFGA/SzNnRUHxYAE ntPkwaNTjRaSxT3eWblo5Jqq/CEMV7UdxXhQJ2APmU0vvRStH/WYXSiePpgRwgWT60WR 4mb6HlXRTw1aC0sLg4GGBWxPyioRY1vGuqd6OEmnkiO7wWl+aenCx9wgh93c79AR36dc 5kI2PyrJ6wWHhLdfXYtmS/Wl6pIMFn8PJH2IVatYXVsVdzlCL/CJkddKygCaephKmvzK oTVhH5WhO4EADgf4Ve+7Hp+bENYhcqK+eJb3zFnIt0TEx55wW68ahtFk8U6PMB7fgg0u OVgg== X-Received: by 10.68.129.10 with SMTP id ns10mr11171736pbb.13.1367569334067; Fri, 03 May 2013 01:22:14 -0700 (PDT) Received: from ld2036.tmt.telital.com.com ([213.205.6.118]) by mx.google.com with ESMTPSA id hp1sm11923731pac.3.2013.05.03.01.22.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 03 May 2013 01:22:13 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Fri, 3 May 2013 10:22:03 +0200 Message-Id: <1367569325-30867-2-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1367569325-30867-1-git-send-email-fabio.porcedda@gmail.com> References: <1367569325-30867-1-git-send-email-fabio.porcedda@gmail.com> Subject: [Buildroot] [PATCH 1/3] barebox: add custom version option 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 Add custom version option as used in the linux kernel. This way we can easily specify newer and older version. Remove the list of the older versions because is obsoleted by the new custom version option that is more flexible. Signed-off-by: Fabio Porcedda --- boot/barebox/Config.in | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 581cc52..5e03913 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -8,22 +8,17 @@ config BR2_TARGET_BAREBOX if BR2_TARGET_BAREBOX choice prompt "version" - default BR2_TARGET_BAREBOX_2013_04 help Select the specific Barebox version you want to use -config BR2_TARGET_BAREBOX_2013_01 - bool "2013.01.0" - -config BR2_TARGET_BAREBOX_2013_02 - bool "2013.02.0" - -config BR2_TARGET_BAREBOX_2013_03 - bool "2013.03.0" - config BR2_TARGET_BAREBOX_2013_04 bool "2013.04.0" +config BR2_TARGET_BAREBOX_CUSTOM_VERSION + bool "Custom version" + help + This option allows to use a specific official versions + config BR2_TARGET_BAREBOX_CUSTOM_TARBALL bool "Custom tarball" @@ -32,6 +27,10 @@ config BR2_TARGET_BAREBOX_CUSTOM_GIT endchoice +config BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE + string "Barebox version" + depends on BR2_TARGET_BAREBOX_CUSTOM_VERSION + if BR2_TARGET_BAREBOX_CUSTOM_TARBALL config BR2_TARGET_BAREBOX_CUSTOM_TARBALL_LOCATION @@ -41,10 +40,8 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2013.01.0" if BR2_TARGET_BAREBOX_2013_01 - default "2013.02.0" if BR2_TARGET_BAREBOX_2013_02 - default "2013.03.0" if BR2_TARGET_BAREBOX_2013_03 default "2013.04.0" if BR2_TARGET_BAREBOX_2013_04 + 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