Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ manifest:
url-base: https://github.com/zephyrproject-rtos
- name: babblesim
url-base: https://github.com/BabbleSim
- name: nordicjm
url-base: https://github.com/nordicjm

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not right, I assume?

https://docs.zephyrproject.org/latest/develop/modules.html#module-repositories is stating that:

All modules included in the default manifest shall be hosted in repositories under the zephyrproject-rtos GitHub organization.

Is this accidental, or is there really reason to not to use https://github.com/zephyrproject-rtos/mcuboot repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops that is accidental, have submitted a fix #88700 thanks


group-filter: [-babblesim, -optional]

Expand Down Expand Up @@ -287,8 +289,9 @@ manifest:
groups:
- crypto
- name: mcuboot
revision: ea2410697dd0262edec041a0ccb07fdbde7c1aff
revision: 58538ddfe21843edb39d7e7502812e61696e55c4
path: bootloader/mcuboot
remote: nordicjm
- name: mipi-sys-t
path: modules/debug/mipi-sys-t
groups:
Expand Down