Commit bf3105b
committed
[nrf noup] build: fix TF-M version
The TF-M build system retrieves the latest tag to figure out the TF-M
version.
It ends up being wrong because for example as of TF-M 2.1.2 in the commit
history the latest tag is TF-Mv2.1.0.
We don't have tags from upstream, but for some reason still have some of
them, which makes it confusing.
Completely stop relying on the tags and only use TFM_VERSION_MANUAL as
the version.
This fixes the TF-M version printed on boot.
Signed-off-by: Tomi Fontanilles <[email protected]>1 parent 7e9fe7c commit bf3105b
1 file changed
+1
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 11 | + | |
23 | 12 | | |
24 | 13 | | |
25 | 14 | | |
26 | 15 | | |
27 | 16 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
0 commit comments