From patchwork Mon Sep 8 16:19:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 386980 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 73D57140141 for ; Tue, 9 Sep 2014 02:19:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2F52532BFB; Mon, 8 Sep 2014 16:19:19 +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 5WqwxI4NOrj9; Mon, 8 Sep 2014 16:19:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C873E329FD; Mon, 8 Sep 2014 16:19:16 +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 744B41BF863 for ; Mon, 8 Sep 2014 16:19:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 70734A0001 for ; Mon, 8 Sep 2014 16:19: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 HTpbDPY6RQH1 for ; Mon, 8 Sep 2014 16:19:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by fraxinus.osuosl.org (Postfix) with ESMTPS id B5EFB8BDC6 for ; Mon, 8 Sep 2014 16:19:15 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id 10so8059977lbg.2 for ; Mon, 08 Sep 2014 09:19:13 -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=rfO1UvqMx1TowFMlyZnHJVNVfKgIZn4oKkpnEo3tpWs=; b=p7M51zZ11AlNYfwPTf9rJys8jktNXJ3aHtNnNyReV4RcWqmhhNikSywb0ld+abx9y8 foS/Yj8uwn97tZ6g8cGhZ6YE6+LPXOOW2zP04vqzNhJonagQoWEBP+LHDTFEzgwIwLdK VI+8FhYCzStpHkhJmPgJavm3at6wijye/Sl2dFlOYqENsCwO7evu8MjC3UMNKbiA4U38 qAeJp1SOVB9M8+hmE3oKZ9Q9TCmzoWm0zyQWVtHSHYtEtHuxeI8zcMkXeSnwSzSWIJ5J SC232hwyCiLdYNKj5awbmxHCi1NacXzMEtDGpFPyRsjsZ1luZSaA11xdMJ/+WdARvv9T b1Cw== X-Received: by 10.112.61.68 with SMTP id n4mr3937515lbr.91.1410193153337; Mon, 08 Sep 2014 09:19:13 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id v6sm2696698lae.11.2014.09.08.09.19.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 08 Sep 2014 09:19:12 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 8 Sep 2014 18:19:09 +0200 Message-Id: <1410193149-31887-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH] barebox: bump to version 2014.09.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 2248547..c7c89a9 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.08.0" + bool "2014.09.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2014.08.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2014.09.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