Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Kang Kai <Kai.Kang@windriver.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: Koen Kooi <koen.kooi@linaro.org>,
	OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 00/25] Add machine qemuarm64
Date: Mon, 10 Nov 2014 17:42:44 +0800	[thread overview]
Message-ID: <54608894.2030909@windriver.com> (raw)
In-Reply-To: <CAJTo0LbUiPaj5aE0Eb0W9zGthfqx5ct4+6-obv0pJEwPMseuiw@mail.gmail.com>

On 2014年11月08日 16:53, Burton, Ross wrote:
> On 6 November 2014 15:34, Kai Kang <kai.kang@windriver.com> wrote:
>
>> It has been tested for core-image-minimal core-image-sato
>> core-image-sato-sdk
>> meta-toolchain and world.
>>
> When I boot core-image-sato, X can't start.  Does the virtual machine that
> qemu runs not have video support at the moment?

qemu  boots arm64 image with '-machine virt' and machine 'virt' doesn't 
support any graphic driver for now.
So I update the runqem-internal intended with "-nographic" for qemuarm64:

+        if [ $MACHINE = 'qemuarm64' ]; then
+            QEMU_UI_OPTIONS="-nographic"
+        fi


--Kai

>
> Ross
>


-- 
Regards,
Neil | Kai Kang



      parent reply	other threads:[~2014-11-10  9:42 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-06 15:34 [PATCH 00/25] Add machine qemuarm64 Kai Kang
2014-11-06 15:34 ` [PATCH 01/25] linux-yocto: depend on libgcc for aarch64 Kai Kang
2014-11-06 15:34 ` [PATCH 02/25] Add machine qemuarm64 Kai Kang
2014-11-06 15:34 ` [PATCH 03/25] siteinfo: account for 32 and 64 bit arm Kai Kang
2014-11-06 15:34 ` [PATCH 04/25] gcc-4.9: redefine default library install directory Kai Kang
2014-11-06 15:34 ` [PATCH 05/25] libc-package.bbclass: add aarch64 target to locale_arch_options Kai Kang
2014-11-06 15:34 ` [PATCH 06/25] glibc-locale.inc: add aarch64 to BINARY_LOCALE_ARCHES Kai Kang
2014-11-06 15:34 ` [PATCH 07/25] libatomics-ops: add aarch64 target iniitial support Kai Kang
2014-11-06 15:34 ` [PATCH 08/25] qt4: add aarch64 support Kai Kang
2014-11-06 15:34 ` [PATCH 09/25] libpng: add neon option for aarch64 Kai Kang
2014-11-06 15:34 ` [PATCH 10/25] sysprof: disable build " Kai Kang
2014-11-06 15:34 ` [PATCH 11/25] lttng: recognize aarch64 Kai Kang
2014-11-06 15:34 ` [PATCH 12/25] guile: allow compilation for aarch64 Kai Kang
2014-11-06 15:34 ` [PATCH 13/25] libunwind: add aarch64 support Kai Kang
2014-11-06 15:34 ` [PATCH 14/25] runqemu: add qemuarm64 support Kai Kang
2014-11-06 15:34 ` [PATCH 15/25] kexec-tools: add aarch64 support Kai Kang
2014-11-06 15:34 ` [PATCH 16/25] packagegroup-core-tools-profile: remove sysprof for aarch64 Kai Kang
2014-11-06 15:34 ` [PATCH 17/25] qemu: update to version 2.1.2 Kai Kang
2014-11-06 15:34 ` [PATCH 18/25] qemu: add signle step support for aarch64 Kai Kang
2014-11-06 15:34 ` [PATCH 19/25] Revert "gcc-4.9: redefine default library install directory" Kai Kang
2014-11-06 15:34 ` [PATCH 20/25] gcc: Disable aarch64 multilib options Kai Kang
2014-11-06 15:34 ` [PATCH 21/25] glibc-package: aarch64 enable symlink for ABI compliance Kai Kang
2014-11-06 15:34 ` [PATCH 22/25] aarch-arm64: Update tune files Kai Kang
2014-11-06 15:34 ` [PATCH 23/25] linux-yocto: Fixup linux-yocto for aarch64 Kai Kang
2014-11-06 15:34 ` [PATCH 24/25] local.conf.sample: Add qemuarm64 Kai Kang
2014-11-06 15:34 ` [PATCH 25/25] poky.conf: Add support for aarch64 to QEMU Kai Kang
2014-11-06 15:59 ` [PATCH 00/25] Add machine qemuarm64 Burton, Ross
2014-11-07  1:35   ` Kang Kai
2014-11-08  8:53 ` Burton, Ross
2014-11-08  9:55   ` Burton, Ross
2014-11-08 17:07     ` Mark Hatle
2014-11-09 22:53       ` Burton, Ross
2014-11-10  2:03         ` Mark Hatle
2014-11-08 17:05   ` Mark Hatle
2014-11-10  9:42   ` Kang Kai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54608894.2030909@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=koen.kooi@linaro.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox