-
Notifications
You must be signed in to change notification settings - Fork 7.8k
manifest: optional: sync with SOF upstream #93939
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
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
@LaurentiuM1234 @dbaluta can you check the IMX build error? We don't see this in SOF CI. Error is: https://github.com/zephyrproject-rtos/zephyr/actions/runs/16651073683/job/47124328512?pr=93939 xtensa-nxp_imx8m_adsp_zephyr-elf/12.2.0/../../../../xtensa-nxp_imx8m_adsp_zephyr-elf/bin/ld.bfd: warning: orphan section |
new problem: esptool>=5.0.2 not found in PATH. |
Sync with latest SOF upstream. Signed-off-by: Anas Nashif <[email protected]>
f6d3c9b
to
c719b32
Compare
|
@nashif - does the above issue need to be resolved before this PR is merged? |
where is this issue? |
whatever/wherever is it, it will for sure not be related to this change. I think this is a dependency missing in someone's environment, esptool now comes from pip and not via espressif HAL. So please run |
@nashif it's gone after your last push |
Sync with latest SOF upstream.
Signed-off-by: Anas Nashif [email protected]