summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend
diff options
context:
space:
mode:
authorValentin Jec <valentin.jec@nxp.com>2024-10-25 13:48:21 +0300
committerValentin Jec <valentin.jec@nxp.com>2024-10-25 13:48:21 +0300
commitfc287f98d9590354e2d83614ad7452608d7b7c73 (patch)
tree30806fc84fd7dd48f1b7d823c97bfe9d68cad12e /recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend
parentfdca219fecba823b60b7fd84d14e72f1a070c811 (diff)
downloadmeta-freescale-fc287f98d9590354e2d83614ad7452608d7b7c73.tar.gz
Upgrade BSP to LF6.6.36_2.1.0
spir: Update downgrade spir: 1.3.261.1.imx -> 1.3.275.0.imx vulkan: Update downgrade vulkan: 1.3.261.1.imx -> 1.3.275.0.imx vulkan-loader_1.3.261.1.imx.bbappend: Upgrade vulkan-loader: 1.3.261.1.imx -> 1.3.275.0.imx Add patch for wsi layer imx-base.inc: Update `PREFFERED_VERSION` for vulkan and spir Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
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.bbappend15
1 files changed, 15 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..9b0ce3b99
--- /dev/null
+++ b/recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend
@@ -0,0 +1,15 @@
1FILESEXTRAPATHS:prepend:imx-nxp-bsp := "${THISDIR}/${PN}:"
2
3SRC_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
8SOLIBS = ".so*"
9FILES_SOLIBSDEV = ""
10INSANE_SKIP:${PN} += "dev-so"
11
12# Override default mesa drivers with i.MX GPU drivers
13RRECOMMENDS:${PN}:imxvulkan = "libvulkan-imx"
14# Override default mesa drivers with i.MX GPU drivers
15RRECOMMENDS:${PN}:mx95-nxp-bsp = "mali-imx-libvulkan"