From patchwork Fri May 4 01:08:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 156786 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 78ECBB6FA8 for ; Fri, 4 May 2012 11:08:53 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 987DEA02E3; Fri, 4 May 2012 01:08:52 +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 9H7tAm6cTOeg; Fri, 4 May 2012 01:08:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 63623A009B; Fri, 4 May 2012 01:08:50 +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 D4D318F753 for ; Fri, 4 May 2012 01:08:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BC2548D63F for ; Fri, 4 May 2012 01:08:48 +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 N+CdX9pnFxqq for ; Fri, 4 May 2012 01:08:47 +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 2E9298D51D for ; Fri, 4 May 2012 01:08:46 +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 q4418f3S023502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 May 2012 22:08:43 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1336093725; bh=pqAFZ8jKIUpPfxtNPJb59rvGlFXTrIpK7PH5GeVKess=; h=From:To:Cc:Subject:Date:Message-Id; b=NYwnD1MuSYirEPUGunGcD5rY3PNqP25CWFCvgwgfFQQ2Be8b7hLwKcrKQlj65F2k7 BCCXhqbCX+NfrjRzDOBkcoGK9PfcuzjBbgtaEIIDFXly6iBc2LWzXNDU2ENbeP6xsi J4s6+TAWsUWYGLqbphXTaHmEWSvD05FRnkpxMIMY= Received: by asgard (sSMTP sendmail emulation); Thu, 03 May 2012 22:08:40 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 3 May 2012 22:08:32 -0300 Message-Id: <1336093719-20972-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/8] qemu/sh4-r2d: update to use kernel 3.2.16 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 Bump to use kernel version 3.2.16 Still keep sh4-r2d qemu sample config on 3.2 series since the sh-sci driver from 3.3 uses unimplemented functionality (as of qemu 1.0.1) Signed-off-by: Gustavo Zacarias --- configs/qemu_sh4_r2d_defconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig index e344e71..58ace03 100644 --- a/configs/qemu_sh4_r2d_defconfig +++ b/configs/qemu_sh4_r2d_defconfig @@ -15,13 +15,12 @@ BR2_KERNEL_HEADERS_3_2=y # The kernel wants to use the -m4-nofpu option to make sure that it # doesn't use floating point operations. -BR2_GCC_VERSION_4_5_X=y BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu" # Linux kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.12" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.16" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.2.config" BR2_LINUX_KERNEL_ZIMAGE=y