Hello,
I would like to set up a vnc server on a Keystone II board. I have built the kernel and the rootfs following the instructions in http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Exploring#Yocto
I have installed x11vnc into my image by adding IMAGE_INSTALL_append = " x11vnc" to my local.conf file. I had to add X11 to the arago.cong DISTRO_FEATURES too.
Now I would like to set up a virtual display using xvfb. I believe that xvfb is provided by xserver-xorg in oe-core layer. I have tried adding xserver-xorg to the IMAGE_INSTALL_append list, but that alone doesn't seem to install xvfb.
Does anyone know what is the correct way to get xvfb into the image?
Thanks,
-Jose Alarcon