From patchwork Tue Jul 3 12:38:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 168804 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 CBA5A2C00BA for ; Tue, 3 Jul 2012 22:38:29 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D24CCA0204; Tue, 3 Jul 2012 12:38:28 +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 Cs8QsmQmKC0y; Tue, 3 Jul 2012 12:38:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C7F85A01E2; Tue, 3 Jul 2012 12:38:19 +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 EA8898F753 for ; Tue, 3 Jul 2012 12:38:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DCE7F8A9BD for ; Tue, 3 Jul 2012 12:38:17 +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 5fGAWmjm42Ki for ; Tue, 3 Jul 2012 12:38:15 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 866038A3ED for ; Tue, 3 Jul 2012 12:38:14 +0000 (UTC) Received: by werb14 with SMTP id b14so3885015wer.33 for ; Tue, 03 Jul 2012 05:38:12 -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; bh=+utfrG3qUG3CIQ52FIbxGbT4mLeUGSJxYhEMH6+TXjs=; b=eaEbvCfUrDVNEcdASRHQSQtw0X/glWgnzlO9ZwbVdCuE/fS3TGHS7H7YocPTBHRQqM p6DVJq8u+QVENOHcV/MZpvFp/Fhfca9nIZ7nHMmdbrcx+ht9wkRVjz2dPR1CDl9UIDUu rA7s2yFW/+YIR6aM304d7sW7R6Sfn7yx+eKzw2yXUleavpX7CxfMMPSxMbLjEqCPqsFb Anc3T0/fTEe9XWny0p/BLSLy272X1ShqP2DLzOw6sU9XSMwrchOTgCjp+sQCXQBlJnI8 0JV+o4n67c4+tasmWv6ELXChNsnITUYQEzBnOMxe15Dr29U8EkUcrPAjymE3H7p90tsX 4wIA== Received: by 10.216.65.65 with SMTP id e43mr4237963wed.104.1341319092510; Tue, 03 Jul 2012 05:38:12 -0700 (PDT) Received: from localhost.localdomain ([81.89.61.168]) by mx.google.com with ESMTPS id m4sm30732508wie.1.2012.07.03.05.38.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 Jul 2012 05:38:11 -0700 (PDT) From: Marek Belisko To: buildroot@uclibc.org Date: Tue, 3 Jul 2012 14:38:01 +0200 Message-Id: <1341319082-8362-1-git-send-email-marek.belisko@open-nandra.com> X-Mailer: git-send-email 1.7.5.4 Cc: Marek Belisko Subject: [Buildroot] [patch 1/2] barebox: bump to 2012.07 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 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 09a82eb..13009d2 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -8,7 +8,7 @@ config BR2_TARGET_BAREBOX if BR2_TARGET_BAREBOX choice prompt "version" - default BR2_TARGET_BAREBOX_2012_04 + default BR2_TARGET_BAREBOX_2012_07 help Select the specific Barebox version you want to use @@ -25,6 +25,9 @@ config BR2_TARGET_BAREBOX_2012_03 config BR2_TARGET_BAREBOX_2012_04 bool "2012.04" +config BR2_TARGET_BAREBOX_2012_07 + bool "2012.07" + config BR2_TARGET_BAREBOX_CUSTOM_TARBALL bool "Custom tarball" @@ -46,6 +49,7 @@ config BR2_TARGET_BAREBOX_VERSION 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.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