From patchwork Wed Mar 21 02:45:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 147903 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 DCC2FB6ED0 for ; Wed, 21 Mar 2012 13:46:13 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8B5EC100C73; Wed, 21 Mar 2012 02:46:11 +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 TXRgCigHVu2r; Wed, 21 Mar 2012 02:46:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D5C80101394; Wed, 21 Mar 2012 02:45:54 +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 716248F75B for ; Wed, 21 Mar 2012 02:45:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 63B668CF16 for ; Wed, 21 Mar 2012 02:45:53 +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 UXBj6Cf6K9Ub for ; Wed, 21 Mar 2012 02:45:52 +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 283FD8CEB6 for ; Wed, 21 Mar 2012 02:45:52 +0000 (UTC) Received: from asgard (host249.186-109-21.telecom.net.ar [186.109.21.249]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q2L2jlfN026934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Mar 2012 23:45:49 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1332297950; bh=zO4MwdTILXcWKGheC+d9o6Gk4cdDpfu35rSV7Bg0kLg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=l4Z70ZDKN9L+768cciwLMGYx4BB8ryUMzREUAjFdglijAkuXGod1X36zaiviCqgq6 fKGrn5xP1cKjvserdFecBPjXVXiZRclp/OjZwCyFWsQROew9uyILe/FtUP2UThBnph ZrpThDd1EA0oN2A7kx9T4g2KV2z8BDf95flzirOU= Received: by asgard (sSMTP sendmail emulation); Tue, 20 Mar 2012 23:45:46 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 20 Mar 2012 23:45:13 -0300 Message-Id: <1332297913-7699-8-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1332297913-7699-1-git-send-email-gustavo@zacarias.com.ar> References: <1332297913-7699-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 8/8] qemu/x86: update to use kernel 3.3 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 Also switch documentation to use qemu-system-i386 Signed-off-by: Gustavo Zacarias --- .../x86/{linux-3.2.config => linux-3.3.config} | 0 board/qemu/x86/readme.txt | 2 +- configs/qemu_x86_defconfig | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename board/qemu/x86/{linux-3.2.config => linux-3.3.config} (100%) diff --git a/board/qemu/x86/linux-3.2.config b/board/qemu/x86/linux-3.3.config similarity index 100% rename from board/qemu/x86/linux-3.2.config rename to board/qemu/x86/linux-3.3.config diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt index c06d24f..4ba6607 100644 --- a/board/qemu/x86/readme.txt +++ b/board/qemu/x86/readme.txt @@ -1,5 +1,5 @@ Run the emulation with: - qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda + 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. diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig index d20850a..5d0e23b 100644 --- a/configs/qemu_x86_defconfig +++ b/configs/qemu_x86_defconfig @@ -13,6 +13,6 @@ BR2_TARGET_ROOTFS_EXT2=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.2.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.3.config"