From patchwork Fri Feb 8 11:36:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 219119 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 6A90D2C0089 for ; Fri, 8 Feb 2013 22:37:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C33901013B3; Fri, 8 Feb 2013 11:37:18 +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 Blj1918d2x+D; Fri, 8 Feb 2013 11:37:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 772A0101B24; Fri, 8 Feb 2013 11:36:37 +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 2CE418F753 for ; Fri, 8 Feb 2013 11:36:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C70158CA2A for ; Fri, 8 Feb 2013 11:36:46 +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 KE4414TG+8QH for ; Fri, 8 Feb 2013 11:36:41 +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 B45FC8C950 for ; Fri, 8 Feb 2013 11:36:40 +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 r18BaXld007696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 8 Feb 2013 11:36:36 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1360323398; bh=1B3KCQf9haUTP7uc0JGNR6CnUoKkFtREQDHgueOC0FU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=aXTu/EtZLiH+jdmvx1nuyhCjac2Qhu7LYntnHT6DJE82eKTjHwSnK5g1aNPfj69Ww O6mHglAwBf2QU3Fi1B/+8e5aRWUtqiWQ/KhpmxFdAZhe0gwE18JQqTyz4Zzt35VM8Z srEjQ2JH8W9W59bo3CJskhMpiiEAf2kdFjJNE2fE= Received: by asgard (sSMTP sendmail emulation); Fri, 08 Feb 2013 08:36:32 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 8 Feb 2013 08:36:05 -0300 Message-Id: <1360323365-5936-5-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1360323365-5936-1-git-send-email-gustavo@zacarias.com.ar> References: <1360323365-5936-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 5/5] config/kb9202_defconfig: update to latest at91 kernel and lock headers 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: Gustavo Zacarias --- configs/kb9202_defconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig index 50b278c..1d01a22 100644 --- a/configs/kb9202_defconfig +++ b/configs/kb9202_defconfig @@ -5,10 +5,14 @@ BR2_arm920t=y # Filesystem BR2_TARGET_ROOTFS_TAR=y +# Lock down headers to avoid breaking with new defaults +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="2.6.38.8" + # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.33" -BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.33-at91.patch.gz" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8" +BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.38-at91.patch.gz" BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="kb9202"