Re: [yocto] runqemu - "Could not initialize SDL(No available video device) - exiting"

2017-04-06 Thread Martin Kelly
I found the source of the issue (SDL must be compiled with X11 support) and sent a patch to OE-core to fix it: https://patchwork.openembedded.org/series/6211 On 04/04/2017 03:41 PM, Martin Kelly wrote: [This sender failed our fraud detection checks and may not be who they appear to be. Learn a

[yocto] runqemu - "Could not initialize SDL(No available video device) - exiting"

2017-04-04 Thread Martin Kelly
Hi, I'm hitting an error on runqemu when I try to build an SDK and image on one machine and run it on another, even when the build machine and qemu-running machine match very closely (both running Debian Jessie on Intel 64-bit hardware). Specifically, I get this error: Could not initialize S

Re: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-18 Thread Rudolf Streif
> Should YP be trying to build its own copy of libSDL (with the -devel) > if it finds some part of libSDL (i.e. the header files) is missing > from the host? This is almost like a "host contamination" issue, no? > You are raising an interesting point to which I have no answer. YP has a recipe to b

Re: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-18 Thread Trevor Woerner
On Thu, Apr 18, 2013 at 12:50 AM, Rudolf Streif wrote: > Removing sstate triggered a rebuilt of qemu-native which also includes > running the configure task again whose output sets the switch whether or not > Qemu is built with video support. Apparently the first time you built it it > could not f

Re: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-17 Thread Rudolf Streif
> I would have assumed that if something was missing from my host, then > I would not have been able to run the virtual machine using the > qemu-system-i386 that I had compiled for my host natively outside of > Yocto? As it happened, using my own qemu the images ran fine, but when > I tried using t

Re: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-17 Thread Trevor Woerner
On Wed, Apr 17, 2013 at 11:21 PM, Rudolf Streif wrote: > If you do not have libsdl1.2-dev (Ubuntu) installed on your dev/host system > then qemu will be built without video support. I would have assumed that if something was missing from my host, then I would not have been able to run the virtual

Re: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-17 Thread Rudolf Streif
If you do not have libsdl1.2-dev (Ubuntu) installed on your dev/host system then qemu will be built without video support. The newer YP reference manual lists that library as optional for host systems with graphics support. Rudi On Apr 17, 2013 8:15 PM, "Trevor Woerner" wrote: > On Mon, Apr 15,

Re: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-17 Thread Trevor Woerner
On Mon, Apr 15, 2013 at 11:46 PM, Trevor Woerner wrote: > Could not initialize SDL(No available video device) - exiting I was able to "solve" my problem by moving my SSTATE_DIR and starting over. Conversely, clobbering my SSTATE_DIR would have solved the issue too. That's a lot of sstate that

[yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-15 Thread Trevor Woerner
If I start with $ bitbake core-image-minimal and then do $ runqemu qemux86 a new window opens and qemu runs as expected (i.e. it pops open a new window and runs in that and not via vnc). If I then do $ bitbake core-image-sato and try $ runqemu qemux86 I then get Could