Skip to content

Commit 14850a7

Browse files
tfm: Clean up mcuboot references
Remove mcuboot from init-git.sh and README.rst, and add it to .gitignore. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent 1f71d54 commit 14850a7

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/mcuboot

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
3327
psa-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.

init-git.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
TFM_GIT_SHA=TF-Mv1.2.0
44
TFM_TESTS_GIT_SHA=TF-Mv1.2.0
5-
MCUBOOT_GIT_SHA=v1.6.0
65
PSA_ARCH_TESTS_GIT_SHA=v20.03_API1.0
76

87
if [ ! -d trusted-firmware-m/.git ]; then
@@ -13,14 +12,6 @@ if [ ! -d trusted-firmware-m/.git ]; then
1312
cd ..
1413
fi
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-
2415
if [ ! -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

0 commit comments

Comments
 (0)