Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtensa-build-zephyr: copy ALL cavstool*.py scripts
Quoting zephyrproject-rtos/zephyr#46880 (review) > No complaints about the code here. Just a general comment: > I do worry that as cavstool grows features (first to add the test > integration support, now the new client/server architecture) that > we're obscuring the core code that does the loading behind a big > facade of other stuff that also has to be run In Just The Right Way to > make things work. That impedes development flow. It might be time to > split the code up so that a minimal "just run this file please" tool > can continue to be maintained.` Long story short: `cavstool.py` is likely to be split in the future. To be readi-er, copy the entire `zephyr/soc/xtensa/intel_adsp/tools/` directory. Copying the entire directory also copies scripts that will never be used on a test device like `cavstool_client.py`. They're small Python script sso we don't care: keep it simple. Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information