From patchwork Mon Feb 2 21:10:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 435637 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 B5AF714012F for ; Tue, 3 Feb 2015 08:10:18 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F18AE8AF16; Mon, 2 Feb 2015 21:10:17 +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 34jo2MKZnMJY; Mon, 2 Feb 2015 21:10:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 702D48A580; Mon, 2 Feb 2015 21:10:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 1B19F1C2826 for ; Mon, 2 Feb 2015 21:10:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 178D289F2B for ; Mon, 2 Feb 2015 21:10:16 +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 nWdHN9ktn0vS for ; Mon, 2 Feb 2015 21:10:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 401FC8B188 for ; Mon, 2 Feb 2015 21:10:15 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id q59so41445352wes.10 for ; Mon, 02 Feb 2015 13:10:13 -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=N/rk6Oywa+X1HpMqbZ2EGphs6qyxZ2wATb00EjDLaZY=; b=G+iNZT7I0ls+T3SVvQocgIsajGMG9VfyoLbZZoOFGT5qZ+2XMQ9w4z/HZGin/Ft89t dSUIYYvTvdY9Ac6ai5CxE1tcecQzVOZrQtTET05nmGzOP2tFRbQXojBJpbkDBCc2mn6h 0RfJ9GLyFO0yi3y2AncgJFe4NsrQkm6sajfOfq+tPSDETeRf6HnObDTLs/upyL05EzeE nVF8LXXYkMP7pMV/CQ6XrjZV2TXRbdtu3dRNtZaNcBBUeDMW6+sDgFpqF/ImPUfC7O2G IW4Hm4TmDL6r//fKiaxpGti47BbE6/pk6SUvxyO7k1iYQTsbjBOr0/5lPxhmi+npgyGD IT5w== X-Received: by 10.180.20.226 with SMTP id q2mr29041500wie.28.1422911413760; Mon, 02 Feb 2015 13:10:13 -0800 (PST) Received: from mobeast.localdomain (dynamic-adsl-78-15-116-99.clienti.tiscali.it. [78.15.116.99]) by mx.google.com with ESMTPSA id fo17sm29547369wjc.19.2015.02.02.13.10.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 13:10:12 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 2 Feb 2015 22:10:10 +0100 Message-Id: <1422911410-956-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH] barebox: bump to version 2015.02.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 b4439a7..48431bd 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 "2015.01.0" + bool "2015.02.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2015.01.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2015.02.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