Hello, I'm trying to get a core-image-weston image to build with meta-arago for a custom board, but am having difficulties. I've followed the steps outlined on the Setting Up Build Environment page of the Arago Project website [1], with the exception that I'm using the Linaro 6.2.1-2016.11 toolchain and I used the arago-morty-next-config.txt configuration.
I was originally hoping that TI had a core-image-weston style image that I could use, but there's no meta-arago/recipes-graphics/images directory. This made me assume that I could build core-image-weston, since I can build core-image-minimal, and get the results I was hoping for with minimal effort. Apparently, I was wrong. When I attempt to build core-image-weston, I get the following errors (please note that I've set MACHINE equal to my machine in conf/local.conf): vb@thinkVB:~/yoctoproject/tisdk/build$ bitbake core-image-weston NOTE: Started PRServer with DBfile: /home/vb/yoctoproject/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 42107, PID: 15505 Loading cache: 100% |########################################################################### ############################################################################ ##################| Time: 0:00:01 Loaded 3033 entries from dependency cache. NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'virtual/mesa' (but /home/vb/yoctoproject/tisdk/sources/oe-core/meta/recipes-gnome/gtk+/gtk+3_3. 20.9.bb DEPENDS on or otherwise requires it) ERROR: mesa PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgl set to mesa-gl, not mesa ERROR: mesa PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgl set to mesa-gl, not mesa ERROR: mesa-gl PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/mesa set to mesa, not mesa-gl NOTE: Runtime target 'gtk+3-demo' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gtk+3-demo', 'virtual/mesa'] ERROR: Required build target 'core-image-weston' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-weston', 'gtk+3-demo', 'virtual/mesa'] I also get the same results when building for the am335x-evm. Is it supposed to be possible to build a core-image-weston style image with meta-arago? If so, does anyone have pointers on how I can get it to work? My end goal is to get boot2qt on my device, but I've been trying to work at all of this step-by-step. Both core-image-minimal and arago-console-image work on my board. [1] - http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment Thank you, Jon Stackhouse _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
