diff options
Diffstat (limited to 'recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend')
-rw-r--r-- | recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 000000000..f46249215 --- /dev/null +++ b/recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend | |||
@@ -0,0 +1,14 @@ | |||
1 | FILESEXTRAPATHS:prepend:imx-nxp-bsp := "${THISDIR}/${PN}:" | ||
2 | |||
3 | SRC_URI:append:imx-nxp-bsp = " \ | ||
4 | file://0001-LF-11869-change-mali-wsi-layer-activating-order.patch \ | ||
5 | " | ||
6 | |||
7 | # libvulkan.so is loaded dynamically, so put it in the main package | ||
8 | SOLIBS = ".so*" | ||
9 | FILES_SOLIBSDEV = "" | ||
10 | INSANE_SKIP:${PN} += "dev-so" | ||
11 | |||
12 | # Override default mesa drivers with i.MX GPU drivers | ||
13 | RRECOMMENDS:${PN}:imxviv = "libvulkan-imx" | ||
14 | RRECOMMENDS:${PN}:imxmali = "mali-imx-libvulkan" | ||