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

Using petalinux-config to edit config changes are ignored by git #45

Open
josephnobes-stfc opened this issue Aug 23, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@josephnobes-stfc
Copy link
Contributor

Currently, the config file written to by petalinux-config is created by autoconf from config.in, which is actually part of the repository. This means that if changes are made by running the command, they are not seen by git, and may be lost.

There needs to be a better implementation of this- can petalinux-config operate on config.in instead?

@josephnobes-stfc josephnobes-stfc added the bug Something isn't working label Aug 23, 2023
@josephnobes-stfc josephnobes-stfc self-assigned this Aug 23, 2023
josephnobes-stfc added a commit that referenced this issue Aug 23, 2023
This had been fixed in U-Boot before, but changes had not taken effect in the Linux kernel (except for in testing) because changes made ended up in config, which was ignored by git in favour of config.in, which then replaced it on clean. This has been raised as an issue (#45)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant