Browse Source

Merge "fix(docs): unify referenced Ubuntu versions" into integration

pull/1989/head
Madhukar Pappireddy 2 years ago
committed by TrustedFirmware Code Review
parent
commit
baddcf497f
  1. 4
      docs/getting_started/docs-build.rst
  2. 2
      docs/getting_started/prerequisites.rst

4
docs/getting_started/docs-build.rst

@ -31,8 +31,8 @@ can be installed using ``pip3`` (the Python Package Installer). Passing this
requirements file as an argument to ``pip3`` automatically installs the specific
module versions required by |TF-A|.
An example set of installation commands for Ubuntu 18.04 LTS follows, assuming
that the working directory is ``docs``:
An example set of installation commands for Ubuntu follows, assuming that the
working directory is ``docs``:
.. code:: shell

2
docs/getting_started/prerequisites.rst

@ -14,7 +14,7 @@ Build Host
|TF-A| can be built using either a Linux or a Windows machine as the build host.
A relatively recent Linux distribution is recommended for building |TF-A|. We
have performed tests using Ubuntu 16.04 LTS (64-bit) but other distributions
have performed tests using Ubuntu 20.04 LTS (64-bit) but other distributions
should also work fine as a base, provided that the necessary tools and libraries
can be installed.

Loading…
Cancel
Save