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>
This commit is contained in:
@@ -43,11 +43,7 @@ Note that standalone/API support is not available at present.
|
|||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Here are some packages that are worth installing if you are doing sandbox or
|
Install the dependencies noted in :doc:`../build/gcc`.
|
||||||
tools development in U-Boot:
|
|
||||||
|
|
||||||
python3-pytest lzma lzma-alone lz4 python3 python3-virtualenv
|
|
||||||
libssl1.0-dev
|
|
||||||
|
|
||||||
|
|
||||||
Basic Operation
|
Basic Operation
|
||||||
|
|||||||
6
doc/build/gcc.rst
vendored
6
doc/build/gcc.rst
vendored
@@ -26,8 +26,10 @@ Depending on the build targets further packages maybe needed
|
|||||||
sudo apt-get install bc bison build-essential coccinelle \
|
sudo apt-get install bc bison build-essential coccinelle \
|
||||||
device-tree-compiler dfu-util efitools flex gdisk liblz4-tool \
|
device-tree-compiler dfu-util efitools flex gdisk liblz4-tool \
|
||||||
libguestfs-tools libncurses-dev libpython3-dev libsdl2-dev libssl-dev \
|
libguestfs-tools libncurses-dev libpython3-dev libsdl2-dev libssl-dev \
|
||||||
lzma-alone openssl python3 python3-coverage python3-pyelftools \
|
lz4 lzma lzma-alone openssl python3 python3-coverage \
|
||||||
python3-pytest python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme swig
|
python3-pycryptodome python3-pyelftools python3-pytest \
|
||||||
|
python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme python3-virtualenv \
|
||||||
|
swig
|
||||||
|
|
||||||
SUSE based
|
SUSE based
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user