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: task_deps parsing on newer Yocto versions #325

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

deribaucourt
Copy link
Member

Two months ago, a commit was introduced that adds tasks with special characters which broke our JSON parsing.

Since this variable is not extended, we might miss some tasks, but at least we keep providing the feature. I could not identify a replacement variable that would contained the expanded list of tasks.

We would need to run a bitbake list-tasks but it would be slower.

Two months ago, a commit was introduced that adds tasks with special
characters which broke our JSON parsing.

Since this variable is not extended, we might miss some tasks, but at
least we keep providing the feature. I could not identify a replacement
variable that would contained the expanded list of tasks.

We would need to run a `bitbake list-tasks` but it would be slower.
@deribaucourt deribaucourt merged commit 2c31952 into yoctoproject:staging Sep 18, 2024
5 checks passed
@deribaucourt deribaucourt deleted the fix-tasks branch September 18, 2024 07:28
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