Need support for broken yocto layers.

Howdy. Have been using Hailo yocto layers for a project, and within the last few days builds have started to fail. I have not modified any hailo recipes, and have been using a dockerized build environment.

Have been using layers based off of tag kirkstone-v3.31.0 with patches applied to allow building for scarthgap. Within the last few days, builds for recipes hailortcli, hailortcli, libhailort, and libgsthailohave been consistently failing with either protobuf errors (complaining about static size checking on configure) or CLI11 checkout errors (likely due to a shallow clone).

Hi @Raymond_Healy,
You’re right, it seems that we’ve made a foul, and changed the CLI11 HEAD. We’re thinking about how can we make it seemless.
For the time being, this will be a good w/a to get you moving. In the build directory change the following file:
./tmp/work/armv8a-poky-linux/libhailort/4.23.0/git/hailort/cmake/external/cli11.cmake
comment out the line GIT_SHALLOW TRUE

Please let me know how it goes!

Hi @Raymond_Healy, we’ve fixed the issue altogether no w\a needed. Thanks for bringing it to our attention.

Build issue was resolved. Thank you.