-
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
[BUG] PTL doesn't have an open source toolchain, "xtensa-build-zephyr.py ptl" fails by default #9262
Comments
FWIW: another side band option would be to get partners copies of the relevant Cadence SDK integration files so they could do the work themselves. |
Add a test to avoid --all breakages like the one in commit 05bfc36 ("ptl: Add initial PTL configuration"), reported in thesofproject#9262 See also previous commit. Signed-off-by: Marc Herbert <[email protected]>
As reported in thesofproject#9262, this fixes the --all option. Fixes commit 05bfc36 ("ptl: Add initial PTL configuration") Signed-off-by: Marc Herbert <[email protected]>
Add a test to avoid --all breakages like the one in commit 05bfc36 ("ptl: Add initial PTL configuration"), reported in thesofproject#9262 See also previous commit. Signed-off-by: Marc Herbert <[email protected]>
Do you have this in mind? @lgirdwood not sure about the current policy, we should have it also in xtensa-overlay repo or sdk-ng is enough? |
As reported in #9262, this fixes the --all option. Fixes commit 05bfc36 ("ptl: Add initial PTL configuration") Signed-off-by: Marc Herbert <[email protected]>
Add a test to avoid --all breakages like the one in commit 05bfc36 ("ptl: Add initial PTL configuration"), reported in #9262 See also previous commit. Signed-off-by: Marc Herbert <[email protected]>
I think CI needs it on SOF side i.e. for GCC front end static analysis for PR testing but IIRC it should all come via Zephyr SDK now. |
As reported in thesofproject#9262, this fixes the --all option. Fixes commit 05bfc36 ("ptl: Add initial PTL configuration") Signed-off-by: Marc Herbert <[email protected]>
Add a test to avoid --all breakages like the one in commit 05bfc36 ("ptl: Add initial PTL configuration"), reported in thesofproject#9262 See also previous commit. Signed-off-by: Marc Herbert <[email protected]>
Current GitHub workflows in |
zephyrproject-rtos/sdk-ng#767 is now merged, so support exists in Zephyr SDK. No activity on the xtensa-overlay and "ptl" is still marked in extras, so I'll keep this open until we have more clear concensus (either the Zephyr SDK is sufficient for Zephyr native SOF platform and/or xtensa-overlay is updated). |
The PTL platform merged without a toolchain added to the Zephyr SDK for the ace30_ptl SOC, or any other way to create one. This means that builds from a bare tree checkout are always going to fail without access to the Cadence SDK for the device. Also new work that might impact the platform (c.f #9261) can't be validated by the submitter.
At the very least, if there's resistance to adding another toolchain to the already huge Zephyr SDK[1] an overlay file should be added to the SOF xtensa-overlays project ( https://github.com/thesofproject/xtensa-overlay ) so that users can build their own.
[1] There are, to be sure, a lot of Xtensa variants in there now.
The text was updated successfully, but these errors were encountered: