diff options
| author | Valentin Jec <valentin.jec@nxp.com> | 2024-10-25 13:48:21 +0300 |
|---|---|---|
| committer | Valentin Jec <valentin.jec@nxp.com> | 2024-10-25 13:48:21 +0300 |
| commit | fc287f98d9590354e2d83614ad7452608d7b7c73 (patch) | |
| tree | 30806fc84fd7dd48f1b7d823c97bfe9d68cad12e /recipes-graphics/vulkan/vulkan-loader_1.3.275.0.imx.bbappend | |
| parent | fdca219fecba823b60b7fd84d14e72f1a070c811 (diff) | |
| download | meta-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.bbappend | 15 |
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 @@ | |||
| 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}:imxvulkan = "libvulkan-imx" | ||
| 14 | # Override default mesa drivers with i.MX GPU drivers | ||
| 15 | RRECOMMENDS:${PN}:mx95-nxp-bsp = "mali-imx-libvulkan" | ||
