Uh oh!
There was an error while loading. Please reload this page.
imx: clk: Fix zephyr header include - #6098
Conversation
After Zephyr commit:
855216f582d2 ("kconfig: default to LEGACY_INCLUDE_PATH=n")
we get a compile time error because legacy include paths are not
supported by default.
Fix this by adding 'zephyr/' prefix in proper places.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>dbaluta
commented
Aug 5, 2022
@lgirdwood@kv2019i we need to merge this PR into the same patch of #6079 as we do not want windows where the compile errors is present in our repo. |
marc-hb
commented
Aug 5, 2022
Funny enough all IMX builds are fixed in https://github.com/thesofproject/sof/runs/7689817244 with this PR alone. |
lgirdwood
commented
Aug 5, 2022
Fwiw, we've had issues in the past where the Zephyr changes would break SOF on Intel from time to time, using the west approach (for devs and CI) now means this should no longer be an issue. |
I added github actions yesterday that compile-test BOTH the (static) manifest revision in |
After Zephyr commit:
855216f582d2 ("kconfig: default to LEGACY_INCLUDE_PATH=n")
we get a compile time error because legacy include paths are not
supported by default.
Fix this by adding 'zephyr/' prefix in proper places.
Signed-off-by: Daniel Baluta daniel.baluta@nxp.com