summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-viv/imx-gpu-viv
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-10-05 15:43:10 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-10-11 16:43:48 -0500
commit10318d49308ddb09a1f35ce33134d8cf76870ae3 (patch)
tree8f1b9aeb8450cb4c46da1bcb84b13f63ccaf6935 /recipes-graphics/imx-gpu-viv/imx-gpu-viv
parent8648cedaa35519cad859207e25689889155760a9 (diff)
downloadmeta-freescale-10318d49308ddb09a1f35ce33134d8cf76870ae3.tar.gz
imx-gpu-viv: Install missing Vulkan ICD config file
Add the missing json file for the i.MX vulkan implementation. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv/imx-gpu-viv')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv/imx_icd.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv/imx_icd.json b/recipes-graphics/imx-gpu-viv/imx-gpu-viv/imx_icd.json
new file mode 100644
index 00000000..1194a0fb
--- /dev/null
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv/imx_icd.json
@@ -0,0 +1,7 @@
1{
2 "file_format_version": "1.0.0",
3 "ICD": {
4 "library_path": "%libdir%/libvulkan_VSI.so",
5 "api_version": "%api_version%"
6 }
7}