summaryrefslogtreecommitdiffstats
path: root/eng
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-05 14:24:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-07 06:43:29 +0200
commite2abac7f30aea2da423e745ec6be14f236f3eb03 (patch)
treeb4947b00e7f76aa314839afa9945702ee29251f1 /eng
parenteng: Partially revert previous commit (diff)
downloadrtems-docs-e2abac7f30aea2da423e745ec6be14f236f3eb03.tar.bz2
eng: Refer to the rtems-central repository
Close #4043.
Diffstat (limited to 'eng')
-rw-r--r--eng/req/howto.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/eng/req/howto.rst b/eng/req/howto.rst
index 9a28427..c539563 100644
--- a/eng/req/howto.rst
+++ b/eng/req/howto.rst
@@ -8,14 +8,13 @@ How-To
Getting Started
---------------
-The RTEMS specification items and qualification tools are work in progress and
-not fully integrated in the RTEMS Project. The first step to work with the
-RTEMS specification and the corresponding tools is a clone of the following
-repository:
+The RTEMS specification items and qualification tools are work in progress. The
+first step to work with the RTEMS specification and the corresponding tools is a
+clone of the following repository:
.. 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 update
@@ -23,7 +22,7 @@ The tools need a virtual Python 3 environment. To set it up use:
.. code-block:: none
- cd rtems-qual
+ cd rtems-central
make env
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
- cd rtems-qual
+ cd rtems-central
. env/bin/activate
Glossary Specification