Skip to content

Commit

Permalink
bsp: lmp-machine-custom: imx8mm-lpddr4-evk 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 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
quaresmajose committed Oct 3, 2022
1 parent 747cd8e commit c9f2bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ PREFERRED_PROVIDER_u-boot-default-script:mx8mm-generic-bsp = "u-boot-base-scr"
PREFERRED_PROVIDER_u-boot-default-script:sota:mx8mm-generic-bsp = "u-boot-ostree-scr-fit"
KERNEL_IMAGETYPE:sota:mx8mm-generic-bsp = "fitImage"
KERNEL_CLASSES:sota:mx8mm-generic-bsp = " kernel-lmp-fitimage "
DISTRO_FEATURES:remove:mx8mm-nxp-bsp = "vulkan"
## iMX8: Use latest NXP BSP downstream kernel
PREFERRED_PROVIDER_virtual/kernel:mx8mm-nxp-bsp ?= "linux-lmp-fslc-imx"
MACHINE_FIRMWARE:mx8mm-nxp-bsp = "linux-firmware-imx-sdma-imx7d"
Expand Down

0 comments on commit c9f2bd5

Please sign in to comment.