diff options
author | Simon Glass | 2021-07-18 14:14:24 -0600 |
---|---|---|
committer | Tom Rini | 2021-07-28 19:30:22 -0400 |
commit | 6a2626a9d0f69b2e1158edc63319e43892600e9e (patch) | |
tree | 2df149538e3159298da3c376653c1a30c41aaa3c /doc/build | |
parent | 05a7cabf5b86fb283c887309746d98e416edcc64 (diff) |
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/build')
-rw-r--r-- | doc/build/gcc.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index c51b3e73b83..8ffb4e3447b 100644 --- a/doc/build/gcc.rst +++ b/doc/build/gcc.rst @@ -26,8 +26,10 @@ Depending on the build targets further packages maybe needed sudo apt-get install bc bison build-essential coccinelle \ device-tree-compiler dfu-util efitools flex gdisk liblz4-tool \ libguestfs-tools libncurses-dev libpython3-dev libsdl2-dev libssl-dev \ - lzma-alone openssl python3 python3-coverage python3-pyelftools \ - python3-pytest python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme swig + lz4 lzma lzma-alone openssl python3 python3-coverage \ + python3-pycryptodome python3-pyelftools python3-pytest \ + python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme python3-virtualenv \ + swig SUSE based ~~~~~~~~~~ |