From patchwork Fri Apr 11 12:47:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 338505 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 A4E51140086 for ; Fri, 11 Apr 2014 22:47:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D89828A999; Fri, 11 Apr 2014 12:47:42 +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 PrnQsEBfUeVe; Fri, 11 Apr 2014 12:47:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id DF67A8A9A2; Fri, 11 Apr 2014 12:47:41 +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 E1DB01C1EFA for ; Fri, 11 Apr 2014 12:47:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E0D848BE99 for ; Fri, 11 Apr 2014 12:47:40 +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 h4vluGaPhleo for ; Fri, 11 Apr 2014 12:47:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 8314E8BE87 for ; Fri, 11 Apr 2014 12:47:40 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id y10so5224332pdj.41 for ; Fri, 11 Apr 2014 05:47:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=X1WeZGFWNwEzbkfZ3F8V8h+JPdjSVGm6EoEEuw7KpQ0=; b=QaQFtcTA6G13hmPbNNqDF3su5UN8de+42n8TDArv65E68xb45zC4mThMxsOlI5Lhf0 UINIJVK3erTOX0HUafOo8bfjHwLxa7O8EPJG0oy2sLLL2w7XtJxXBRBusJ53HbikLjCJ KvhrSuFfBmnjmP5tc3DE6vys/hreTb4i7eR52NRsWXn0jpCJAzG5X8GSptQjG/fugcUA cOTrNGGcCZj0DhwuILig0WzLOTBz6N3ls/tg+RxgpO004Iy4A4RLW9OpGOhoXikSpyGr E6oO4xxuAKj+xXkrVoAgHvPPjVzxqjyiUrs52ljSjQqDEcbNulUvOSOudN0f1Nn1ttyE YKKg== X-Received: by 10.66.184.239 with SMTP id ex15mr12062940pac.122.1397220458831; Fri, 11 Apr 2014 05:47:38 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id g6sm35741032pat.2.2014.04.11.05.47.37 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Apr 2014 05:47:38 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Fri, 11 Apr 2014 14:47:35 +0200 Message-Id: <1397220455-19617-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] barebox: bump to version 2014.04.0 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: 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 ef37262..2924a2a 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.03.0" + bool "2014.04.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2014.03.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2014.04.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