-
Notifications
You must be signed in to change notification settings - Fork 318
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
Use Zephyr SDK 0.16.4 #8618
Use Zephyr SDK 0.16.4 #8618
Conversation
This brings in Zephyr SDK 0.16.4 containing toolchain for imx8ulp. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This adds support for imx8ulp. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Looks like there is some problems with Intel builds: https://github.com/thesofproject/sof/actions/runs/7196263630/job/19600738125?pr=8618
|
@fkwasowi can you check, it seems LNL build is failing after the L1_EXIT PR was merged to Zephyr. EDIT, let's discuss not here but there: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @dbaluta ! I can reproduce the LNL issue with the Zephyr main branch, it's unrelated, we know where it comes from and it can be ignored.
The comparison between Linux and Windows builds is especially good news:
https://github.com/thesofproject/sof/actions/runs/7196263630/job/19601262153?pr=8618
It proves that the two toolchains are identical.
Let's merge this ASAP!
# ghcr.io/zephyrproject-rtos/zephyr-build:latest | ||
# | ||
# "latest" is just a regular tag like "v0.26.4", it may or many not name | ||
# "latest" is just a regular tag like "v0.26.6", it may or many not name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No big deal but this is unnecessary churn which could git conflict.
OMG, I added @lgirdwood to the list of reviewers which... discarded his existing approval! sorry about that. cavs25 https://sof-ci.01.org/sofpr/PR8618/build1072/devicetest/index.html has only suspend/resume failures ACE https://sof-ci.01.org/sofpr/PR8618/build1071/devicetest/index.html has worrying |
https://sof-ci.01.org/sof-pr-viewer/#/build/PR8618/build13273192 has only one error in only one test and again that CI does NOT use the Zephyr SDK @lrudyX , @wszypelt I've never seen that error before:
|
@lgirdwood @marc-hb I think this is good to merge, right? |
As this does not affect the Intel CI builds, I'll ignore the internal CI errors and proceed with merge. |
This updates docker container version and zephyr workflows to support new Zephyr SDK (0.16.4).