openembedded / meta-openembedded

MIT License
416 stars 719 forks source link

fix(recipes-graphics/vk-gl-cts/khronos-cts.inc): update the source branch for correct fetching (master to main) #898

Open kkraman02 opened 2 weeks ago

kkraman02 commented 2 weeks ago

The source branch was updated to the correct branch to ensure that the Yocto build fetches the source code successfully. This resolves the issue of build failures due to the incorrect branch.

Following recipes source moved to from master to main:

  1. git://github.com/KhronosGroup/glslang.git;protocol=https;destsuffix=git/external/glslang/src;name=glslang;branch=main
  2. git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/external/spirv-headers/src;name=spirv-headers;branch=main
  3. git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;destsuffix=git/external/spirv-tools/src;name=spirv-tools;branch=main