mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Merge "docs: add TF-A version numbering information" into integration
This commit is contained in:
commit
29683ef78f
2 changed files with 13 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
VERSION_MAJOR := 2
|
||||
VERSION_MINOR := 9
|
||||
VERSION_PATCH := 0
|
||||
VERSION_PATCH := 0 # Only used for LTS releases
|
||||
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
|
||||
|
||||
# Default goal is build all images
|
||||
|
|
|
@ -25,6 +25,18 @@ issues found, additional release candidates may be created to fix the issues.
|
|||
code freeze ver w.x code freeze ver y.z
|
||||
|
||||
|
||||
Version numbering
|
||||
~~~~~~~~~~~~~~~~~
|
||||
TF-A version is given in Makefile, through several macros:
|
||||
|
||||
- VERSION_MAJOR
|
||||
- VERSION_MINOR
|
||||
- VERSION_PATCH
|
||||
|
||||
For example, TF-A v2.10 has VERSION_MAJOR=2, VERSION_MINOR=10 and VERSION_PATCH=0.
|
||||
|
||||
This VERSION_PATCH macro is only increased for LTS releases.
|
||||
|
||||
Upcoming Releases
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue