From patchwork Sat Oct 24 08:49:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 535372 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 48A62141316 for ; Sat, 24 Oct 2015 19:49:36 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=GDOzD9un; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8EB4A88583; Sat, 24 Oct 2015 08:49:35 +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 uQkkdswMtcHW; Sat, 24 Oct 2015 08:49:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 89EA888297; Sat, 24 Oct 2015 08:49:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 95E481C1034 for ; Sat, 24 Oct 2015 08:49:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9112B85778 for ; Sat, 24 Oct 2015 08:49:32 +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 OQNYJ65hhpMW for ; Sat, 24 Oct 2015 08:49:31 +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 fraxinus.osuosl.org (Postfix) with ESMTPS id 43F3884163 for ; Sat, 24 Oct 2015 08:49:31 +0000 (UTC) Received: by wicfx6 with SMTP id fx6so57390855wic.1 for ; Sat, 24 Oct 2015 01:49:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=BXItmJJjANBh2HmNg2N3oT/lf8+MZAT8Y/w67sFaWD4=; b=GDOzD9un0FmmhLuxCKuIfZ5s87ZIdb2sE3OkRKkhofTHrVZ6NRuNYd5BCQYvLtXDNn rfKmbxr9sZ7ablskBYbRnqhiEWisUAQNb0jWwdjBiESvYJjZ6oBVWUqPwWGE4/c/mCJr zdodB9TAh86//WmupNvecUdP4HvDR+CUkft3tMxt3bIKz3d6R4zakPFWnxb0FiXnBmXq Euw8fHvbQfN7ATeDlY3ZYq1y6qjxGRCvLi1LyA/TztjEJrVA6sVy15d0Qq8WgI8CpFst Lwb5Hele1Z5nfPaGpVAUuT0J9HCUCaiSFysYqZTeNw+J6AcpMqEEhPVfoM+r5ktzWKka 6IqQ== X-Received: by 10.180.20.17 with SMTP id j17mr9587164wie.56.1445676569728; Sat, 24 Oct 2015 01:49:29 -0700 (PDT) Received: from dell.be.48ers.dk ([2001:6f8:1434:0:6267:20ff:fe4e:21b6]) by smtp.gmail.com with ESMTPSA id jd9sm5852659wic.0.2015.10.24.01.49.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Oct 2015 01:49:28 -0700 (PDT) Received: from peko by dell.be.48ers.dk with local (Exim 4.84) (envelope-from ) id 1ZpuVy-0006Ou-P4; Sat, 24 Oct 2015 10:49:26 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Sat, 24 Oct 2015 10:49:21 +0200 Message-Id: <1445676562-24568-1-git-send-email-peter@korsgaard.com> X-Mailer: git-send-email 2.1.4 Subject: [Buildroot] [PATCH 1/2] uboot: bump version to 2015.10 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" Keep the 2015.07 patch so things still work for people using 2015.07. Signed-off-by: Peter Korsgaard --- boot/uboot/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 8643dab..b75006b 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -38,7 +38,7 @@ choice Select the specific U-Boot version you want to use config BR2_TARGET_UBOOT_LATEST_VERSION - bool "2015.07" + bool "2015.10" config BR2_TARGET_UBOOT_CUSTOM_VERSION bool "Custom version" @@ -83,7 +83,7 @@ endif config BR2_TARGET_UBOOT_VERSION string - default "2015.07" if BR2_TARGET_UBOOT_LATEST_VERSION + default "2015.10" if BR2_TARGET_UBOOT_LATEST_VERSION default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \ if BR2_TARGET_UBOOT_CUSTOM_VERSION default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL