diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-09-11 13:38:53 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 19:30:55 +0000 |
| commit | eda3f66a6fe84d384ef83ca8d92cbeecdadf0c6e (patch) | |
| tree | 4addf5593341fa78a1761bdae64922f113d9ebf9 | |
| parent | 1d11043af009dc18a42e055f4700d04de7f0c117 (diff) | |
| download | meta-freescale-backport-2365-to-walnascar.tar.gz | |
vulkan-loader: Fix patch for non-GPU i.MX 8backport-2365-to-walnascar
Building for i.MX 8 without GPU results in a patching error:
```
ERROR: vulkan-loader-1.4.321.0-r0 do_patch: QA Issue: Fuzz detected:
Applying patch 0001-LF-11869-change-mali-wsi-layer-activating-order.patch
patching file loader/loader.c
Hunk #1 succeeded at 3034 with fuzz 1 (offset 128 lines).
Hunk #2 succeeded at 3101 (offset 135 lines).
Hunk #3 succeeded at 3115 (offset 135 lines).
The context lines in the patches can be updated with devtool:
devtool modify vulkan-loader
devtool finish --force-patch-refresh vulkan-loader <layer_path>
Don't forget to review changes done by devtool!
Patch log indicates that patches do not apply cleanly. [patch-fuzz]
```
The problem is i.MX 8 without GPU uses the latest Vulkan 1.4.321.0 and
needs that version of the patch, but the recipe provides the older
version of the patch for Vulkan 1.3.275.0.imx.
Use version-specific folders to resolve the mismatch.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 8fa7e34f51b88110e54638028a4635f62e44cc0a)
| -rw-r--r-- | recipes-graphics/vulkan/vulkan-loader-1.3.275.0.imx/0001-LF-11869-change-mali-wsi-layer-activating-order.patch (renamed from recipes-graphics/vulkan/vulkan-loader/mx8-nxp-bsp/0001-LF-11869-change-mali-wsi-layer-activating-order.patch) | 0 | ||||
| -rw-r--r-- | recipes-graphics/vulkan/vulkan-loader-1.4.321.0/0001-LF-11869-change-mali-wsi-layer-activating-order.patch (renamed from recipes-graphics/vulkan/vulkan-loader/0001-LF-11869-change-mali-wsi-layer-activating-order.patch) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/recipes-graphics/vulkan/vulkan-loader/mx8-nxp-bsp/0001-LF-11869-change-mali-wsi-layer-activating-order.patch b/recipes-graphics/vulkan/vulkan-loader-1.3.275.0.imx/0001-LF-11869-change-mali-wsi-layer-activating-order.patch index da738aabe..da738aabe 100644 --- a/recipes-graphics/vulkan/vulkan-loader/mx8-nxp-bsp/0001-LF-11869-change-mali-wsi-layer-activating-order.patch +++ b/recipes-graphics/vulkan/vulkan-loader-1.3.275.0.imx/0001-LF-11869-change-mali-wsi-layer-activating-order.patch | |||
diff --git a/recipes-graphics/vulkan/vulkan-loader/0001-LF-11869-change-mali-wsi-layer-activating-order.patch b/recipes-graphics/vulkan/vulkan-loader-1.4.321.0/0001-LF-11869-change-mali-wsi-layer-activating-order.patch index f54919cd9..f54919cd9 100644 --- a/recipes-graphics/vulkan/vulkan-loader/0001-LF-11869-change-mali-wsi-layer-activating-order.patch +++ b/recipes-graphics/vulkan/vulkan-loader-1.4.321.0/0001-LF-11869-change-mali-wsi-layer-activating-order.patch | |||
