We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7caf60d commit 0e666beCopy full SHA for 0e666be
integrations/docker/images/base/chip-build/version
@@ -1 +1 @@
1
-63 : [NXP] Add docker image for Zephyr examples
+64 : [NXP] Add `--break-system-packages` to pip install
integrations/docker/images/stage-2/chip-build-nxp-zephyr/Dockerfile
@@ -14,7 +14,7 @@ RUN set -x \
14
&& tar xvf zephyr-sdk-0.16.5_linux-x86_64_minimal.tar.xz \
15
&& rm -rf zephyr-sdk-0.16.5_linux-x86_64_minimal.tar.xz \
16
&& zephyr-sdk-0.16.5/setup.sh -t arm-zephyr-eabi \
17
- && pip3 install -U --no-cache-dir west \
+ && pip3 install --break-system-packages -U --no-cache-dir west \
18
&& west init zephyrproject -m https://github.com/nxp-zephyr-ear/zephyr.git --mr zephyr_rw61x_v3.6_RFP \
19
&& cd zephyrproject/zephyr \
20
&& west update -o=--depth=1 -n \
0 commit comments