Skip to content

Commit

Permalink
base: vulkan-loader: mx8mm-nxp-bsp doesn't support vulkan
Browse files Browse the repository at this point in the history
Vulkan is disabled on meta-freescale for 8M Mini since ee92b5a,
so add the same logic to not recommends libvulkan-imx on this machines.
Freescale/meta-freescale@ee92b5a

This append is version specific because it's a workaround until
upstream found and merge a solution then we can drop this patch.
Freescale/meta-freescale#1249

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
quaresmajose committed Oct 4, 2022
1 parent 0eaf0a4 commit 224ef3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RRECOMMENDS:${PN}:remove:imxgpu:mx8mm-nxp-bsp = "libvulkan-imx"

0 comments on commit 224ef3c

Please sign in to comment.