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

Fix: Wait for build directory to be created before parsing integratio… #75

Closed deribaucourt closed 10 months ago

deribaucourt commented 10 months ago

…n test

There was a race condition where the integration test would try to edit bblayers.conf before the inital parse-recipes task had finished. This led to the test failing randomly.