Skip to content

Commit

Permalink
[ot] scripts/opentitan: fix otptool.py path in release workflow
Browse files Browse the repository at this point in the history
This script has changed names, gained features, and now has dependencies
in `python/qemu/ot/`.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Oct 30, 2024
1 parent 0201a68 commit 89e9155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/opentitan/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ QEMU_BUILD="$3"
tar --create --auto-compress --verbose --file="$OUT_TARBALL" \
--directory="$QEMU_DIR" \
"$QEMU_BUILD"/qemu-{system-riscv32,img} \
scripts/opentitan/{otpconv,flashgen}.py
scripts/opentitan/{otptool,flashgen}.py \
python/qemu/ot

0 comments on commit 89e9155

Please sign in to comment.