From patchwork Tue Jul 31 21:13:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 174335 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 9FEFF2C007F for ; Wed, 1 Aug 2012 07:14:26 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1E3EBFF99D; Tue, 31 Jul 2012 21:14:25 +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 cM2eWa0Z9Gkp; Tue, 31 Jul 2012 21:14:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 51FFFFFE4B; Tue, 31 Jul 2012 21:14:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 7443D8F753 for ; Tue, 31 Jul 2012 21:14:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 70748A0132 for ; Tue, 31 Jul 2012 21:14:21 +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 RMkkCRL2hky9 for ; Tue, 31 Jul 2012 21:14:20 +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 hemlock.osuosl.org (Postfix) with ESMTPS id E45BCA0021 for ; Tue, 31 Jul 2012 21:14:19 +0000 (UTC) Received: from asgard (host201.190-227-59.telecom.net.ar [190.227.59.201]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q6VLECAR009666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2012 21:14:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1343769256; bh=YcLM/S3c19xruKs6ZevwyEMJsqq2gCiL2KpeZDvjlvg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=sbzoAsa/nnAOwIKxHzrE/8/U5KI0ATBkXRFI9BFnsRHhTpSrm6n84I9Y4R/01tTOY Xyq4gIjmvSgvDZVV/QtLml9T1Z8V68uszyJ5FgTEZHyYJrjTc1s81cBVzElbO6cRDZ wEDpspbE2UwBhS4sow+sNUN64v0ePiTV5NVJR2HY= Received: by asgard (sSMTP sendmail emulation); Tue, 31 Jul 2012 18:14:11 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 31 Jul 2012 18:13:15 -0300 Message-Id: <1343769195-25220-11-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1343769195-25220-1-git-send-email-gustavo@zacarias.com.ar> References: <1343769195-25220-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 11/11] qemu/x86: update to use kernel 3.4.7 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.3.config => linux-3.4.config} | 0 board/qemu/x86/readme.txt | 2 ++ configs/qemu_x86_defconfig | 8 ++++---- 3 files changed, 6 insertions(+), 4 deletions(-) rename board/qemu/x86/{linux-3.3.config => linux-3.4.config} (100%) diff --git a/board/qemu/x86/linux-3.3.config b/board/qemu/x86/linux-3.4.config similarity index 100% rename from board/qemu/x86/linux-3.3.config rename to board/qemu/x86/linux-3.4.config diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt index 4ba6607..f6f5437 100644 --- a/board/qemu/x86/readme.txt +++ b/board/qemu/x86/readme.txt @@ -3,3 +3,5 @@ Run the emulation with: qemu-system-i386 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda The login prompt will appear in the graphical window. + +Tested with QEMU 1.1.1 diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig index 118cd7f..1851cec 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.3 headers to avoid breaking with newer kernels -BR2_KERNEL_HEADERS_3_3=y +# Lock to 3.4 headers to avoid breaking with newer kernels +BR2_KERNEL_HEADERS_3_4=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.3.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.4.config"