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

Make kernel config diffing less pedantic #3123

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

shjala
Copy link
Member

@shjala shjala commented Mar 29, 2023

Currently any change to local kernel config has to be exactly the same order as the menuconfig output (?) otherwise build fails. This change is still sensitive to config changes, but not sensitive to the order of the config values (which might get changed by make prepare if not in the exact order of menuconfig).

shjala added 2 commits March 29, 2023 13:11
Make config diffing less pedantic, this is still sensitive to config
changes, but not sensitive to order of the config values which might
change by `make prepare`.

Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
Make config diffing less pedantic, this is still sensitive to config
changes, but not sensitive to order of the config values which might
change by `make prepare`.

Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
@shjala shjala requested review from eriknordmark and rvs as code owners March 29, 2023 13:24
@shjala shjala requested review from rene and rouming March 29, 2023 13:24
Copy link
Contributor

@rouming rouming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. I hate the annoying diff very much!
@eriknordmark do we have any strict requirement on that diff?
Anyway, looks good to me.

@shjala
Copy link
Member Author

shjala commented Mar 29, 2023

#3116 will silence the yetus.

Copy link
Contributor

@eriknordmark eriknordmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eriknordmark eriknordmark merged commit 33b1a04 into lf-edge:master Mar 30, 2023
@shjala shjala deleted the pkg_kernel_new-kernel_Dockerfile branch April 3, 2023 09:25
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.

3 participants