From patchwork Wed Feb 6 20:21:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 218734 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 EC1582C02B7 for ; Thu, 7 Feb 2013 07:22:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AC4D78C77E; Wed, 6 Feb 2013 20:22:12 +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 EcMngD-I9dWb; Wed, 6 Feb 2013 20:22:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BB5268A3AB; Wed, 6 Feb 2013 20:22:05 +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 866598F7A0 for ; Wed, 6 Feb 2013 20:22:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3E77689C4A for ; Wed, 6 Feb 2013 20:22:04 +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 xKxMRskItBym for ; Wed, 6 Feb 2013 20:22:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 930948C6A6 for ; Wed, 6 Feb 2013 20:22:01 +0000 (UTC) Received: from asgard (host132.190-136-125.telecom.net.ar [190.136.125.132]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r16KLsqU026729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 6 Feb 2013 20:21:56 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1360182118; bh=fce6aTwLrjEtyebJ/ydmdzjOfaDLYnIgjJxZxCPQ4XY=; h=From:To:Cc:Subject:Date; b=e06b8rloB6dPDtsoKA7ip5Qpm9BfgLCSmh+GTrzWKinNOZRstRc7nM9nNXCaGPKH3 0Ay2g7tlTqJn12X9g5qCKYPS3ZwBPcFJrk0p5Z1qf0uNVocA7q38T4gv1QPf1cQxmQ t31xXmcCWdyXLhUZtHPm/9kucwP+Tvva8HF8Pgyw= Received: by asgard (sSMTP sendmail emulation); Wed, 06 Feb 2013 17:21:53 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 6 Feb 2013 17:21:53 -0300 Message-Id: <1360182113-23743-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] configs/{ea3250, fdi3250, phy3250}: lock down kernel headers version 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 Update {ea3250,fdi3250,phy3250}_defconfig to lock down kernel headers to an appropiate version. Otherwise the target is building with, at the moment of this writing, version 3.7 headers and a 2.6.34 kernel which usually isn't wise. Signed-off-by: Gustavo Zacarias --- configs/ea3250_defconfig | 4 ++++ configs/fdi3250_defconfig | 4 ++++ configs/phy3250_defconfig | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/configs/ea3250_defconfig b/configs/ea3250_defconfig index 9cd7b34..2574dde 100644 --- a/configs/ea3250_defconfig +++ b/configs/ea3250_defconfig @@ -11,6 +11,10 @@ BR2_ARM_EABI=y # that will compile a kernel with ethernet working correctly BR2_GCC_VERSION_4_3_X=y +# Lock down headers to avoid breaking with new defaults +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="2.6.34.7" +BR2_DEFAULT_KERNEL_HEADERS="2.6.34.7" # # Host utilities diff --git a/configs/fdi3250_defconfig b/configs/fdi3250_defconfig index 1fd0b05..b1c6684 100644 --- a/configs/fdi3250_defconfig +++ b/configs/fdi3250_defconfig @@ -11,6 +11,10 @@ BR2_ARM_EABI=y # that will compile a kernel with ethernet working correctly BR2_GCC_VERSION_4_3_X=y +# Lock down headers to avoid breaking with new defaults +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="2.6.34.7" +BR2_DEFAULT_KERNEL_HEADERS="2.6.34.7" # # Host utilities diff --git a/configs/phy3250_defconfig b/configs/phy3250_defconfig index bc17d5c..e95546f 100644 --- a/configs/phy3250_defconfig +++ b/configs/phy3250_defconfig @@ -11,6 +11,10 @@ BR2_ARM_EABI=y # that will compile a kernel with ethernet working correctly BR2_GCC_VERSION_4_3_X=y +# Lock down headers to avoid breaking with new defaults +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="2.6.34.7" +BR2_DEFAULT_KERNEL_HEADERS="2.6.34.7" # # Host utilities