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

[Backport v3.5-branch] cmake: modules: extension: Fix dtc file watch #74936

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

zephyrbot
Copy link
Collaborator

@zephyrbot zephyrbot commented Jun 25, 2024

Backport 11c1f3d~2..11c1f3d from #74655.

Fixes #74630

Fixes an issue in the code that processes the output file of a
compiler to see which files should be watched, the compiler can
combine multiple files into a single line instead of putting them
each on separate lines if the length of the file paths is short,
therefore account for this and split it up into multiple elements

Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit f4cfb8c)
Fixes and simplifies the handling of how the dts watch file is
processed

Signed-off-by: Grzegorz Swiderski <[email protected]>
Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit 11c1f3d)
@zephyrbot zephyrbot added Backport Backport PR and backport failure issues area: Build System labels Jun 25, 2024
@fabiobaltieri fabiobaltieri merged commit aa96c4d into v3.5-branch Jul 1, 2024
20 checks passed
@kartben kartben deleted the backport-74655-to-v3.5-branch branch September 17, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Build System Backport Backport PR and backport failure issues
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

7 participants