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

scripts: build-tools: Add support to build tplg1/tplg2 individually #9583

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

dbaluta
Copy link
Collaborator

@dbaluta dbaluta commented Oct 16, 2024

NXP platforms do not support tplg2 and we don't want to build them every time.

So introduce new options to ./scripts/build-tools.sh so that it can build tplg1 and tplg2 separately.

  • ./scripts/build-tools.sh -X, will only build topology1
  • ./scripts/build-tools.sh -Y, will only build topology2

Target:

  • ./scripts/build-tools.sh -T, remains unchanged and will build both topology1 and topolog2.

@dbaluta
Copy link
Collaborator Author

dbaluta commented Oct 16, 2024

Changes since v1:

  • added [-X | -Y ] option in the short command helper.

NXP platforms do not support tplg2 and we don't want to build them
every time.

So introduce new options to ./scripts/build-tools.sh so that it
can build tplg1 and tplg2 separately.

- ./scripts/build-tools.sh -X, will only build topology1
- ./scripts/build-tools.sh -Y, will only build topology2

Target:
- ./scripts/build-tools.sh -T, remains unchanged and will build
both topology1 and topolog2.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
@dbaluta dbaluta merged commit 58d058e into thesofproject:main Oct 16, 2024
45 of 47 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.

3 participants