In oe-alliance build system we use this setting for all git repositiories to fetch from:
BB_GIT_SHALLOW_DEPTH = "1"
BB_GIT_SHALLOW = "1"
There are changes in bitbake fetcher module the last months that result in gitNone0 ipk files now, when recipes using inherit gitpkgv class.
Seems the gitpkgv class is not able to fetch tag information anymore.
Question: Are we doing something wrong? Is this combination not supported anymore?