Skip to content

Commit 2399e42

Browse files
Changed Dockerfile for crosscompile image. (project-chip#37300)
* Changed Dockerfile for crosscompile image. Now pointing to a new sysroot. Changed needed for NFC Commissioning. * Bumped version --------- Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 2ce3daf commit 2399e42

File tree

2 files changed

+2
-2
lines changed
  • integrations/docker/images

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
102 : [nrfconnect] Fix ZEPHYR_SDK_INSTALL_DIR in chip-build-vscode
1+
103 : Changed sysroot for crosscompile image (new ubuntu version and includes NFC libs)

integrations/docker/images/stage-1/chip-build-crosscompile/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /opt
1717
RUN set -x \
1818
&& git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git /opt/depot_tools \
1919
# TODO: Remove experimental solution to create the sysroot file in cross-compile image
20-
&& echo 'experimental/matter/sysroot/ubuntu-22.04.1-aarch64 latest' > ensure_file.txt \
20+
&& echo 'experimental/matter/sysroot/ubuntu-24.04-aarch64 version:build-2025.01.28' > ensure_file.txt \
2121
&& ./depot_tools/cipd ensure -ensure-file ensure_file.txt -root ./ \
2222
&& tar xfvJ ubuntu-22.04.1-aarch64-sysroot.tar.xz \
2323
&& rm -rf /opt/ubuntu-22.04.1-aarch64-sysroot/usr/lib/firmware \

0 commit comments

Comments
 (0)