public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Khem Raj <raj.khem@gmail.com>, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/2] qemuboot-mips: Enable VGA device
Date: Sat, 11 Jan 2020 09:16:35 +0000	[thread overview]
Message-ID: <b5b04e547e8c4816109af537260e5cbdb86e3c0d.camel@linuxfoundation.org> (raw)
In-Reply-To: <20200110172938.3060002-1-raj.khem@gmail.com>

On Fri, 2020-01-10 at 09:29 -0800, Khem Raj wrote:
> This helps in booting weston images ( core-image-weston ) with fbdev
> backend, without this westons initialization of fbdev backend fails
> because it does not get correct frame buffer settings and exits
> pre-maturely
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/conf/machine/include/qemuboot-mips.inc | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/meta/conf/machine/include/qemuboot-mips.inc b/meta/conf/machine/include/qemuboot-mips.inc
> index 978820a2e0..52cb28a5d2 100644
> --- a/meta/conf/machine/include/qemuboot-mips.inc
> +++ b/meta/conf/machine/include/qemuboot-mips.inc
> @@ -5,3 +5,8 @@ QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
>  QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet"
>  # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
>  QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"
> +
> +# For graphics to work we need to define the VGA device as well as the necessary USB devices
> +QB_OPT_APPEND = "-show-cursor -device VGA,edid=on"
> +QB_OPT_APPEND += "-device qemu-xhci -device usb-tablet -device usb-kbd"
> +

The change is probably good but it causes consistent failures in out
testimage runs for mips and mips64:

https://autobuilder.yoctoproject.org/typhoon/#/builders/60/builds/1429
https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/196
https://autobuilder.yoctoproject.org/typhoon/#/builders/74/builds/1431

all due to errors appearing in the logs.

Cheers,

Richard



  parent reply	other threads:[~2020-01-11  9:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 17:29 [PATCH 1/2] qemuboot-mips: Enable VGA device Khem Raj
2020-01-10 17:29 ` [PATCH 2/2] busybox: Update inittab Khem Raj
2020-04-03  1:12   ` [OE-core] " Andre McCurdy
2020-04-03  1:36     ` Khem Raj
2020-01-11  9:16 ` Richard Purdie [this message]
2020-01-11 20:25   ` [PATCH 1/2] qemuboot-mips: Enable VGA device Khem Raj
2020-01-11 23:44     ` Richard Purdie
2020-01-12  4:50       ` Khem Raj

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=b5b04e547e8c4816109af537260e5cbdb86e3c0d.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.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