Skip to content

Commit c2741a5

Browse files
RobertGalatNordictotyz
authored andcommitted
manifest: move sidewalk project to add-on
remove sidewalk project from west.yml, to move it as out of tree project in add-on. remove Sidewalk from test-spec Signed-off-by: Robert Gałat <robert.galat@nordicsemi.no>
1 parent 7ee45e0 commit c2741a5

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

.github/test-spec.yml

-13
Original file line numberDiff line numberDiff line change
@@ -577,19 +577,6 @@
577577
- "subsys/partition_manager/**/*"
578578
- "tests/subsys/net/lib/nrf_cloud/**/*"
579579

580-
"CI-sidewalk-test":
581-
- "subsys/bootloader/**/*"
582-
- "subsys/partition_manager/**/*"
583-
- "subsys/dfu/**/*"
584-
- "modules/mcuboot/**/*"
585-
- "subsys/fw_info/*"
586-
- "subsys/pcd/**/*"
587-
- "subsys/bluetooth/controller/*"
588-
- any:
589-
- "subsys/nrf_security/**/*"
590-
- "!subsys/nrf_security/doc/**/*"
591-
- "!subsys/nrf_security/*.rst"
592-
593580
"CI-suit-dfu-test":
594581
- "include/bl*"
595582
- "include/fprotect.h"

.github/workflows/src-mirror.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
git-fetch-depth: 0
1515
path: workspace/nrf
16-
west-update-args: '--group-filter=+babblesim,+sidewalk'
16+
west-update-args: '--group-filter=+babblesim'
1717

1818
- name: Configure git and run garbage collection
1919
run: |

west.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ manifest:
4747
- -find-my
4848
- -babblesim
4949
- -libmodem
50-
- -sidewalk
5150
- -bsec
5251
- -doc-internal
5352
- +optional
@@ -66,7 +65,7 @@ manifest:
6665
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6766
- name: zephyr
6867
repo-path: sdk-zephyr
69-
revision: 1f9ba420d4deac00673fb474b7ea659b5d97a1ca
68+
revision: pull/2644/head
7069
import:
7170
# In addition to the zephyr repository itself, NCS also
7271
# imports the contents of zephyr/west.yml at the above
@@ -145,7 +144,7 @@ manifest:
145144
- name: nrfxlib
146145
repo-path: sdk-nrfxlib
147146
path: nrfxlib
148-
revision: b48612da0c37162de938287717da1542aa41e65d
147+
revision: pull/1682/head
149148
- name: trusted-firmware-m
150149
repo-path: sdk-trusted-firmware-m
151150
path: modules/tee/tf-m/trusted-firmware-m
@@ -196,11 +195,6 @@ manifest:
196195
upstream-url: https://github.com/DaveGamble/cJSON
197196
upstream-sha: d2735278ed1c2e4556f53a7a782063b31331dbf7
198197
compare-by-default: false
199-
- name: sidewalk
200-
repo-path: sdk-sidewalk
201-
revision: 735afa54b9c6658a698e990b18c2acb539b48dba
202-
groups:
203-
- sidewalk
204198
- name: find-my
205199
repo-path: sdk-find-my
206200
revision: f1afa0d5070fdfbdc4605392792e967ee6f8d1bb

0 commit comments

Comments
 (0)