Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bsp: lmp-machine-custom: imx8mm-lpddr4-evk doesn't support vulkan
Vulkan is disabled on meta-freescale for 8M Mini since ee92b5a8 so we need to do the same for this machine otherwise lmp-xwayland distro will fail as it requires vulkan. Freescale/meta-freescale@ee92b5a This also fix: | ERROR: Nothing RPROVIDES 'libvulkan-imx' (but /srv/oe/build/conf/../../layers/openembedded-core/meta/recipes-graphics/vulkan/vulkan-loader_1.3.216.0.bb RDEPENDS on or otherwise requires it) | ERROR: Required build target 'lmp-base-console-image' has no buildable providers. | Missing or unbuildable dependency chain was: ['lmp-base-console-image', 'weston', 'virtual/libgles2', 'mesa', 'vulkan-loader', 'libvulkan-imx'] Signed-off-by: Jose Quaresma <[email protected]>
- Loading branch information