summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-03-26 10:11:54 +1100
committerChris Johns <chrisj@rtems.org>2018-03-26 10:11:54 +1100
commitdb8692389eaef54f2ff5eb62a1ac53dff7c51ea3 (patch)
tree027f3bc40458eff59919f45b9cd9a056f93f75a6
parentrsb: Minor fixes. (diff)
downloadrtems-docs-db8692389eaef54f2ff5eb62a1ac53dff7c51ea3.tar.bz2
RSB does not build a kernel by default.
Update #3275.
-rw-r--r--user/installation/releases.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/user/installation/releases.rst b/user/installation/releases.rst
index 0d5150c..99a9a9a 100644
--- a/user/installation/releases.rst
+++ b/user/installation/releases.rst
@@ -46,18 +46,18 @@ The :r:url:`ftp` is hosted at the Oregon State University's The Open Source Lab
advancement of open source technologies and RTEMS is very fortunate to be
shosted here. It has excellent internet access and performance.
-.. note:: **Controlling the RTEMS Kernel Build**
+.. note:: **Optionally Build RTEMS Kernel with the RSB**
- Building releases by default builds the RTEMS kernel. To not build the RTEMS
- kernel add the ``--without-rtems`` option to the RSB command line.
+ Release build by default do not build the RTEMS kernel. To build the RTEMS
+ kernel add the ``--with-rtems`` option to the RSB command line.
- By default all the BSPs for an architecture are built. If you only wish to
- have a specific BSP built you can specify the BSP list by providing to the
- RSB the option ``--enable-rtemsbsp``. For example to build two BSPs for the
- SPARC architecture you can supply ``--enable-rtemsbsp="erc32 sis"``. This can
- speed the build time up for some architectures that have a lot of BSPs.
+ If you do build the RTEMS with the tools the default is to build all the
+ BSPs for an architecture. There can be a large number of BSP and take a
+ while so you can specify the BSP list by providing to the RSB the option
+ ``--enable-rtemsbsp``. For example to build two BSPs for the SPARC
+ architecture you can supply ``--enable-rtemsbsp="erc32 sis"``.
-Once you have built the tools and kernel you can move to the Packages section
+Once you have built the tools and a kernel you can move to the Packages section
of the manual.
RTEMS Tools and Kernel