diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-09-11 13:38:53 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2025-09-11 13:49:41 -0500 |
commit | 8fa7e34f51b88110e54638028a4635f62e44cc0a (patch) | |
tree | 5c42151a58391015fd0c403f8dca3ec42a4fae6b /classes/use-imx-security-controller-firmware.bbclass | |
parent | 637d928d814e678bf20a2ea4b03c871b66ced386 (diff) | |
download | meta-freescale-8fa7e34f51b88110e54638028a4635f62e44cc0a.tar.gz |
vulkan-loader: Fix patch for non-GPU i.MX 8
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>
Diffstat (limited to 'classes/use-imx-security-controller-firmware.bbclass')
0 files changed, 0 insertions, 0 deletions