From patchwork Thu May 5 15:30:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 618990 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 3r0zQF2Vknz9sCp for ; Fri, 6 May 2016 01:31:01 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=bycTyBYs; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 69B8FC036A; Thu, 5 May 2016 15:31:00 +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 y8KhnkyzkJE4; Thu, 5 May 2016 15:30:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0003CC0369; Thu, 5 May 2016 15:30:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E60721C2B76 for ; Thu, 5 May 2016 15:30:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E3AB9896D7 for ; Thu, 5 May 2016 15:30:45 +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 bn9xy0Mn6IKT for ; Thu, 5 May 2016 15:30:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 313328783D for ; Thu, 5 May 2016 15:30:45 +0000 (UTC) Received: from asgard (cpe-186-22-138-122.telecentro-reversos.com.ar [186.22.138.122] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u45FUcdK024131 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 5 May 2016 15:30:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1462462243; bh=7E9nkvSvP6mhzMAKbt/m9vu7yGxniaVFZqzhM6OTQx8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=bycTyBYsjbR32F07p06e7F1+QKU1QCPJ+W7mb7FPGAe5W9KzQVPF/hEVGjYlESEyo 21UMenija1zSjuXJEvm2CjywUKUzkeC1LOu5zz1OahHBTqXzFI517hbOVZg71y2T4d oDvEkYm8LHy2FtbN/msN4Dc24jM/TF8aDSrnxpIE= Received: by asgard (sSMTP sendmail emulation); Thu, 05 May 2016 12:30:37 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 5 May 2016 12:30:29 -0300 Message-Id: <1462462230-30078-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1462462230-30078-1-git-send-email-gustavo@zacarias.com.ar> References: <1462462230-30078-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/3] configs/freescale_p1010rdb_pa: lock down binutils version 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" The used U-Boot version (2014.01) isn't too happy with newer (>= 2.25) binutils versions, so keep it locked down until the config is updated for a newer version. Signed-off-by: Gustavo Zacarias --- configs/freescale_p1010rdb_pa_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/freescale_p1010rdb_pa_defconfig b/configs/freescale_p1010rdb_pa_defconfig index 93096de..7f48248 100644 --- a/configs/freescale_p1010rdb_pa_defconfig +++ b/configs/freescale_p1010rdb_pa_defconfig @@ -27,6 +27,8 @@ BR2_TARGET_GENERIC_GETTY=y BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" # Bootloader +# Lock down binutils to <2.25 to avoid U-Boot build failure +BR2_BINUTILS_VERSION_2_24_X=y BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="P1010RDB-PA_NOR" BR2_TARGET_UBOOT_CUSTOM_VERSION=y