diff options
author | 2021-11-09 15:43:10 +0100 | |
---|---|---|
committer | 2021-11-17 12:56:32 +0800 | |
commit | 744cb49fbb94e15783833f70eca1a492b322b2a2 (patch) | |
tree | 4bd1585404c69d44ae867da75c3f1ec552dc9fce /recipes-kernel/zephyr-kernel | |
parent | f12b76c94b2c4eefaf1753e9ae6589dbf5294027 (diff) | |
download | meta-zephyr-744cb49fbb94e15783833f70eca1a492b322b2a2.tar.gz meta-zephyr-744cb49fbb94e15783833f70eca1a492b322b2a2.tar.bz2 meta-zephyr-744cb49fbb94e15783833f70eca1a492b322b2a2.zip |
zephyr-kernel-src: order git repos alphabetically
As the number of repos pulled gets bigger it's easier to parse them
if they are ordered alphabetically.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Diffstat (limited to 'recipes-kernel/zephyr-kernel')
-rw-r--r-- | recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index d8dd3ab..d8b086b 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -13,10 +13,10 @@ SRC_URI = "\ git://github.com/zephyrproject-rtos/cmsis.git;protocol=https;nobranch=1;destsuffix=git/modules/cmsis;name=cmsis \ git://github.com/zephyrproject-rtos/hal_nordic.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/nordic;name=nordic \ git://github.com/zephyrproject-rtos/hal_stm32.git;protocol=https;branch=main;destsuffix=git/modules/hal/stm32;name=stm32 \ + git://github.com/zephyrproject-rtos/libmetal.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/libmetal;name=libmetal \ git://github.com/zephyrproject-rtos/mbedtls.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/mbedtls;name=mbedtls \ git://github.com/zephyrproject-rtos/open-amp.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/open-amp;name=open-amp \ git://github.com/zephyrproject-rtos/openthread.git;protocol=https;nobranch=1;branch=zephyr;destsuffix=git/modules/lib/openthread;name=openthread \ - git://github.com/zephyrproject-rtos/libmetal.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/libmetal;name=libmetal \ git://github.com/zephyrproject-rtos/tinycrypt.git;protocol=https;nobranch=1;destsuffix=git/modules/crypto/tinycrypt;name=tinycrypt \ " S = "${WORKDIR}/git" |