You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I edit bb files and save, the bitbake extension is parsing the files and therefor hook the bitbake server preventing me to build immediately after saving my file. The way it goes make me wait because when I launch the build, I have the recurring "trying to connect to bitbake server" messages until timeout which can be long.
Would it be possible to run bitbake for the extension in a different environment/build folder to avoid hooking the bitbake server from the user?
The text was updated successfully, but these errors were encountered:
Hello @PercevalSA , the bitbake server can only handle one bitbake command at a time. You can disable bitbake parsing on save through the bitbake.parseOnSave setting if you rather want to manually start builds often.
This repository is a just a working fork, I encourage you to report future issues on the extension's official repository: https://github.com/yoctoproject/vscode-bitbake
Thanks for your feedback!
When I edit bb files and save, the bitbake extension is parsing the files and therefor hook the bitbake server preventing me to build immediately after saving my file. The way it goes make me wait because when I launch the build, I have the recurring "trying to connect to bitbake server" messages until timeout which can be long.
Would it be possible to run bitbake for the extension in a different environment/build folder to avoid hooking the bitbake server from the user?
The text was updated successfully, but these errors were encountered: