-
Notifications
You must be signed in to change notification settings - Fork 321
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
xtensa-build-zephyr.py: remove imx8ulp from --all #8493
Conversation
As of today's Zephyr commit 92fb8b223825, imx8ulp does not compile. Do not remove any of its data from `xtensa-build-zephyr.py` but exclude it from --all Fixes: ``` scripts/xtensa-build-zephyr.py --all -- Board: nxp_adsp_imx8ulp No board named 'nxp_adsp_imx8ulp' found. CMake Error at zephyr/cmake/modules/boards.cmake:167 (message): Invalid BOARD; see above. Call Stack (most recent call first): cmake/modules/zephyr_default.cmake:129 (include) share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:5 (find_package) ``` Fixes 61ccb4c ("scripts: zephyr: Add support to build sof for imx8ulp") Signed-off-by: Marc Herbert <[email protected]>
Interesting (and unrelated) It reminds me about zephyrproject-rtos/zephyr@a4b9692155a3 ? cc: @RanderWang , @lyakh , @andyross , @tmleman , @kv2019i @fredoh9 did you already file an issue for this one?
No other failure in that run. (ACE MTL https://sof-ci.01.org/sofpr/PR8493/build14994/devicetest is all green and so is https://sof-ci.01.org/sof-pr-viewer/#/build/PR8493/build13133892) |
Same |
This is a random issue after we enable multi-core test on CAVS platform while no such issue on ACE platform. |
@marc-hb this fails because CI is not updated to latest toolchain SDK. We can merge this now and re-add it again once the toolchain is updgraded. |
zephyrproject-rtos/zephyr#63751 this is still open |
Thanks, please share links to the corresponding PRs, issues, etc. Also, please revert, debug, fix and resubmit. |
As of today's Zephyr commit 92fb8b223825, imx8ulp does not compile.
Do not remove any of its data from
xtensa-build-zephyr.py
but exclude it from --allFixes:
Fixes 61ccb4c ("scripts: zephyr: Add support to build sof for imx8ulp")