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

Kconfig delta #72

Open
MarkoSagadin opened this issue Jun 26, 2023 · 1 comment
Open

Kconfig delta #72

MarkoSagadin opened this issue Jun 26, 2023 · 1 comment
Labels
type: feature request New feature or request.

Comments

@MarkoSagadin
Copy link
Collaborator

Context

Sometimes changing a single Kconfig option can have unexpected changes, such as enabling Kconfig options that you wanted disabled, but did not explicitly set as such.

Proposed solution

Add command which can output diff of used Kconfigs between new and older build.
Developer should be able to use this command while:

  • debugging why something does not work (and Kconfig is the suspect)
  • inspecting Kconfig changes between specific git commits, tags..

Above could be used to generate an additional part of release changelog.

Of course this will need to be done for each build type, separately.

@MarkoSagadin MarkoSagadin added the type: feature request New feature or request. label Jun 26, 2023
@MarkoSagadin
Copy link
Collaborator Author

There are some existing tools on the internet for this, look for kconfig-diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant