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 5793b6a
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 @@ -347,6 +347,7 @@ OSTREE_SPLIT_BOOT:mx8mm-nxp-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'luks
OSTREE_DEPLOY_USR_OSTREE_BOOT:mx8mm-nxp-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'luks', '1', '0', d)}"
WKS_FILE:sota:mx8mm-nxp-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'luks', 'sdimage-imx8-spl-split-boot-sota.wks.in', 'sdimage-imx8-spl-sota.wks.in', d)}"
## iMX8MM EVK
DISTRO_FEATURES:remove:imx8mm-lpddr4-evk = "vulkan"
KERNEL_DEVICETREE:append:imx8mm-lpddr4-evk = " freescale/imx8mm-evkb.dtb"
KMACHINE:imx8mm-lpddr4-evk = "imx8mmevk"
OSTREE_KERNEL_ARGS:imx8mm-lpddr4-evk ?= "console=tty1 console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 root=/dev/mmcblk2p2 rootfstype=ext4"
Expand Down

0 comments on commit 5793b6a

Please sign in to comment.