linux4sam/meta-atmel

egt-benchmark: git submodules are not initialized

priv-kweihmann opened this issue · 3 comments

tool is using an external dependency https://github.com/linux4sam/egt-benchmark/tree/master/external, which doesn't seem to be fully initialized when using the git-fetcher
compilation fails with src/main.cpp:7:10: fatal error: 'hayai.hpp' file not found

Hello,

How can I reproduce your issue, I have run a build and I have no issue to build this package.

Regards,

Requires a not yet merged patch in bitbake (see https://lists.openembedded.org/g/openembedded-core/message/159995, resp. https://errors.yoctoproject.org/Errors/Build/137579/) - it isn't a problem as of now, but likely will break once upstream merges that feature. IMO that should happen very soon.

In my opinion the recipe should use the gitsm fetcher instead of plain git

Fixes: 492c493