-
Notifications
You must be signed in to change notification settings - Fork 81
feat(linux): Add release versioning scheme section to Release Notes #677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -26,6 +26,17 @@ | |||||
|
|
||||||
| This release supports High Security - Field Securable (HS-FS) devices. | ||||||
|
|
||||||
| Release versioning scheme | ||||||
| ========================= | ||||||
|
|
||||||
| Processor SDK releases follow the 5-duplet versioning scheme ``YY.RR.EE.CC.SS``, where: | ||||||
|
|
||||||
| - ``YY`` - Yearly baseline. Increments with each new LTS baseline. | ||||||
| - ``RR`` - Release index within the yearly baseline. Each yearly baseline includes many stable releases. | ||||||
| - ``EE`` - Extended release index within a stable baseline. Increments with each subsequent fixes/updates on top of it. | ||||||
|
Check warning on line 36 in source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst
|
||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Doesn't really provide any useful context. All of these numbers excluding |
||||||
| - ``CC`` - Release Candidate for common foundational BSP components such as Linux, U-Boot, ATF, OPTEE, Firmware and OE manifest including meta-ti, meta-arago. | ||||||
|
Check warning on line 37 in source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst
|
||||||
| - ``SS`` - SDK Release identifier for Distro layers (Yocto meta-tisdk, Armbian, Buildroot) with OOB Demos and Installers. | ||||||
|
Check warning on line 38 in source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst
|
||||||
|
|
||||||
| Licensing | ||||||
| ========= | ||||||
|
|
||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.