summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2022-01-11 03:37:01 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-15 12:57:21 +0300
commitbba1cc9b8c857855f4db42dc9f92b0f98d78df25 (patch)
tree96444e62423dbf56093644cfa80f4c7f63f39c28 /doc
parent46620d21a65f2af6f1fb8a82b3c10186d9bc02b3 (diff)
downloadu-boot-bba1cc9b8c857855f4db42dc9f92b0f98d78df25.tar.xz
doc: Building on Alpine Linux
Describe the required packages for building U-Boot on Alpine Linux Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/build/gcc.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index cdd7970032..0e0d87a022 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -51,6 +51,16 @@ Depending on the build targets further packages maybe needed.
zypper install bc bison flex gcc libopenssl-devel libSDL2-devel make \
ncurses-devel python3-devel python3-pytest swig
+Alpine Linux
+~~~~~~~~~~~~
+
+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 python3 py3-setuptools python3-dev sdl2
+
Prerequisites
-------------