Skip to content

Commit 4735794

Browse files
mkardous-silabspull[bot]
authored andcommitted
[Openthread] Update Openthread submodule (#18277)
* update openthread * update ot platforms * update ot-br-posisx hach to match openthread * TI fix * Disable web service * Added systemd install * fix typo * remove systemd * test CI fix
1 parent b1b48fe commit 4735794

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

integrations/docker/ci-only-images/chip-cirque-device-base/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ RUN apt-get update \
4343
&& git submodule update --init --depth=1 \
4444
&& ./script/bootstrap \
4545
&& ./script/setup \
46-
&& chmod 644 /etc/bind/named.conf.options \
4746
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
4847
git psmisc ninja-build cmake wget libreadline-dev libncurses-dev libcpputest-dev \
4948
libavahi-common-dev libavahi-client-dev libboost-dev libboost-filesystem-dev \

scripts/tests/cirque_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function __cirquetest_clean_flask() {
7373

7474
function __cirquetest_build_ot() {
7575
echo -e "[$BOLD_YELLOW_TEXT""INFO""$RESET_COLOR] Cache miss, build openthread simulation."
76-
script/cmake-build simulation -DOT_THREAD_VERSION=1.2 -DOT_MTD=OFF -DOT_FTD=OFF
76+
script/cmake-build simulation -DOT_THREAD_VERSION=1.2 -DOT_MTD=OFF -DOT_FTD=OFF -DWEB_GUI=0 -DNETWORK_MANAGER=0 -DREST_API=0 -DNAT64=0
7777
tar czf "$OT_SIMULATION_CACHE" build
7878
echo "$OPENTHREAD_CHECKOUT" >"$OT_SIMULATION_CACHE_STAMP_FILE"
7979
}

src/platform/cc13x2_26x2/openthread-core-cc13x2_26x2-config.h

+2
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@
6969
#define OPENTHREAD_CONFIG_JOINER_ENABLE 0
7070

7171
#define OPENTHREAD_CONFIG_ENABLE_BUILTIN_MBEDTLS 0
72+
// TCP disabled until OpenThread has a GN/Ninja build for the tcplp library
73+
#define OPENTHREAD_CONFIG_TCP_ENABLE 0

third_party/openthread/ot-nxp

Submodule ot-nxp updated 48 files

third_party/openthread/repo

Submodule repo updated 1273 files

third_party/ot-br-posix/repo

Submodule repo updated 147 files

0 commit comments

Comments
 (0)