webosose / build-webos

webOS OSE build layer
670 stars 126 forks source link

Not compiled in WSL #16

Closed teuchezh closed 4 years ago

teuchezh commented 4 years ago

I tried to compile in WSL, but got the error like below:

sudo make webos-image
for MACHINE in raspberrypi4 ; do . ./oe-init-build-env && bitbake  webos-image; done
Altered environment for raspberrypi4@webos development
NOTE: Retrying server connection...
ERROR: Unable to connect to bitbake server, or start one
Makefile:42: recipe for target 'webos-image' failed
make: *** [webos-image] Error 1

Is there anything you can do with this?