diff options
author | Milan P. Stanić <mps@arvanta.net> | 2023-10-17 21:46:58 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-10-26 00:36:07 +0200 |
commit | d1c758ed3163531627b663911af1506e60d643a5 (patch) | |
tree | a388509e241d17087fd3df8b7c53677d4509b131 /doc/build | |
parent | fb428b61819444b9337075f49c72f326f5d12085 (diff) | |
download | u-boot-d1c758ed3163531627b663911af1506e60d643a5.tar.gz u-boot-d1c758ed3163531627b663911af1506e60d643a5.tar.bz2 u-boot-d1c758ed3163531627b663911af1506e60d643a5.zip |
doc: build: update description of build dependencies for Alpine Linux
Signed-off-by: Milan P. Stanić <mps@arvanta.net>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reformat and keep ncurses-dev needed for 'make menuconfig'
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/build')
-rw-r--r-- | doc/build/gcc.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index a0650a51db..23501dea37 100644 --- a/doc/build/gcc.rst +++ b/doc/build/gcc.rst @@ -60,8 +60,14 @@ For building U-Boot on Alpine Linux at least the following packages are needed: .. code-block:: bash - apk add alpine-sdk bc bison dtc flex linux-headers ncurses-dev \ - openssl-dev perl python3 py3-setuptools python3-dev sdl2-dev + apk add alpine-sdk bc bison dtc flex gnutls-dev linux-headers ncurses-dev \ + openssl-dev py3-elftools py3-setuptools python3-dev swig util-linux-dev + +Depending on the build target further packages may be needed: + +* sandbox with lcd: sdl2-dev +* riscv64 S-mode targests: opensbi +* some arm64 targets: arm-trusted-firmware Prerequisites ------------- |