On 22 May 2013 17:45, varun bhatnagar <[email protected]> wrote: > Hi, > > I have successfully created a PowerPC image using* bitbake -k > core-image-minimal*. > When I am trying to boot it using *runqemu qemuppc* I am getting a > message saying* vnc server running on ::1:5900.* > > I searched on internet and it was written that to resolve this error *SDL > *and *SDL-devel* package should be installed. > > I have installed these packages but it did not work. Still I am getting > the same message. > Can anyone help me out with this. Below is the screenshot of message. >
The bit that you/the internet missed is that the "problem" is that qemu didn't have SDL available when you built it. You'll need to rebuild qemu-native - "bitbake -ccleansstate qemu-native ; bitbake qemu-native". Ross
_______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
