manifest: 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
5df9611dc9
commit
c689387149
1 changed files with 48 additions and 46 deletions
94
west.yml
94
west.yml
|
@ -28,16 +28,11 @@ manifest:
|
||||||
|
|
||||||
#
|
#
|
||||||
# Please add items below based on alphabetical order
|
# Please add items below based on alphabetical order
|
||||||
|
# zephyr-keep-sorted-start re(^\s+\- name:)
|
||||||
projects:
|
projects:
|
||||||
- name: acpica
|
- name: acpica
|
||||||
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
|
revision: 8d24867bc9c9d81c81eeac59391cda59333affd4
|
||||||
path: modules/lib/acpica
|
path: modules/lib/acpica
|
||||||
- name: bsim
|
|
||||||
repo-path: babblesim-manifest
|
|
||||||
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
|
|
||||||
path: tools/bsim
|
|
||||||
groups:
|
|
||||||
- babblesim
|
|
||||||
- name: babblesim_base
|
- name: babblesim_base
|
||||||
remote: babblesim
|
remote: babblesim
|
||||||
repo-path: base
|
repo-path: base
|
||||||
|
@ -45,20 +40,6 @@ manifest:
|
||||||
revision: 0cc70e78a88c1de9d8ec045a703b38134861e7e7
|
revision: 0cc70e78a88c1de9d8ec045a703b38134861e7e7
|
||||||
groups:
|
groups:
|
||||||
- babblesim
|
- babblesim
|
||||||
- name: babblesim_ext_2G4_libPhyComv1
|
|
||||||
remote: babblesim
|
|
||||||
repo-path: ext_2G4_libPhyComv1
|
|
||||||
path: tools/bsim/components/ext_2G4_libPhyComv1
|
|
||||||
revision: 15ae0f87fa049e04cbec48a866f3bc37d903f950
|
|
||||||
groups:
|
|
||||||
- babblesim
|
|
||||||
- name: babblesim_ext_2G4_phy_v1
|
|
||||||
remote: babblesim
|
|
||||||
repo-path: ext_2G4_phy_v1
|
|
||||||
path: tools/bsim/components/ext_2G4_phy_v1
|
|
||||||
revision: 62e797b2c518e5bb6123a198382ed2b64b8c068e
|
|
||||||
groups:
|
|
||||||
- babblesim
|
|
||||||
- name: babblesim_ext_2G4_channel_NtNcable
|
- name: babblesim_ext_2G4_channel_NtNcable
|
||||||
remote: babblesim
|
remote: babblesim
|
||||||
repo-path: ext_2G4_channel_NtNcable
|
repo-path: ext_2G4_channel_NtNcable
|
||||||
|
@ -73,18 +54,11 @@ manifest:
|
||||||
revision: bde72a57384dde7a4310bcf3843469401be93074
|
revision: bde72a57384dde7a4310bcf3843469401be93074
|
||||||
groups:
|
groups:
|
||||||
- babblesim
|
- babblesim
|
||||||
- name: babblesim_ext_2G4_modem_magic
|
- name: babblesim_ext_2G4_device_WLAN_actmod
|
||||||
remote: babblesim
|
remote: babblesim
|
||||||
repo-path: ext_2G4_modem_magic
|
repo-path: ext_2G4_device_WLAN_actmod
|
||||||
path: tools/bsim/components/ext_2G4_modem_magic
|
path: tools/bsim/components/ext_2G4_device_WLAN_actmod
|
||||||
revision: edfcda2d3937a74be0a59d6cd47e0f50183453da
|
revision: 9cb6d8e72695f6b785e57443f0629a18069d6ce4
|
||||||
groups:
|
|
||||||
- babblesim
|
|
||||||
- name: babblesim_ext_2G4_modem_BLE_simple
|
|
||||||
remote: babblesim
|
|
||||||
repo-path: ext_2G4_modem_BLE_simple
|
|
||||||
path: tools/bsim/components/ext_2G4_modem_BLE_simple
|
|
||||||
revision: 4d2379de510684cd4b1c3bbbb09bce7b5a20bc1f
|
|
||||||
groups:
|
groups:
|
||||||
- babblesim
|
- babblesim
|
||||||
- name: babblesim_ext_2G4_device_burst_interferer
|
- name: babblesim_ext_2G4_device_burst_interferer
|
||||||
|
@ -94,13 +68,6 @@ manifest:
|
||||||
revision: 5b5339351d6e6a2368c686c734dc8b2fc65698fc
|
revision: 5b5339351d6e6a2368c686c734dc8b2fc65698fc
|
||||||
groups:
|
groups:
|
||||||
- babblesim
|
- babblesim
|
||||||
- name: babblesim_ext_2G4_device_WLAN_actmod
|
|
||||||
remote: babblesim
|
|
||||||
repo-path: ext_2G4_device_WLAN_actmod
|
|
||||||
path: tools/bsim/components/ext_2G4_device_WLAN_actmod
|
|
||||||
revision: 9cb6d8e72695f6b785e57443f0629a18069d6ce4
|
|
||||||
groups:
|
|
||||||
- babblesim
|
|
||||||
- name: babblesim_ext_2G4_device_playback
|
- name: babblesim_ext_2G4_device_playback
|
||||||
remote: babblesim
|
remote: babblesim
|
||||||
repo-path: ext_2G4_device_playback
|
repo-path: ext_2G4_device_playback
|
||||||
|
@ -108,6 +75,34 @@ manifest:
|
||||||
revision: abb48cd71ddd4e2a9022f4bf49b2712524c483e8
|
revision: abb48cd71ddd4e2a9022f4bf49b2712524c483e8
|
||||||
groups:
|
groups:
|
||||||
- babblesim
|
- babblesim
|
||||||
|
- name: babblesim_ext_2G4_libPhyComv1
|
||||||
|
remote: babblesim
|
||||||
|
repo-path: ext_2G4_libPhyComv1
|
||||||
|
path: tools/bsim/components/ext_2G4_libPhyComv1
|
||||||
|
revision: 15ae0f87fa049e04cbec48a866f3bc37d903f950
|
||||||
|
groups:
|
||||||
|
- babblesim
|
||||||
|
- name: babblesim_ext_2G4_modem_BLE_simple
|
||||||
|
remote: babblesim
|
||||||
|
repo-path: ext_2G4_modem_BLE_simple
|
||||||
|
path: tools/bsim/components/ext_2G4_modem_BLE_simple
|
||||||
|
revision: 4d2379de510684cd4b1c3bbbb09bce7b5a20bc1f
|
||||||
|
groups:
|
||||||
|
- babblesim
|
||||||
|
- name: babblesim_ext_2G4_modem_magic
|
||||||
|
remote: babblesim
|
||||||
|
repo-path: ext_2G4_modem_magic
|
||||||
|
path: tools/bsim/components/ext_2G4_modem_magic
|
||||||
|
revision: edfcda2d3937a74be0a59d6cd47e0f50183453da
|
||||||
|
groups:
|
||||||
|
- babblesim
|
||||||
|
- name: babblesim_ext_2G4_phy_v1
|
||||||
|
remote: babblesim
|
||||||
|
repo-path: ext_2G4_phy_v1
|
||||||
|
path: tools/bsim/components/ext_2G4_phy_v1
|
||||||
|
revision: 62e797b2c518e5bb6123a198382ed2b64b8c068e
|
||||||
|
groups:
|
||||||
|
- babblesim
|
||||||
- name: babblesim_ext_libCryptov1
|
- name: babblesim_ext_libCryptov1
|
||||||
remote: babblesim
|
remote: babblesim
|
||||||
repo-path: ext_libCryptov1
|
repo-path: ext_libCryptov1
|
||||||
|
@ -115,6 +110,12 @@ manifest:
|
||||||
revision: 236309584c90be32ef12848077bd6de54e9f4deb
|
revision: 236309584c90be32ef12848077bd6de54e9f4deb
|
||||||
groups:
|
groups:
|
||||||
- babblesim
|
- babblesim
|
||||||
|
- name: bsim
|
||||||
|
repo-path: babblesim-manifest
|
||||||
|
revision: 1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7
|
||||||
|
path: tools/bsim
|
||||||
|
groups:
|
||||||
|
- babblesim
|
||||||
- name: cmsis
|
- name: cmsis
|
||||||
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
|
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
|
||||||
path: modules/hal/cmsis
|
path: modules/hal/cmsis
|
||||||
|
@ -265,14 +266,14 @@ manifest:
|
||||||
- name: hostap
|
- name: hostap
|
||||||
path: modules/lib/hostap
|
path: modules/lib/hostap
|
||||||
revision: 14f350c2ad022529720cbf04432a825c28b469ec
|
revision: 14f350c2ad022529720cbf04432a825c28b469ec
|
||||||
|
- name: liblc3
|
||||||
|
revision: 1a5938ebaca4f13fe79ce074f5dee079783aa29f
|
||||||
|
path: modules/lib/liblc3
|
||||||
- name: libmetal
|
- name: libmetal
|
||||||
revision: a6851ba6dba8c9e87d00c42f171a822f7a29639b
|
revision: a6851ba6dba8c9e87d00c42f171a822f7a29639b
|
||||||
path: modules/hal/libmetal
|
path: modules/hal/libmetal
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
- name: liblc3
|
|
||||||
revision: 1a5938ebaca4f13fe79ce074f5dee079783aa29f
|
|
||||||
path: modules/lib/liblc3
|
|
||||||
- name: littlefs
|
- name: littlefs
|
||||||
path: modules/fs/littlefs
|
path: modules/fs/littlefs
|
||||||
groups:
|
groups:
|
||||||
|
@ -334,22 +335,23 @@ manifest:
|
||||||
path: modules/crypto/tinycrypt
|
path: modules/crypto/tinycrypt
|
||||||
groups:
|
groups:
|
||||||
- crypto
|
- crypto
|
||||||
- name: trusted-firmware-m
|
|
||||||
revision: bceac6cdfccb41ef4e289b9dca17daad48cda270
|
|
||||||
path: modules/tee/tf-m/trusted-firmware-m
|
|
||||||
groups:
|
|
||||||
- tee
|
|
||||||
- name: trusted-firmware-a
|
- name: trusted-firmware-a
|
||||||
revision: 713ffbf96c5bcbdeab757423f10f73eb304eff07
|
revision: 713ffbf96c5bcbdeab757423f10f73eb304eff07
|
||||||
path: modules/tee/tf-a/trusted-firmware-a
|
path: modules/tee/tf-a/trusted-firmware-a
|
||||||
groups:
|
groups:
|
||||||
- tee
|
- tee
|
||||||
|
- name: trusted-firmware-m
|
||||||
|
revision: bceac6cdfccb41ef4e289b9dca17daad48cda270
|
||||||
|
path: modules/tee/tf-m/trusted-firmware-m
|
||||||
|
groups:
|
||||||
|
- tee
|
||||||
- name: uoscore-uedhoc
|
- name: uoscore-uedhoc
|
||||||
revision: 84ef879a46d7bfd9a423fbfb502b04289861f9ea
|
revision: 84ef879a46d7bfd9a423fbfb502b04289861f9ea
|
||||||
path: modules/lib/uoscore-uedhoc
|
path: modules/lib/uoscore-uedhoc
|
||||||
- name: zcbor
|
- name: zcbor
|
||||||
revision: 9b07780aca6fb21f82a241ba386ad9b379809337
|
revision: 9b07780aca6fb21f82a241ba386ad9b379809337
|
||||||
path: modules/lib/zcbor
|
path: modules/lib/zcbor
|
||||||
|
# zephyr-keep-sorted-stop
|
||||||
|
|
||||||
self:
|
self:
|
||||||
path: zephyr
|
path: zephyr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue