Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit 811e410

Browse files
ioannisggalak
authored andcommitted
python: add imgtool in the packages to be installed
Add imgtool in the packages to be installed. imgtool is needed when building Zephyr with TF-M. It is currently not covered by MCUboot requirements. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
1 parent 8ac8731 commit 811e410

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shippable/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,5 @@ pip3 install -q statistics numpy
145145

146146
pip3 install -r https://raw.githubusercontent.com/JuulLabs-OSS/mcuboot/master/scripts/requirements.txt
147147

148+
# imgtool, needed for MCUboot to sign images (i.e. for TF-M S/NS builds)
149+
pip3 install -q imgtool

0 commit comments

Comments
 (0)