savoirfairelinux / vscode-bitbake

Bitbake language support for Visual Studio Code (Forked from EugenWiens)
https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake
Other
9 stars 0 forks source link

Docker wrapper support #86

Closed deribaucourt closed 12 months ago

deribaucourt commented 1 year ago

Calling bitbake through a docker commandWrapper is possible except we get broken pipe errors because of the way the bitbake server forks. This PR refactors the way we call bitbake in order to serialize them.