Skip to content

Commit 5f219dd

Browse files
wearyzenstephanosio
authored andcommitted
base: install python dependencies from TF-M
Zephyr has moved to TF-M v2.2.x so, update the CI setup to install dependencies from TF-M's requirements.txt to ensure that boards like MPS4 can be built and run correctly. Signed-off-by: Sudan Landge <sudan.landge@arm.com>
1 parent ffc8cd8 commit 5f219dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ RUN <<EOF
207207
pip install --no-cache-dir \
208208
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/main/scripts/requirements.txt \
209209
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
210+
-r https://raw.githubusercontent.com/zephyrproject-rtos/trusted-firmware-m/main/tools/requirements.txt \
210211
'esptool>=5.0.2' \
211212
GitPython \
212-
imgtool \
213213
junitparser \
214214
junit2html \
215215
nrf-regtool~=9.0.1 \

0 commit comments

Comments
 (0)