Changeset db86923 in rtems-docs for user/installation/releases.rst


Ignore:
Timestamp:
03/25/18 23:11:54 (6 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11
Children:
99a84f9
Parents:
739e0f9
Message:

RSB does not build a kernel by default.

Update #3275.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user/installation/releases.rst

    r739e0f9 rdb86923  
    4747shosted here. It has excellent internet access and performance.
    4848
    49 .. note:: **Controlling the RTEMS Kernel Build**
    50 
    51    Building releases by default builds the RTEMS kernel. To not build the RTEMS
    52    kernel add the ``--without-rtems`` option to the RSB command line.
    53 
    54    By default all the BSPs for an architecture are built. If you only wish to
    55    have a specific BSP built you can specify the BSP list by providing to the
    56    RSB the option ``--enable-rtemsbsp``. For example to build two BSPs for the
    57    SPARC architecture you can supply ``--enable-rtemsbsp="erc32 sis"``. This can
    58    speed the build time up for some architectures that have a lot of BSPs.
    59 
    60 Once you have built the tools and kernel you can move to the Packages section
     49.. note:: **Optionally Build RTEMS Kernel with the RSB**
     50
     51   Release build by default do not build the RTEMS kernel. To build the RTEMS
     52   kernel add the ``--with-rtems`` option to the RSB command line.
     53
     54   If you do build the RTEMS with the tools the default is to build all the
     55   BSPs for an architecture. There can be a large number of BSP and take a
     56   while so you can specify the BSP list by providing to the RSB the option
     57   ``--enable-rtemsbsp``. For example to build two BSPs for the SPARC
     58   architecture you can supply ``--enable-rtemsbsp="erc32 sis"``.
     59
     60Once you have built the tools and a kernel you can move to the Packages section
    6161of the manual.
    6262
Note: See TracChangeset for help on using the changeset viewer.