From patchwork Wed Jan 28 04:13:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 433772 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id ABBF3140284 for ; Wed, 28 Jan 2015 15:13:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5A255A12BB; Wed, 28 Jan 2015 04:13:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ILQdVI9puLKa; Wed, 28 Jan 2015 04:13:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 82530A1496; Wed, 28 Jan 2015 04:13:09 +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 D40601C288B for ; Wed, 28 Jan 2015 04:13:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CEB6330F1D for ; Wed, 28 Jan 2015 04:13:08 +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 PuXbIUo6MJT1 for ; Wed, 28 Jan 2015 04:13:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by silver.osuosl.org (Postfix) with ESMTPS id F134A30356 for ; Wed, 28 Jan 2015 04:13:07 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id n3so9158560wiv.1 for ; Tue, 27 Jan 2015 20:13:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=qsfC14mEq18FejaVPGECEoeF2wumwp5ydHSttzsz4Yg=; b=yvAYPNu6W+XDwHlVdBaHOrHLzgfnxjFJb+Idfa5xU7X+8EMG62IOy6NWQhkT32aMMu vkPUmRLmkXLB0ZrwizGwrbmZ+QsCD4PR3+0Vzrud6NvoSeIjpuwi7CHEE28YCyvL77tm Cd0g7+/g3WV65mzglgP+lNCgDnCGM5bPv+QHl3wnNNDwkUlvLkQ7y2To3YAko3OLoBif Z5Uh/lsLvN8CEWRZrJJUnSWHlmm/WcyA/65MVOmi4WqObpOx6fV0+NPKnImf/fthjstX mfNl86Mhcl2TY5Cd3ozOWSH85cxSWzs/SYze+/f/QZOMO7qwtTYtCGHpujH1sUCjiBNr ACkQ== X-Received: by 10.180.198.44 with SMTP id iz12mr2823793wic.36.1422418386386; Tue, 27 Jan 2015 20:13:06 -0800 (PST) Received: from mobeast.localdomain (dynamic-adsl-84-221-171-4.clienti.tiscali.it. [84.221.171.4]) by mx.google.com with ESMTPSA id w16sm1013859wia.15.2015.01.27.20.13.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 20:13:05 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Wed, 28 Jan 2015 05:13:01 +0100 Message-Id: <1422418381-5674-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH] barebox: bump to version 2015.01.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Fabio Porcedda --- boot/barebox/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 45970f2..b4439a7 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -12,7 +12,7 @@ choice Select the specific Barebox version you want to use config BR2_TARGET_BAREBOX_LATEST_VERSION - bool "2014.12.0" + bool "2015.01.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2014.12.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2015.01.0" if BR2_TARGET_BAREBOX_LATEST_VERSION 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