[Concept,1/2] doc: gcc: Add acpica-tools and srecord to Debian dependencies
Commit Message
From: Simon Glass <sjg@chromium.org>
x86 boards need iasl (from acpica-tools) for ACPI table compilation.
Renesas R-Car and MIPS Boston boards use srec_cat (from srecord) to
build .scif and .mcs firmware images.
Signed-off-by: Simon Glass <sjg@chromium.org>
---
doc/build/gcc.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -23,7 +23,7 @@ Depending on the build targets further packages maybe needed
.. code-block:: bash
- sudo apt-get install bc bison build-essential coccinelle \
+ sudo apt-get install acpica-tools bc bison build-essential coccinelle \
device-tree-compiler dfu-util efitools flex gdisk graphviz imagemagick \
libgnutls28-dev libguestfs-tools libncurses-dev \
libpython3-dev libsdl2-dev libssl-dev lz4 lzma lzma-alone openssl \
@@ -31,7 +31,7 @@ Depending on the build targets further packages maybe needed
python3-pkg-resources python3-pycryptodome python3-pyelftools \
python3-pytest python3-pytest-xdist python3-sphinxcontrib.apidoc \
python3-sphinx-rtd-theme python3-subunit python3-testtools \
- python3-venv swig uuid-dev
+ python3-venv srecord swig uuid-dev
SUSE based
~~~~~~~~~~