From patchwork Fri Apr 12 10:21:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 236025 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 7BD392C00B0 for ; Fri, 12 Apr 2013 20:21:41 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 76E6F8F7AF; Fri, 12 Apr 2013 10:21:38 +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 46FhLy3PyjY1; Fri, 12 Apr 2013 10:21:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C41F48F6CC; Fri, 12 Apr 2013 10:21:35 +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 849BD8F7A8 for ; Fri, 12 Apr 2013 10:21:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1E8F18F6CC for ; Fri, 12 Apr 2013 10:21:34 +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 GjvLYJZE5Nxm for ; Fri, 12 Apr 2013 10:21:33 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [94.23.35.102]) by whitealder.osuosl.org (Postfix) with ESMTP id 2BFF38F661 for ; Fri, 12 Apr 2013 10:21:33 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 9B87D830; Fri, 12 Apr 2013 12:21:32 +0200 (CEST) Received: from localhost (189.58.26.109.rev.sfr.net [109.26.58.189]) by mail.free-electrons.com (Postfix) with ESMTPSA id 4F10E7CB; Fri, 12 Apr 2013 12:21:32 +0200 (CEST) From: Maxime Ripard To: buildroot@busybox.net Date: Fri, 12 Apr 2013 12:21:29 +0200 Message-Id: <1365762089-28023-1-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.7.10.4 Cc: Maxime Ripard Subject: [Buildroot] [PATCHv2] integrator926: Update the defconfig 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 the integrator926 defconfig has not been updated for quite some time, and is still asking for very old linux and u-boot releases. Now that these versions aren't present in Buildroot anymore, they default to a newer release, where, in the u-boot case, the defconfig name has changed, leading to a build failure. Signed-off-by: Maxime Ripard --- configs/integrator926_defconfig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig index e596d33..e63f455 100644 --- a/configs/integrator926_defconfig +++ b/configs/integrator926_defconfig @@ -4,13 +4,16 @@ BR2_arm926t=y # Bootloader BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="cp926ejs" -BR2_TARGET_UBOOT_2010_06=y +BR2_TARGET_UBOOT_BOARDNAME="integratorcp_cm926ejs" + +# Lock down headers to avoid breaking with new defaults +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="2.6.35" # Kernel BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_2_6_35= -BR2_LINUX_KERNEL_USE_DEFCONFIG=y +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.35" BR2_LINUX_KERNEL_DEFCONFIG="integrator" # Filesystem