xtensa-build-zephyr.py: add --extra-rimage-args option

Temporary solution until the `west sign` situation is finalized
upstream, see zephyrproject-rtos/zephyr/pull/52942 and others.

Use shlex.split() that supports both some quoting and empty strings
nicely.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 file changed
tree: d21891bfbb7460c3c4bb46f5a9be054a80c42169
  1. .github/
  2. app/
  3. doc/
  4. installer/
  5. keys/
  6. scripts/
  7. smex/
  8. src/
  9. submanifests/
  10. test/
  11. third_party/
  12. tools/
  13. xtos/
  14. zephyr/
  15. .gitignore
  16. .gitmodules
  17. .travis.yml
  18. CMakeLists.txt
  19. CODEOWNERS
  20. Kconfig
  21. Kconfig.sof
  22. Kconfig.xtos-build
  23. Kconfig.xtos-dbg
  24. Kconfig.zephyr-log
  25. LICENCE
  26. README.md
  27. west.yml
README.md

Sound Open Firmware

Status

GitHub Actions Build Status Gitter chat

Documentation

See docs

Running the tests

See unit testing documentation

Deployment

TODO: Add additional notes about how to deploy this on a live system

Contributing

See Contributing to the Project

License

This project is licensed under the BSD Clause 3 - see the LICENCE file for details