aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini2020-04-11 11:18:14 -0400
committerTom Rini2020-04-11 11:18:14 -0400
commit67bbc1ecd311c78b06e845a3fd4e333806782367 (patch)
tree9287c271d41e984bb43fdb4cd21842c96c27de1c /doc
parent1390c400846cf44b70f095ffd71306244f4cde0a (diff)
parent4ee7f527810ec77c6f0c64975ccbadbde3277696 (diff)
Merge branch '2020-04-11-CI-further-improvements' into next
- Further clean up and improve our Azure/GitLab/Travis CI loops
Diffstat (limited to 'doc')
-rw-r--r--doc/arch/sandbox.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
index e577a957169..6a1c6fc552b 100644
--- a/doc/arch/sandbox.rst
+++ b/doc/arch/sandbox.rst
@@ -34,6 +34,16 @@ integers can only be built on 64-bit hosts.
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
+
+
Basic Operation
---------------