From patchwork Fri Sep 21 14:54:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 185764 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 7E3152C007D for ; Sat, 22 Sep 2012 00:55:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F113F8C034; Fri, 21 Sep 2012 14:55:17 +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 q32N7SeVdfX7; Fri, 21 Sep 2012 14:55:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D70868D659; Fri, 21 Sep 2012 14:55: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 B58D18F74A for ; Fri, 21 Sep 2012 14:54:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E07608AEBE for ; Fri, 21 Sep 2012 14:54:57 +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 Ym5k9mdpU8KS for ; Fri, 21 Sep 2012 14:54:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3F8C38D5BB for ; Fri, 21 Sep 2012 14:54:52 +0000 (UTC) Received: from asgard (host55.190-231-14.telecom.net.ar [190.231.14.55]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q8LEsjI1022701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Sep 2012 14:54:48 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1348239290; bh=8bGiRXyr9uG2y1182TGXh23Eto6NYad+Oh4Dyt1rTeM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=K7DeR8naO1ZBlcW/uAqGIdblIP2igELSk2LLRhSBm0ArpZuGHtgRg0EM1/0Ls+8Kb m4LYgFW2NKP3xZ3xf5MPRsUU7DXsIREAL+Vah0vts4oyj88qbPAEyoV81lnQdt7qwr iPGD64HeCBfpp7FRlfvNqWeun4RcWJdmGP9Vr5y4= Received: by asgard (sSMTP sendmail emulation); Fri, 21 Sep 2012 11:54:45 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 21 Sep 2012 11:54:23 -0300 Message-Id: <1348239271-17456-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1348239271-17456-1-git-send-email-gustavo@zacarias.com.ar> References: <1348239271-17456-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 03/11] qemu/x86: update to use kernel 3.5.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 --- .../x86/{linux-3.4.config => linux-3.5.config} | 0 configs/qemu_x86_defconfig | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename board/qemu/x86/{linux-3.4.config => linux-3.5.config} (100%) diff --git a/board/qemu/x86/linux-3.4.config b/board/qemu/x86/linux-3.5.config similarity index 100% rename from board/qemu/x86/linux-3.4.config rename to board/qemu/x86/linux-3.5.config diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig index 1851cec..73c16a3 100644 --- a/configs/qemu_x86_defconfig +++ b/configs/qemu_x86_defconfig @@ -10,12 +10,12 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1" BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set -# Lock to 3.4 headers to avoid breaking with newer kernels -BR2_KERNEL_HEADERS_3_4=y +# Lock to 3.5 headers to avoid breaking with newer kernels +BR2_KERNEL_HEADERS_3_5=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.4.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.5.config"