crops / poky-container

A container image that is able to run bitbake/poky. It has helpers to create users and groups within the container. This is so that the output generated in the container will be readable by the user on the host.
GNU General Public License v2.0
204 stars 95 forks source link

BitBake server has stopped responding - Even after a container restart #64

Closed HenrikBach1 closed 3 years ago

HenrikBach1 commented 3 years ago

Hi

Any experiences to why my bitbake server has stopped in my docker container?:

pokyuser@2bd6d55fa9fe:/yocto/poky/build$ bitbake core-image-sato
Timeout while waiting for a reply from the bitbake server (60s)
pokyuser@2bd6d55fa9fe:/yocto/poky/build$ 

Thank you.

HenrikBach1 commented 3 years ago

After a reboot of the host machine, the bitbake server is again responding.