summaryrefslogtreecommitdiffstats
path: root/recipes-downgrade/vulkan/vulkan-validation-layers_1.2.182.0.imx.bb
Commit message (Collapse)AuthorAgeFilesLines
* vulkan-validation-layers: Fix do_configure failureTom Hochstein2023-06-131-3/+3
| | | | | | | | | | | | | | The build does fail in do_configure: ``` | CMake Error at /opt/work/upstream/fsl-xwayland/tmp/work/cortexa72-cortexa53-crypto-mx8-fsl-linux/vulkan-validation-layers/1.2.182.0.imx-r0/recipe-sysroot-native/usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message): | Could NOT find VulkanHeaders (missing: VulkanHeaders_INCLUDE_DIR) Updating EXTRA_OECMAKE to match the upstream recipe does fix the configure error ``` Checking the upstream recipe, there are three changes in `EXTRA_OECMAKE`. Aligning those does fix the failure. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* vulkan-validation-layers: add new recipe v1.2.182.0Vincent Davis Jr2023-06-131-0/+52
Add a recipe to build the Khronos official Vulkan validation layers that can assist developers in verifying that their applications correctly use the Vulkan APIs. Using vulkan version v1.2.182.0 to be compatible with other vulkan recipes in meta-freescale layer. Signed-off-by: Vincent Davis Jr <vince@underview.tech>