Changes between Version 5 and Version 6 of Release/6/Waf BSP Checklist


Ignore:
Timestamp:
09/17/20 06:10:42 (4 years ago)
Author:
Sebastian Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/6/Waf BSP Checklist

    v5 v6  
    44
    55The checklist table tracks which BSPs have been checked and what is working. Please edit the table with a BSP once you have completed one of the required items.
     6
     7== Documentation ==
     8
     9You find the user oriented documentation of build system here:
     10
     11https://docs.rtems.org/branches/master/user/bld/index.html
     12
     13The documentation for RTEMS maintainers is here:
     14
     15https://docs.rtems.org/branches/master/eng/build-system.html
     16
     17== What to check for a particular BSP? ==
     18
     19How to check the new build system for a particular BSP?
     20
     211. Build the BSP with all tests enabled.
     22
     232. Run the tests and compare the results with the old build system. Ideally use the RTEMS Tester to run the tests and report them to the RTEMS Project.
     24
     253. Check if all BSP options are available (./waf bsp_defaults). Check the type and values of the BSP options.
     26
     274. Check the linker command file.
     28
     295. Check the compiler machine flags.
     30
     316. Install the BSP and build your third-party libraries and applications with it.
     32
     33The build system conversion was a semi-automatic process. Anything special in the *.cfg files may have slipped through the conversion.
    634
    735== Checklist Columns ==