Skip to content

Commit 50d4fa7

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 cce83b9 commit 50d4fa7

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

west.yml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,42 @@ manifest:
1111
remote: ncs
1212
repo-path: sdk-nrf
1313
revision: v3.4.0
14-
import: true
14+
import:
15+
# Import only NCS and Zephyr modules required to build Matter samples.
16+
# Please keep this list sorted alphabetically.
17+
name-allowlist:
18+
# NCS projects
19+
- bme68x
20+
- bsec
21+
- coremark
22+
- doc-internal
23+
- dragoon
24+
- find-my
25+
- hostap
26+
- libmodem
27+
- matter
28+
- mbedtls
29+
- mcuboot
30+
- nrf-802154
31+
- nrf_wifi
32+
- nrfxlib
33+
- oberon-psa-crypto
34+
- openthread
35+
- psa-arch-tests
36+
- qcbor
37+
- t_cose
38+
- trusted-firmware-m
39+
- zephyr
40+
# Zephyr modules (imported via nrf/west.yml zephyr name-allowlist)
41+
- cmsis
42+
- cmsis_6
43+
- hal_nordic
44+
- libmetal
45+
- lz4
46+
- open-amp
47+
- picolibc
48+
- tf-psa-crypto
49+
- zcbor
1550
- name: matter
1651
remote: ncs
1752
path: modules/lib/matter

0 commit comments

Comments
 (0)