While building recently, got this ERROR:
ERROR: fmt-8.1.1-r0 do_fetch: Fetcher failure: Unable to find revision b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9 in branch master even from upstream
ERROR: fmt-8.1.1-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/fmtlib/fmt;branch=master;protocol=https')
ERROR: Logfile of failure stored in: [redacted]/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/fmt/8.1.1-r0/temp/log.do_fetch.876497
ERROR: Task ([redacted]/yocto-source/meta-openembedded/meta-oe/recipes-support/fmt/fmt_8.1.1.bb:do_fetch) failed with exit code '1'
Can't be sure when this was done, but fmt has changed it's master branch to main. Builds in Kirkstone, Dunfell, (and others?) will not build unless there is a manual change of the branch name in the bitbake recipe.
Question now is, do we go ahead and update those recipes? And another question, which branches need updating?
While building recently, got this ERROR:
Can't be sure when this was done, but fmt has changed it's master branch to main. Builds in Kirkstone, Dunfell, (and others?) will not build unless there is a manual change of the branch name in the bitbake recipe.
Question now is, do we go ahead and update those recipes? And another question, which branches need updating?