From patchwork Fri May 4 01:08:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 156791 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id B0B8AB6FD1 for ; Fri, 4 May 2012 11:09:21 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A5CD4A0264; Fri, 4 May 2012 01:09:18 +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 VcJOenEE6mFc; Fri, 4 May 2012 01:09:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C7520A0305; Fri, 4 May 2012 01:09:12 +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 21AB98F753 for ; Fri, 4 May 2012 01:09:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1CE6F8D70B for ; Fri, 4 May 2012 01:09: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 AfmNLhVXMTGn for ; Fri, 4 May 2012 01:09:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 34AB68A78B for ; Fri, 4 May 2012 01:09:11 +0000 (UTC) Received: from asgard (host105.190-136-216.telecom.net.ar [190.136.216.105]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q441965v023541 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 May 2012 22:09:08 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1336093749; bh=VllCUh1dDzfW6cQWtkGmhCBbq0YyfTcl/wdRgdbZjfg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=odC8bRwGna1Ghcl03kqkMhNMMgRRtIqNt9Wvj94K+21P9lND/uS1ESGezsnhWD2tl t+mktMM5G3QovtsISOwitd/kXTGryiI9MtuTR8HfGq7BwW7hrjFjznqpAKPuyRBV6v LwC9Qet1t59EVAqT1ppzOjNGU7WEuxGcPFmD5404= Received: by asgard (sSMTP sendmail emulation); Thu, 03 May 2012 22:09:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 3 May 2012 22:08:37 -0300 Message-Id: <1336093719-20972-6-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1336093719-20972-1-git-send-email-gustavo@zacarias.com.ar> References: <1336093719-20972-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 6/8] qemu/sparc-ss10: update to use kernel 3.3.4 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/qemu_sparc_ss10_defconfig | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig index 77250f8..62aee75 100644 --- a/configs/qemu_sparc_ss10_defconfig +++ b/configs/qemu_sparc_ss10_defconfig @@ -6,9 +6,12 @@ BR2_sparc_supersparc=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set +# Lock to 3.3 headers to avoid breaking with newer kernels +BR2_KERNEL_HEADERS_3_3=y + # Linux kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.4" BR2_LINUX_KERNEL_DEFCONFIG="sparc32" BR2_LINUX_KERNEL_ZIMAGE=y