Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.6.2, 5.8.0
-
Fix Version/s: 5.6.3
-
Component/s: Device Creation
-
Labels:
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.