manifest: order modules alphabetically

To avoid and minimize conflicts when items are always added to the
bottom of the list, order things alphabetically.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-13 08:03:43 -04:00
parent c95b97db2e
commit bf1f1f637f

View file

@ -32,21 +32,18 @@ manifest:
# #
# This will grow over time as external code is migrated into its own # This will grow over time as external code is migrated into its own
# repositories. # repositories.
#
# Please add items below based on alphabetical order
projects: projects:
- name: net-tools
revision: 30b7efa827b04d2e47840716b0372737fe7d6c92
- name: tinycbor
path: modules/lib/tinycbor
revision: 31ae89e4b768612722620cb6cb173a0de4a19cc9
- name: hal_qmsi
revision: 9195fe6f97e4f7f25a3fc9e5a515f1b7af13762c
path: modules/hal/qmsi
- name: esp-idf - name: esp-idf
revision: 6835bfc741bf15e98fb7971293913f770df6081f revision: 6835bfc741bf15e98fb7971293913f770df6081f
path: modules/hal/esp-idf path: modules/hal/esp-idf
- name: fatfs - name: fatfs
revision: df96914dd989907f3a5de4cb95b116c2f305820d revision: df96914dd989907f3a5de4cb95b116c2f305820d
path: modules/fs/fatfs path: modules/fs/fatfs
- name: hal_qmsi
revision: 9195fe6f97e4f7f25a3fc9e5a515f1b7af13762c
path: modules/hal/qmsi
- name: hal_cypress - name: hal_cypress
revision: a12d92816a53a521d79cefcf5c38b9dc8a4fed6e revision: a12d92816a53a521d79cefcf5c38b9dc8a4fed6e
path: modules/hal/cypress path: modules/hal/cypress
@ -56,9 +53,14 @@ manifest:
- name: libmetal - name: libmetal
revision: 45e630d6152824f807d3f919958605c4626cbdff revision: 45e630d6152824f807d3f919958605c4626cbdff
path: modules/hal/libmetal path: modules/hal/libmetal
- name: mbedtls
revision: ca32746072ce3381f1c9ae46ba6cd34c69f8c0ee
path: modules/crypto/mbedtls
- name: mcumgr - name: mcumgr
revision: 84934959d2d1722a23b7e7e200191ae4a6f96168 revision: 84934959d2d1722a23b7e7e200191ae4a6f96168
path: modules/lib/mcumgr path: modules/lib/mcumgr
- name: net-tools
revision: 30b7efa827b04d2e47840716b0372737fe7d6c92
- name: nffs - name: nffs
revision: bc62a2fa9d98ddb5d633c932ea199bc68e10f194 revision: bc62a2fa9d98ddb5d633c932ea199bc68e10f194
path: modules/fs/nffs path: modules/fs/nffs
@ -68,9 +70,9 @@ manifest:
- name: segger - name: segger
revision: 6fcf61606d6012d2c44129edc033f59331e268bc revision: 6fcf61606d6012d2c44129edc033f59331e268bc
path: modules/debug/segger path: modules/debug/segger
- name: mbedtls - name: tinycbor
revision: ca32746072ce3381f1c9ae46ba6cd34c69f8c0ee path: modules/lib/tinycbor
path: modules/crypto/mbedtls revision: 31ae89e4b768612722620cb6cb173a0de4a19cc9
self: self:
path: zephyr path: zephyr