[rtems-docs commit] RSB does not build a kernel by default.
Chris Johns
chrisj at rtems.org
Sun Mar 25 23:13:26 UTC 2018
Module: rtems-docs
Branch: 4.11
Commit: db8692389eaef54f2ff5eb62a1ac53dff7c51ea3
Changeset: http://git.rtems.org/rtems-docs/commit/?id=db8692389eaef54f2ff5eb62a1ac53dff7c51ea3
Author: Chris Johns <chrisj at rtems.org>
Date: Mon Mar 26 10:11:54 2018 +1100
RSB does not build a kernel by default.
Update #3275.
---
user/installation/releases.rst | 18 +++++++++---------
1 file 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
More information about the vc
mailing list