mirror of https://github.com/thesofproject/sof.git
ce8bc4a394
The most important fix is the addition of the "flush" argument which means are commands are now printed when they are run and not all at the end when everything is done. Commands run by this script are very few so they are always shown. This makes it possible to debug just this script without being completely drown in build noise. All '-v's are passed to west. Pass -v to `west sign`, not just to `west build`. Drop the manual "-DCMAKE_VERBOSE_MAKEFILE=ON", west knows how to do that. Print directories first so commands are aligned, more visible and can be copied. Use shlex to quote whitespace. Signed-off-by: Marc Herbert <marc.herbert@intel.com> |
||
---|---|---|
.github | ||
doc | ||
installer | ||
keys | ||
rimage@ee5c3e1deb | ||
scripts | ||
smex | ||
src | ||
test | ||
third_party/include | ||
tools | ||
zephyr | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CMakeLists.txt | ||
CODEOWNERS | ||
Kconfig | ||
Kconfig.sof | ||
Kconfig.xtos-build | ||
Kconfig.xtos-dbg | ||
LICENCE | ||
README.md |
README.md
Sound Open Firmware
Status
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