submanifests: optional: Add zephyr-keep-sorted check for projects
Use the regex mode for zephyr-keep-sorted to verify alphabetical order of projects. Sort accordingly Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
c689387149
commit
2c276718a1
1 changed files with 8 additions and 6 deletions
|
|
@ -2,6 +2,7 @@ manifest:
|
||||||
remotes:
|
remotes:
|
||||||
- name: upstream
|
- name: upstream
|
||||||
url-base: https://github.com/zephyrproject-rtos
|
url-base: https://github.com/zephyrproject-rtos
|
||||||
|
# zephyr-keep-sorted-start re(^\s+\- name:)
|
||||||
projects:
|
projects:
|
||||||
- name: canopennode
|
- name: canopennode
|
||||||
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
|
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
|
||||||
|
|
@ -33,12 +34,6 @@ manifest:
|
||||||
remote: upstream
|
remote: upstream
|
||||||
groups:
|
groups:
|
||||||
- optional
|
- optional
|
||||||
- name: zephyr-lang-rust
|
|
||||||
revision: 7af3db47bf7335ac6a6fe7480df6b41fb46dbe9d
|
|
||||||
path: modules/lang/rust
|
|
||||||
remote: upstream
|
|
||||||
groups:
|
|
||||||
- optional
|
|
||||||
- name: sof
|
- name: sof
|
||||||
revision: 316f414b64dee8e4aefce503af6c2c2e57d266f4
|
revision: 316f414b64dee8e4aefce503af6c2c2e57d266f4
|
||||||
path: modules/audio/sof
|
path: modules/audio/sof
|
||||||
|
|
@ -64,9 +59,16 @@ manifest:
|
||||||
remote: upstream
|
remote: upstream
|
||||||
groups:
|
groups:
|
||||||
- optional
|
- optional
|
||||||
|
- name: zephyr-lang-rust
|
||||||
|
revision: 7af3db47bf7335ac6a6fe7480df6b41fb46dbe9d
|
||||||
|
path: modules/lang/rust
|
||||||
|
remote: upstream
|
||||||
|
groups:
|
||||||
|
- optional
|
||||||
- name: zscilib
|
- name: zscilib
|
||||||
path: modules/lib/zscilib
|
path: modules/lib/zscilib
|
||||||
revision: ee1b287d9dd07208d2cc52284240ac25bb66eae3
|
revision: ee1b287d9dd07208d2cc52284240ac25bb66eae3
|
||||||
remote: upstream
|
remote: upstream
|
||||||
groups:
|
groups:
|
||||||
- optional
|
- optional
|
||||||
|
# zephyr-keep-sorted-stop
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue