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
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_
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
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