eng: Refer to the rtems-central repository

Close #4043.
This commit is contained in:
Sebastian Huber 2020-08-05 14:24:58 +02:00
parent e1e04083e3
commit e2abac7f30

View File

@ -8,14 +8,13 @@ How-To
Getting Started Getting Started
--------------- ---------------
The RTEMS specification items and qualification tools are work in progress and The RTEMS specification items and qualification tools are work in progress. The
not fully integrated in the RTEMS Project. The first step to work with the first step to work with the RTEMS specification and the corresponding tools is a
RTEMS specification and the corresponding tools is a clone of the following clone of the following repository:
repository:
.. code-block:: none .. code-block:: none
git clone git://git.rtems.org/sebh/rtems-qual.git git clone git://git.rtems.org/rtems-central.git
git submodule init git submodule init
git submodule update git submodule update
@ -23,7 +22,7 @@ The tools need a virtual Python 3 environment. To set it up use:
.. code-block:: none .. code-block:: none
cd rtems-qual cd rtems-central
make env make env
Each time you want to use one of the tools, you have to activate the Each time you want to use one of the tools, you have to activate the
@ -31,7 +30,7 @@ environment in your shell:
.. code-block:: none .. code-block:: none
cd rtems-qual cd rtems-central
. env/bin/activate . env/bin/activate
Glossary Specification Glossary Specification