summaryrefslogtreecommitdiff
path: root/doc/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-18 23:14:24 +0300
committerTom Rini <trini@konsulko.com>2021-07-29 02:30:22 +0300
commit6a2626a9d0f69b2e1158edc63319e43892600e9e (patch)
tree2df149538e3159298da3c376653c1a30c41aaa3c /doc/arch
parent05a7cabf5b86fb283c887309746d98e416edcc64 (diff)
downloadu-boot-6a2626a9d0f69b2e1158edc63319e43892600e9e.tar.xz
doc: sandbox: Fix up dependencies
These are out of date. Update them and point to the existing build instructions to avoid duplication. Add a few that are missing. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/arch')
-rw-r--r--doc/arch/sandbox.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
index 9e23e1618c..f8804e1f41 100644
--- a/doc/arch/sandbox.rst
+++ b/doc/arch/sandbox.rst
@@ -43,11 +43,7 @@ Note that standalone/API support is not available at present.
Prerequisites
-------------
-Here are some packages that are worth installing if you are doing sandbox or
-tools development in U-Boot:
-
- python3-pytest lzma lzma-alone lz4 python3 python3-virtualenv
- libssl1.0-dev
+Install the dependencies noted in :doc:`../build/gcc`.
Basic Operation