]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(docs): unify referenced Ubuntu versions
authorBoyan Karatotev <boyan.karatotev@arm.com>
Tue, 15 Nov 2022 17:39:22 +0000 (17:39 +0000)
committerBoyan Karatotev <boyan.karatotev@arm.com>
Tue, 15 Nov 2022 17:44:01 +0000 (17:44 +0000)
Documentation is inconsistent when referring to Ubuntu versioning.
Change this to a single reference that is consistent with the stated
version for TF-A tests.

The change was tested with a full build on a clean install of Ubuntu 20.04.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Ibb135ed938e9d92332668fa5caf274cf61b822d3

docs/getting_started/docs-build.rst
docs/getting_started/prerequisites.rst

index 87c677fcded131a74863ffa508d7bd4b3992ff08..1762558a5e1739df0c3aee549a8d2a55537853a4 100644 (file)
@@ -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
 
index 62ef8263ebfb2c48aceb3024778fdd1e57360269..d8d3b7aeb1353c0dd0d0200187ee1fd9843d9345 100644 (file)
@@ -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.