Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.6.2, 5.8.0
Description
When running bitbake you will always get a timeout warning.
Steps to reproduce the issue:
1. Run bitbake foobar
Expected outcome:
No timeouts occur
Actual outcome:
"WARNING: Timeout while attempting to communicate with bitbake server" is printed out
Notes:
The issue occurs because in sources/meta-boot2qt/classes/internal-build.bbclass it always tries to connect to yocto-cache.ci.local
Commenting out last lines in that file can be used as a workaround.