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

Fix: Adapt devtool status parsing for new Yocto releases #305

Conversation

deribaucourt
Copy link
Member

The current master branch also outputs the .bb location in the devtool status output. It broke our parsing which could not detect the workspaces.

The regex was updated to optionally match the .bb location. But we don't capture it since we always run a complete scan in the end. This could be way for future optimizations.

The current master branch also outputs the .bb location in the devtool
status output. It broke our parsing which could not detect the
workspaces.

The regex was updated to optionally match the .bb location. But we don't
capture it since we always run a complete scan in the end. This could
be way for future optimizations.
@deribaucourt deribaucourt merged commit e0e5c18 into yoctoproject:staging Aug 19, 2024
5 checks passed
@deribaucourt deribaucourt deleted the devtool-workspace-new-releases branch August 19, 2024 07:19
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

Successfully merging this pull request may close these issues.

2 participants