diff options
author | Jose Quaresma <jose.quaresma@foundries.io> | 2022-10-04 13:51:01 +0000 |
---|---|---|
committer | Jose Quaresma <jose.quaresma@foundries.io> | 2022-10-04 13:51:01 +0000 |
commit | d270e11690dc9947e157713d9acebdd5973c7421 (patch) | |
tree | 832bec4c9039ce81ae23e5f7643382d8a244b220 /recipes-graphics | |
parent | 343f2809030450f7f720d98ca5ffc34e30aea8e0 (diff) | |
download | meta-freescale-d270e11690dc9947e157713d9acebdd5973c7421.tar.gz |
imx-gpu-viv: use the imxvulkan override for libvulkan
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index fa174bfc..4cbb7ba6 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -107,8 +107,7 @@ PACKAGES_OPENVX = \ | |||
107 | "libopenvx-imx libopenvx-imx-dev", "", d)}" | 107 | "libopenvx-imx libopenvx-imx-dev", "", d)}" |
108 | 108 | ||
109 | PACKAGES_VULKAN = "" | 109 | PACKAGES_VULKAN = "" |
110 | PACKAGES_VULKAN:aarch64 = "libvulkan-imx libvulkan-imx-dev" | 110 | PACKAGES_VULKAN:imxvulkan = "libvulkan-imx libvulkan-imx-dev" |
111 | PACKAGES_VULKAN:mx8mm-nxp-bsp = "" | ||
112 | 111 | ||
113 | python __anonymous () { | 112 | python __anonymous () { |
114 | has_vivante_kernel_driver_support = (d.getVar('MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT') or '0') | 113 | has_vivante_kernel_driver_support = (d.getVar('MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT') or '0') |