This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM4378: Bitbake error

Part Number: AM4378

Shoaib Muhammad

Even I faced the same error in Ubuntu 18.04 machine, 

I replaced the like from 

"runfetchcmd("%s branch --set-upstream %s origin/%s" % (ud.basecmd, branchname, \"

to 

"runfetchcmd("%s branch --set-upstream-to %s origin/%s" % (ud.basecmd, branchname, \" and "runfetchcmd("%s branch --track %s origin/%s" % (ud.basecmd, branchname, \" 

I ended up with two different errors.