[PATCH 1/1] doc: Building on Alpine Linux
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue Jan 11 01:46:21 CET 2022
Describe the required packages for building U-Boot on Alpine Linux
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
doc/build/gcc.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index cdd7970032..5299b8a18a 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 Linx 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
-------------
--
2.33.1
More information about the U-Boot
mailing list