Skip to content

Conversation

@adigie
Copy link
Member

@adigie adigie commented May 16, 2025

Replace NET_L2_OPENTHREAD with OPENTHREAD as OpenThread Kconfigs
were moved from L2 to OpenThread module.

Keep NET_L2_OPENTHREAD if there is dependency to networking.

@adigie adigie requested review from a team as code owners May 16, 2025 10:13
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels May 16, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented May 16, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
matter nrfconnect/sdk-connectedhomeip@9229594 nrfconnect/sdk-connectedhomeip@c261ed9 (master) nrfconnect/[email protected]
nrfxlib nrfconnect/sdk-nrfxlib@61ea240 nrfconnect/sdk-nrfxlib@0d84fe1 (main) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented May 16, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 4

Inputs:

Sources:

sdk-nrf: PR head: b46c47966051141c3f2124182b30ac81a2ebe9f5
nrfxlib: PR head: 0d84fe136fbfa9bb2793644103cdcac603b338d2
matter: PR head: c261ed9ecf3aefe8394cc2047d11a2db06f4a701

more details

sdk-nrf:

PR head: b46c47966051141c3f2124182b30ac81a2ebe9f5
merge base: 117be0f635cd75432a4490932def9fbd4f6ca1c1
target head (main): 1cb968880dbc79a45e99c0faaec96c5280ffa513
Diff

nrfxlib:

PR head: 0d84fe136fbfa9bb2793644103cdcac603b338d2
merge base: 61ea24061c4a9c69fdb9d8e818c0eda682fba7fd
Diff

matter:

PR head: c261ed9ecf3aefe8394cc2047d11a2db06f4a701
merge base: 9229594d0853fdd1def09c192325ea04ce2efd9b
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (41)
applications
│  ├── matter_bridge
│  │  │ Kconfig
│  ├── matter_weather_station
│  │  │ Kconfig
modules
│  ├── lib
│  │  ├── matter
│  │  │  ├── config
│  │  │  │  ├── nrfconnect
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  │ Kconfig.defaults
│  │  │  │  ├── zephyr
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  ├── examples
│  │  │  │  ├── all-clusters-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── all-clusters-minimal-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  │ Kconfig
│  │  │  │  ├── light-switch-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── lighting-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── lit-icd-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── lock-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── pump-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── pump-controller-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  │  ├── window-app
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │ AppTask.cpp
│  │  │  ├── src
│  │  │  │  ├── inet
│  │  │  │  │  ├── tests
│  │  │  │  │  │  │ TestInetEndPoint.cpp
│  │  │  │  ├── platform
│  │  │  │  │  ├── Zephyr
│  │  │  │  │  │  ├── CHIPDevicePlatformConfig.h
│  │  │  │  │  │  │ ConfigurationManagerImpl.cpp
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── CHIPDevicePlatformConfig.h
│  │  │  │  │  │  │ CHIPPlatformConfig.h
│  │  │  │  ├── test_driver
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  │ prj.conf
nrfxlib
│  ├── CMakeLists.txt
│  ├── openthread
│  │  │ Kconfig
samples
│  ├── matter
│  │  ├── common
│  │  │  ├── src
│  │  │  │  ├── app
│  │  │  │  │  │ matter_init.cpp
│  │  │  │  ├── bridge
│  │  │  │  │  │ Kconfig
│  │  ├── light_bulb
│  │  │  │ Kconfig
│  │  ├── light_switch
│  │  │  │ Kconfig
│  │  ├── lock
│  │  │  │ Kconfig
│  │  ├── manufacturer_specific
│  │  │  │ Kconfig
│  │  ├── template
│  │  │  │ Kconfig
│  │  ├── thermostat
│  │  │  │ Kconfig
subsys
│  ├── mpsl
│  │  ├── init
│  │  │  │ Kconfig
west.yml

Outputs:

Toolchain

Version: 1d2c5d0ab5
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:1d2c5d0ab5_e85602c25f

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 25
  • ✅ Integration tests
    • ✅ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-thread-main
    • ✅ test-sdk-find-my
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-low-level
    • test-sdk-audio
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

You can find the documentation preview for this PR here.

@adigie adigie force-pushed the align-ot-kconfigs branch from 8d84c9c to 35b78c3 Compare May 16, 2025 11:59
@adigie
Copy link
Member Author

adigie commented May 16, 2025

@nrfconnect/ncs-co-build-system please review.

Replace `NET_L2_OPENTHREAD` with `OPENTHREAD` as OpenThread Kconfigs
were moved from L2 to OpenThread module.

Keep `NET_L2_OPENTHREAD` if there is dependency to networking.

Signed-off-by: Adrian Gielniewski <[email protected]>
@adigie adigie force-pushed the align-ot-kconfigs branch from 35b78c3 to eb7fd3e Compare May 19, 2025 08:37
adigie added 2 commits May 19, 2025 14:04
Update nrfxlib revision.

Signed-off-by: Adrian Gielniewski <[email protected]>
Update Matter SDK revision.

Signed-off-by: Adrian Gielniewski <[email protected]>
@adigie adigie force-pushed the align-ot-kconfigs branch from eb7fd3e to b46c479 Compare May 19, 2025 12:04
@NordicBuilder NordicBuilder removed the DNM label May 19, 2025
@rlubos rlubos merged commit 45147fe into nrfconnect:main May 19, 2025
14 of 15 checks passed
@adigie adigie deleted the align-ot-kconfigs branch May 19, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-matter manifest-nrfxlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants