Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 4 and Version 5 of Developer/Release


Ignore:
Timestamp:
03/10/15 02:14:28 (9 years ago)
Author:
Amar Takhar
Comment:

Add some notes taken from 4.11_Release_Notes

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Release

    v4 v5  
    55This page details steps that need to be taken in order to cut a release of RTEMS.
    66
    7 = Main =
     7
     8= Source Checklist =
     9
     10
     11The items in these lists are in no particular order and subject to discussion, additions, and deletions.
     12
     13The following are things that MUST be resolved before a release is made
     14
     15  *  Tools stabilized on known versions, these can be different versions if required.
     16    * If it is not possible for a tool to be built it must be well documented in the release notes.
     17 * All BSPs must build without error
     18   * Select BSPs must run tests without errors see [wiki:Developer/Release#RequiredBSPs Required BSPs]
     19
     20
     21The following are things that WOULD BE NICE to be resolved before a release is branched
     22
     23  * Warning reduction pass
     24    * Focus on all SPARC BSPs, select PowerPC, ARM and MIPS
     25
     26
     27= Required BSPs and Conditions=
     28
     29These BSPs must build and have all tests without errors.
     30
     31 * sparc/erc32
     32 * ...
     33
     34Coverage reports for these BSPs
     35
     36 * sparc/erc32
     37
     38
     39= Release Checklist =
    840
    941Main release steps.