How to resolve the complation issue in G40M SMARC SOM?

The compile issue is due to some recipes still pointing to the “master” branch while upstream has changed to “main”.

Please update the .bb files for recipes showing Fetcher failure by changing the branch from “master” to “main”.
Example: sources/poky/meta/recipes-support/bmap-tools/bmap-tools_git.bb
Change:
SRC_URI = "git://github.com/intel/${BPN};branch=master;protocol=https"
To:
SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https"
Please apply the same change to other affected recipes and rebuild.

For further inquiries, please get in touch with mktg@iwave-global.com

Please find the detailed G40M product information in the below link,