File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 17
17
#
18
18
# ##########################################################################
19
19
20
+ #
21
+ # Use this file to import an mbed TLS release into mbed-OS as follows:
22
+ # 1) set the MBED_TLS_RELEASE to the correct mbed TLS release tag
23
+ # 2) make update
24
+ # 3) make
25
+ # 4) commit and push changes via git
26
+ #
27
+ # WARNING! To import the hardware acceleration sample code the latest revision
28
+ # will be checked out from the master branch of its own repository.
29
+
20
30
# Set the mbed TLS release to import (this can/should be edited before import)
21
31
MBED_TLS_RELEASE: =yotta-2.3.0
22
32
@@ -70,6 +80,8 @@ deploy: rsync
70
80
update : $(MBED_TLS_GIT_CFG ) $(MBED_TLS_HA_GIT_CFG )
71
81
#
72
82
# Updating to latest mbed TLS library version
83
+ # (If it is not an initial checkout we will start with the repo
84
+ # being in a detached head state)
73
85
git -C $(MBED_TLS_DIR ) checkout development
74
86
git -C $(MBED_TLS_DIR ) pull --rebase origin development
75
87
#
You can’t perform that action at this time.
0 commit comments