diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-01-14 09:57:55 -0800 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-21 15:17:16 +0000 |
commit | f5e481173839cca959791400ace28d806a25469a (patch) | |
tree | 388952c0437956f9cdae0bab15110c1c21386927 | |
parent | afbaaf89a730eeab761f4e9f617e9c0b6fb316a6 (diff) | |
download | meta-freescale-f5e481173839cca959791400ace28d806a25469a.tar.gz |
vulkan-loader: Use imxviv and imxmali overrides
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit e29f4d51150e8f0906eecc177dd66d62b3c70d59)
-rw-r--r-- | recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend b/recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend index 9b0ce3b9..f4624921 100644 --- a/recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend +++ b/recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend | |||
@@ -10,6 +10,5 @@ FILES_SOLIBSDEV = "" | |||
10 | INSANE_SKIP:${PN} += "dev-so" | 10 | INSANE_SKIP:${PN} += "dev-so" |
11 | 11 | ||
12 | # Override default mesa drivers with i.MX GPU drivers | 12 | # Override default mesa drivers with i.MX GPU drivers |
13 | RRECOMMENDS:${PN}:imxvulkan = "libvulkan-imx" | 13 | RRECOMMENDS:${PN}:imxviv = "libvulkan-imx" |
14 | # Override default mesa drivers with i.MX GPU drivers | 14 | RRECOMMENDS:${PN}:imxmali = "mali-imx-libvulkan" |
15 | RRECOMMENDS:${PN}:mx95-nxp-bsp = "mali-imx-libvulkan" | ||