[yocto] Start custom Qt-program instead of xterm

2013-12-12 Thread Alex M
Hello! I spent several days of searching over the internet, learned many graphical images recipes, but still don't understand how to specify for X11 server to launch my custom Qt program at startup (actually it's bash script which runs Qt app, I'm able to start it in xterm manually). Which attempt

[yocto] How to build GLX extension?

2013-12-04 Thread Alex M
Hello! I've got my custom image for Intel Core2Duo platform, which is based on default X11-image (from oe-core): DESCRIPTION = "My image" IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" IMAGE_FEATURES += "splash package-management x11-base" IMAGE_

[yocto] core-image-x11 works on QEMU and not on real hardware

2013-06-19 Thread Alex M
Hello! I'm using poky-dylan-9.0.0.tar.bz2 I just built core-image-x11 and able to run it on qemux86, but all my attempts to run image on real hardware with nVidia GTX465 or AMD HD6320 - failed. In X11 logs I see errors about GLX module. What I should do to add GLX and OpenGL 2.1 3D acceleration w

[yocto] remove --build option in configure

2013-05-22 Thread Alex M
Hello! I'm writing recipe for ffmpeg and it fails at do_configure stage because Yocto passes --build option but configure script from ffmpeg-1.2.1.tar* does not recognize this option, thus I'm getting this stage failed. Is there any ways to customize arguments to "configure"? I know how to add ad