From 89e915545a324bab914a5ab1643ab8d96a950851 Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Wed, 30 Oct 2024 11:01:50 +0000 Subject: [PATCH] [ot] scripts/opentitan: fix otptool.py path in release workflow This script has changed names, gained features, and now has dependencies in `python/qemu/ot/`. Signed-off-by: James Wainwright --- scripts/opentitan/make_release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/opentitan/make_release.sh b/scripts/opentitan/make_release.sh index ef24b8b9d0ed..71efeec5c350 100755 --- a/scripts/opentitan/make_release.sh +++ b/scripts/opentitan/make_release.sh @@ -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