Unable to start bitbake server

chandana picture chandana · Jan 6, 2018 · Viewed 22k times · Source

I am trying to learn yocto by following the video tutorials on their main website. I installed the poky-rocko-18.0.0 and after setting up the build environment I tried to build the linux image using the following command:

bitbake core-image-minimal

However, I am getting the following error:

bitbake error

I am unsure how to start the bitbake server and so far have not found any good references for the same.

Answer

Sunil Kumar picture Sunil Kumar · Sep 14, 2020

We also faced same issue with our bitbake server. It will worked after remove bitbacke.lock file. Use below command for solution.

rm -rf bitbake.lock

###/build$ bitbake core-image-sato
Loading cache: 100% |#########################################################################################################################################################################################################| Time: 0:00:01
Loaded 3867 entries from dependency cache.
Parsing recipes: 100%