File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,10 @@ TF-M Tests:
2424 commit: ccda809801e529250b47c9ac470cf94daef1bb1b
2525 license: Apache 2.0
2626
27- mcuboot:
28- repo: https://github.com/JuulLabs-OSS/mcuboot.git
29- tag: v1.6.0
30- commit: 50d24a57516f558dac72bef634723b60c5cfb46b
31- license: Apache 2.0
32-
3327psa-arch-tests:
3428 repo: https://github.com/ARM-software/psa-arch-tests
3529 tag: v20.03_API1.0
3630 commit: 3d986e72d9e084bb45763849699718f474fb10ba
3731 license: Apache 2.0
32+
33+ See also west.yml for more dependencies.
Original file line number Diff line number Diff line change 22
33TFM_GIT_SHA=TF-Mv1.2.0
44TFM_TESTS_GIT_SHA=TF-Mv1.2.0
5- MCUBOOT_GIT_SHA=v1.6.0
65PSA_ARCH_TESTS_GIT_SHA=v20.03_API1.0
76
87if [ ! -d trusted-firmware-m/.git ]; then
@@ -13,14 +12,6 @@ if [ ! -d trusted-firmware-m/.git ]; then
1312 cd ..
1413fi
1514
16- if [ ! -d mcuboot/.git ]; then
17- git clone https://github.com/JuulLabs-OSS/mcuboot.git -b v1.4.0 -b ${MCUBOOT_GIT_SHA} --bare mcuboot/.git
18- cd mcuboot
19- git init
20- git checkout -f
21- cd ..
22- fi
23-
2415if [ ! -d tf-m-tests/.git ]; then
2516 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git -b ${TFM_TESTS_GIT_SHA} --bare tf-m-tests/.git
2617 cd tf-m-tests
You can’t perform that action at this time.
0 commit comments