Skip to content

Commit 2853643

Browse files
manifest: Exclude unneeded NCS modules from west import
Filter inherited nrf west.yml projects with name-blocklist so west update only fetches repos required to build Matter samples Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 4f42732 commit 2853643

1 file changed

Lines changed: 37 additions & 1 deletion

File tree

west.yml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,43 @@ manifest:
1111
remote: ncs
1212
repo-path: sdk-nrf
1313
revision: v3.4.0
14-
import: true
14+
import:
15+
# Exclude NCS and Zephyr modules not required to build Matter samples.
16+
name-blocklist:
17+
# NCS projects
18+
- azure-sdk-for-c
19+
- bsim
20+
- cirrus
21+
- cjson
22+
- cmock
23+
- memfault-firmware-sdk
24+
- wfa-qt-control-app
25+
# Zephyr modules (imported via nrf/west.yml zephyr name-allowlist)
26+
- canopennode
27+
- chre
28+
- cmsis-dsp
29+
- cmsis-nn
30+
- dhara
31+
- edtt
32+
- fatfs
33+
- hal_st
34+
- hal_tdk
35+
- hal_wurthelektronik
36+
- liblc3
37+
- libsbc
38+
- littlefs
39+
- loramac-node
40+
- lvgl
41+
- mipi-sys-t
42+
- mldsa-native
43+
- nanopb
44+
- net-tools
45+
- nrf_hw_models
46+
- percepio
47+
- segger
48+
- tf-m-tests
49+
- uoscore-uedhoc
50+
- zscilib
1551
- name: matter
1652
remote: ncs
1753
path: modules/lib/matter

0 commit comments

Comments
 (0)