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

xtensa-build-zephyr.py: add flexibility to generate tools/ only #8916

Merged
merged 1 commit into from
Apr 22, 2024

Commits on Mar 16, 2024

  1. xtensa-build-zephyr.py: add flexibility to generate tools/ only

    Installing most of the tools/ directory does not technically require
    building any platform, so add that possibility.
    
    This is useful because the Jenkins-based CI builds the (userspace) tools
    separately. So far it has been picking hardcoded source paths but of
    course the HWMv2 transition just broke that:
    thesofproject#8913
    
    While it's too late this time (we want to keep CI able to test stable
    branches for some time), this commit prepares a future where all CIs can
    stop hardcoding Zephyr source paths and pick the output of the
    xtensa-build-zephyr.py installer and indirection layer instead.
    
    Signed-off-by: Marc Herbert <marc.herbert@intel.com>
    marc-hb committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e29c2b9 View commit details
    Browse the repository at this point in the history