Re: Adding Vulkan to core-image-weston
Edgar Mobile
My current configuration is
DISTRO_FEATURES:append = "opengl x11 vulkan"
This wasn't enough for libvulkan.so.* to be installed or vulkaninfo to work. Only the simple weston egl examples work.
I also tried adding virtio-experimental to VULKAN_DRIVERS in mesa.inc, didn't help either.
From: Markus Volk <f_l_k@...>
Sent: Monday, September 19, 2022 4:37 PM
To: Alexander Kanavin <alex.kanavin@...>
Cc: Edgar Mobile <heideggm@...>; yocto@... <yocto@...>
Subject: Re: [yocto] Adding Vulkan to core-image-weston
Sent: Monday, September 19, 2022 4:37 PM
To: Alexander Kanavin <alex.kanavin@...>
Cc: Edgar Mobile <heideggm@...>; yocto@... <yocto@...>
Subject: Re: [yocto] Adding Vulkan to core-image-weston
Am Mo, 19. Sep 2022 um 16:33:11 +0100 schrieb Alexander Kanavin <alex.kanavin@...>:
You need to check the Mesa recipe to see how the build options are defined
mesa builds vulkan support, if you add 'vulkan' to DISTRO_FEATURES. If you need to, you can add additional drivers with a line like this to a mesa_%.bbappend:
VULKAN_DRIVERS:append = ",foo,bar"