Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build while bitbake extension is parsing #108

Open
PercevalSA opened this issue Dec 8, 2023 · 1 comment
Open

Cannot build while bitbake extension is parsing #108

PercevalSA opened this issue Dec 8, 2023 · 1 comment

Comments

@PercevalSA
Copy link

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?

@deribaucourt
Copy link
Member

deribaucourt commented Dec 15, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants