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.py: install and checksum .elf, .lst and other files
Sample new output below. The sha256 is computed on the _uncompressed_ files and _not_ affected by gzip metadata. ``` build-sof-staging ├── sof │ ├── community │ │ ├── sof-imx8.ri sha256=50c5423d2355ef3ed91... │ │ └── sof-tgl.ri sha256=6b1d26c12a63de5dfc8... │ ├── sof-imx8.ldc sha256=520d365d188d5ef4e907d3dd8c9... │ └── sof-tgl.ldc sha256=cdce6ad340d4dc047e71e738eb0... ├── sof-info │ ├── imx8 │ │ ├── config.gz │ │ ├── zephyr.elf.gz │ │ ├── zephyr.lst.gz sha256=8c83c3fc92df0a871dd... │ │ ├── zephyr.map.gz │ │ └── zephyr.strip.gz sha256=d3ce3d3450c67bb3580... │ └── tgl │ ├── boot.mod.gz sha256=d9c9e82e75fa6d061bf... │ ├── config.gz │ ├── main.mod.gz │ ├── stripped-main.mod.gz sha256=c367dccca6d... │ ├── zephyr.elf.gz │ ├── zephyr.lst.gz sha256=5474bc5e58a5d000109... │ ├── zephyr.map.gz │ └── zephyr.strip.gz sha256=6285f41c0682b33b7e0... └── tools ├── cavstool.py ├── cavstool_client.py ├── cavstwist.sh ├── mtrace-reader.py ├── remote-fw-service.py └── sof-logger ``` Signed-off-by: Marc Herbert <[email protected]> (cherry picked from commit 9fa1a99)
- Loading branch information