From patchwork Wed Dec 10 07:32:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 419441 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 1CFCC1400B7 for ; Wed, 10 Dec 2014 18:32:40 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2184095258; Wed, 10 Dec 2014 07:32:40 +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 iwnvGyY3Z4HH; Wed, 10 Dec 2014 07:32:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8B84A95237; Wed, 10 Dec 2014 07:32:39 +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 370DB1C25B3 for ; Wed, 10 Dec 2014 07:32:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3398491A54 for ; Wed, 10 Dec 2014 07:32:39 +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 n85hrX-rJVar for ; Wed, 10 Dec 2014 07:32:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5D86491A40 for ; Wed, 10 Dec 2014 07:32:38 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id b13so2822975wgh.3 for ; Tue, 09 Dec 2014 23:32:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=pVbpX3LUiGuY5GKeAbSc/CeCkjJq653V1B+TL0lUd70=; b=rIp6OMR9i5LOUCUEl8uBGmQlEc4cB3JPK7LiyRaqRl3VNdLkaMFlXYcTbUmS+eDJsM WyY4/ICqxw39ZDeDaDOptYWN/buuc9H+obSpHR9HPiiHTuMUC5CuuztQEnSUkYFxeUEv jQFYC2peSEV+0XZA73T4PG77Y+j2gW/89BuE31JSlmpaBcuF9V51pLgy3Bz5Sowc87EE p+xIrv359Eptz9uTXMqGmIjS7EP0CSLxbRM0FaJEiqS8+fbV5Ozck+xLB2Xl7FrUH/3f +DgqbWD/p8ir8Gm61sHjr32rIJ4sN83dDuP6QvAzVAhJKPf7MpaIHDG1K/CIvVaK2okz EM6g== X-Received: by 10.180.97.195 with SMTP id ec3mr3800215wib.79.1418196756562; Tue, 09 Dec 2014 23:32:36 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id cp4sm4718290wjb.16.2014.12.09.23.32.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Dec 2014 23:32:35 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Wed, 10 Dec 2014 08:32:33 +0100 Message-Id: <1418196753-5252-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.2.0 Subject: [Buildroot] [PATCH] barebox: bump to version 2014.12.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 Reviewed-by: Vicente Olivert Riera Tested-by: Vicente Olivert Riera --- 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 f534f98..45970f2 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.11.0" + bool "2014.12.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2014.11.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2014.12.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