Skip to content

Commit

Permalink
Update nRF docker image to use more recent openthread (#1907)
Browse files Browse the repository at this point in the history
After #1879 had been merged CHIP would no longer build with
openthread version included in nRF Connect SDK 1.3.0 due
to lack of otJoinerDiscerner() function.
Therefore, update the docker image to use NCS master
branch where recent openthread changes have already been
merged.
  • Loading branch information
Damian-Nordic authored Jul 29, 2020
1 parent 4ddc0fa commit 8787541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integrations/docker/images/chip-build-nrf-platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ RUN set -x \
# Device Tree Compiler 1.4.7
&& curl -o /tmp/dtc.deb http://mirrors.edge.kernel.org/ubuntu/pool/main/d/device-tree-compiler/device-tree-compiler_1.4.7-3ubuntu2_amd64.deb \
&& dpkg -i /tmp/dtc.deb \
# nRF Connect SDK 1.3.0 sources & requirements
# nRF Connect SDK [master] sources & requirements
&& (mkdir /var/ncs && cd /var/ncs \
&& pip3 install --no-cache-dir setuptools wheel cmake west \
&& west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.3.0 \
&& west init -m https://github.com/nrfconnect/sdk-nrf \
&& west update \
&& pip3 install --no-cache-dir -r zephyr/scripts/requirements.txt \
&& pip3 install --no-cache-dir -r nrf/scripts/requirements.txt \
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1

0 comments on commit 8787541

Please sign in to comment.