Skip to content

chore(wifi): workaround missing Kconfig check on latest Zephyr #11

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

Closed
wants to merge 1 commit into from

Conversation

gminn
Copy link
Member

@gminn gminn commented Sep 11, 2024

Summary

The changes in a recent upstream commit in the ESP WIFI driver added
a header without checking that the correct Kconfig dependency was
enabled 1. Add the missing Kconfig dependency to work around this for now.
It is already being fixed in zephyrproject-rtos/zephyr#78180 so this
commit will be reverted when that merges.

Test Plan

Built successfuly with zephyr main branch.

Footnotes

  1. https://github.com/zephyrproject-rtos/zephyr/commit/91b688a666aedbce906d2cd126f85048ab09c7c3#diff-4e692c27c1090ab494a23007de38cb2539cfac21b893099a24236abedf5c9c90

Copy link
Member Author

gminn commented Sep 11, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @gminn and the rest of your teammates on Graphite Graphite

@gminn gminn changed the title fix(wifi): fix missing Kconfig dependency on latest Zephyr chore(wifi): fix missing Kconfig dependency on latest Zephyr Sep 11, 2024
@gminn gminn force-pushed the gminn/fix-zephyr-latest-build branch from af9ef4b to 197962c Compare September 11, 2024 19:30
 ### Summary

 The changes in recent upstream commit[^1] in the ESP WIFI driver added
 a header without checking that the correct Kconfig dependency was
 enabled. Add the missing Kconfig dependency to work around this.

 [^1] zephyrproject-rtos/zephyr@91b688a#diff-4e692c27c1090ab494a23007de38cb2539cfac21b893099a24236abedf5c9c90

 ### Test Plan

 Built successfuly with zephyr `main` branch.
@gminn gminn force-pushed the gminn/fix-zephyr-latest-build branch from 197962c to 1ec396b Compare September 11, 2024 19:35
@gminn gminn changed the title chore(wifi): fix missing Kconfig dependency on latest Zephyr chore(wifi): workaroun missing Kconfig check on latest Zephyr Sep 11, 2024
@gminn gminn changed the title chore(wifi): workaroun missing Kconfig check on latest Zephyr chore(wifi): workaround missing Kconfig check on latest Zephyr Sep 11, 2024
@gminn
Copy link
Member Author

gminn commented Sep 11, 2024

3.7.0 build is failing in because we are missing the header added in this commit.

@gminn gminn closed this Sep 11, 2024
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.

1 participant