From eb419f103940f8e4f0e3fdf0480bb6ef5841e13a Mon Sep 17 00:00:00 2001 From: Karsten Koenig Date: Fri, 27 Sep 2024 09:47:10 +0200 Subject: [PATCH] base: Bump nrf-regtool to 6.0.0 New fields for configuring the tracing subsystem were added here: https://github.com/zephyrproject-rtos/zephyr/pull/78831 nrf-regtool 6.0.0 supports those latest changes. Signed-off-by: Karsten Koenig --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index d6a6597..694b493 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -114,7 +114,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \ -r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \ GitPython imgtool junitparser junit2html numpy protobuf PyGithub \ pylint sh statistics west \ - nrf-regtool>=5.3.0 + nrf-regtool>=6.0.0 # Run pip check on x86 only for now, it fails on arm. RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \ pip3 check \