diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-09-11 16:26:12 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2025-09-11 16:44:11 -0500 |
commit | 4d0d409a4ca831b1a643bfee1b6504f63c6179a3 (patch) | |
tree | b7c7e02d1a97d6b19776eed581db98478efa5369 /classes/use-imx-security-controller-firmware.bbclass | |
parent | 49ac835929ba5f6dcbf102d103f7dcf7391da866 (diff) | |
download | meta-freescale-4d0d409a4ca831b1a643bfee1b6504f63c6179a3.tar.gz |
vulkan-loader: Fix version-specific patching
The build fails because it cannot find the patch files in the version-
specific folder. The problem is the bbappend uses `PN`. However, it
turns out that `BP` doesn't work either:
```
ERROR: /.../poky/meta/recipes-graphics/vulkan/vulkan-loader_1.4.321.0.bb: Unable to get checksum for vulkan-loader SRC_URI entry 0001-LF-11869-change-mali-wsi-layer-activating-order.patch: file could not be found
The following paths were searched:
/.../meta-freescale/recipes-graphics/vulkan/defaultpkgname-1.0/fsl/0001-LF-11869-change-mali-wsi-layer-activating-order.patch
[ %< SNIP %< ]
```
When `FILESEXTRAPATHS` is prepended, `BP` is not ready since the
immediate expansion operator `:=` is used, hence the folder name
`defaultpkgname-1.0` shown in the error log.
Fix the problem with hard-coded values.
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