runqemu does not bring up graphical display
Description
Environment
Activity
Walt Miner July 12, 2018 at 7:52 PM
Close for FF RC2

Jan-Simon Moeller July 9, 2018 at 4:38 AM
Doh 8-| . The inclusion did not work due to the folder name. This is corrected in https://gerrit.automotivelinux.org/gerrit/#/c/15113/ .

Tom Rini July 8, 2018 at 9:32 PM
Funny enough, this is also what I discovered Friday night, digging into providing the virgl target side rendering stack. I've got the changes done a different way so far tho, I'll take a look at both ways Monday. Thanks guys!

Tadao Tanikawa July 8, 2018 at 5:51 PM
I confirmed that weston can be launched on QEMU with '-vga virtio' by copying meta-agl-bsp/meta-agl-profile-graphical/recipes-graphics/mesa to meta-agl-bsp/recipes-graphics/.
Please fix templates for meta-agl-profile-graphical to add meta-agl-bsp to BBLAYERS.

Tadao Tanikawa July 8, 2018 at 3:51 PM(edited)
Because meta-agl/meta-agl-bsp doesn't have Virtgl 3D support (see also ), we did maintain recipe mesa_%.bbappend to enable gallium-llvm and use Gallium on llvmpipe as GL renderer.
It looks like that this mesa_%.bbapend is missing after introduced device profile.
I found mesa_%.bbappend which enables gallium-llvm is moved to meta-agl-bsp/meta-agl-profile-graphical/recipes-graphics/mesa/,
but this directory is not included into BBLAYERS so far.
Details
Details
Assignee

Reporter

likely a fix to QB_* required .
or building qemu-native with the virgl or kms enabled (and/or mesa).
until then weston does not start due to the output plugin not being found.