Skip to content
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

[SKIP SOF-TEST] xtensa-build-zephyr.py: move PTL out of "all" and into "extra". #9266

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

marc-hb
Copy link
Collaborator

@marc-hb marc-hb commented Jun 27, 2024

As reported in #9262, this fixes the --all option.

Fixes commit 05bfc36 ("ptl: Add initial PTL configuration")

As reported in thesofproject#9262, this fixes the --all option.

Fixes commit 05bfc36 ("ptl: Add initial PTL configuration")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
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 <marc.herbert@intel.com>
@marc-hb marc-hb marked this pull request as ready for review June 27, 2024 02:15
Copy link
Contributor

@andyross andyross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, thought I'd personally prefer to fix this with a toolchain. Though really that's properly a bug for Zephyr sdk-ng and not SOF per se.

@@ -87,6 +87,23 @@ class PlatformConfig:
aliases: list = dataclasses.field(default_factory=list)
ipc4: bool = False

# These cannot be built by everyone out of the box yet.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually toolchain will be availalbe later? Then FIXME or TODO placeholder may be nicer?
Otherwise looks good.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually toolchain will be availalbe later?

Yes hopefully. As @andyross said: this is a Zephyr SDK issue.

@kv2019i kv2019i merged commit 2aaee2e into thesofproject:main Jul 2, 2024
42 of 43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants