]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Building on Alpine Linux
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Jan 2022 00:37:01 +0000 (01:37 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Jan 2022 09:57:21 +0000 (10:57 +0100)
Describe the required packages for building U-Boot on Alpine Linux

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/build/gcc.rst

index cdd797003267f7c3d1a661a85a6ac55c2039e475..0e0d87a022dbdb8e11161d29fa00413a0265bdc4 100644 (file)
@@ -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
 -------------