Hello, I'm trying to build an angstrom image for an i.mx 6 (wandboard). I'm able to build a console image but I have a problem when I build an image which includes xfce or gnome.
My bitbake commands are: MACHINE=wandboard-quad ./oebb.sh bitbake development-gnome-image (or) MACHINE=wandboard-quad ./oebb.sh bitbake development-xfce-image The bitbake error is: | configure: error: cannot enable egl_gallium without EGL | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /home/dev/WBD-ang/setup-scripts/build/tmp-angstrom_v2014_12-glibc/work/cortexa9hf-vfp-neon-mx6qdl-angstrom-linux-gnueabi/mesa/2_10.1.3-r0/temp/log.do_configure.8747) ERROR: Task 4345 (/home/dev/WBD-ang/setup-scripts/sources/openembedded-core/meta/recipes-graphics/mesa/ mesa_10.1.3.bb, do_configure) failed with exit code '1' NOTE: Tasks Summary: Attempted 1376 tasks of which 1374 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory Waiting for 0 running tasks to finish: It seems there is a configuration problem with mesa (3D) support. Here is the list of commands I used to came to this conclusion. The last commands gives the error. git clone git://github.com/Angstrom-distribution/setup-scripts.git cd setup-scripts/ git checkout angstrom-v2014.12-yocto1.7 MACHINE=wandboard-quad ./oebb.sh config wandboard-quad source ./environment-angstrom-v2014.12 MACHINE=wandboard-quad ./oebb.sh update MACHINE=wandboard-quad ./oebb.sh bitbake core-image-minimal MACHINE=wandboard-quad ./oebb.sh bitbake development-xfce-image Is there a way to build my image while disabling the mesa support ? (I want a GUI but I don't need the 3D support). Why is "mesa_10.1.3.bb" failing for this configuration ? Thanks ssinfod
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
