<geoffhp>
wak: I hit the SRCREV_FORMAT change also in my builds this week. In my case, for 2 recipes it complained about were missing the SRCREV_FORMAT when I was pulling from 2 separate repos (both git BTW) and thus, incorrect. Fixed by including both names in the SRCREV_FORMAT.
goliath has quit [Quit: SIGSEGV]
otavio has quit [Ping timeout: 244 seconds]
otavio has joined #yocto
erbo_ has quit [Server closed connection]
erbo has joined #yocto
marex has quit [Server closed connection]
marex has joined #yocto
Vonter has joined #yocto
amitk has joined #yocto
amitk has quit [Ping timeout: 246 seconds]
_whitelogger has joined #yocto
Vonter has quit [Ping timeout: 246 seconds]
riv is now known as river
Vonter has joined #yocto
Lihis has quit [Server closed connection]
Lihis has joined #yocto
ckayhan has quit [Server closed connection]
ckayhan has joined #yocto
bantu has quit []
bantu has joined #yocto
<JaMa>
geoffhp: congratz for following what the error message says you should do :)
l3s8g has quit [Remote host closed the connection]
l3s8g has joined #yocto
Vonter has quit [Ping timeout: 255 seconds]
<khem>
RP: The ping problem did not happen again yet for 12hr jobs
<khem>
RP: btw. I am seeing a problem when enabling multilib along with meta-freescale bitbake resorts to reparse all the time. In same layer setup qemuarm64 does not do that so it seems to be something in meta-freescale triggerting it, whats the best way to debug it
<khem>
I can see this behaviour with default poky master + meta-freescale
manuel_ has quit [Quit: Leaving]
florian has joined #yocto
dash_hope has joined #yocto
dash_hope has quit [Ping timeout: 246 seconds]
<geoffhp>
wak: I would always specify the branch in a SRC_URI for a git repo using a branch="master" parameter (assuming you want the master branch), even if master is the default branch. Because you will want to know if the upstream repo changes the default branch to 'main' or 'dev', or the 'master' branch disappears for some reason.
<khem>
I think that should be default now a days in bitbake git fetcher IIRC