diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-05-15 14:46:01 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-05-17 05:42:39 -0700 |
commit | be9d32d3f0697ac46d4c22b76e64a263e3beee3b (patch) | |
tree | 8f2f2c2c498d67178eed2ce5bb6151aa4877f094 /recipes-graphics | |
parent | 2376d686f17b92e3f5e0696493b3321a3b5a1caa (diff) | |
download | meta-freescale-be9d32d3f0697ac46d4c22b76e64a263e3beee3b.tar.gz |
imx-gpu-viv: Restore Vulkan packages to 8M Mini
The removal of the Vulkan packages exposes issues for 8M Mini,
so restore them.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 1 |
1 files changed, 1 insertions, 0 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 647f92ab..0c6e3c81 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -117,6 +117,7 @@ PACKAGES_OPENVX = \ | |||
117 | 117 | ||
118 | PACKAGES_VULKAN = "" | 118 | PACKAGES_VULKAN = "" |
119 | PACKAGES_VULKAN:imxvulkan = "libvulkan-imx libvulkan-imx-dev" | 119 | PACKAGES_VULKAN:imxvulkan = "libvulkan-imx libvulkan-imx-dev" |
120 | PACKAGES_VULKAN:mx8mm-nxp-bsp = "libvulkan-imx libvulkan-imx-dev" | ||
120 | 121 | ||
121 | python __anonymous () { | 122 | python __anonymous () { |
122 | has_vivante_kernel_driver_support = (d.getVar('MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT') or '0') | 123 | has_vivante_kernel_driver_support = (d.getVar('MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT') or '0') |