From: Vincent Davis Jr <vince@underview.tech>
To: docs@lists.yoctoproject.org
Cc: Vincent Davis Jr <vince@underview.tech>
Subject: [PATCH] ref-manual/system-requirements.rst: support Arch Linux
Date: Tue, 27 Dec 2022 13:49:32 -0600 [thread overview]
Message-ID: <20221227194932.3783-1-vince@underview.tech> (raw)
Add support for packages need to build
OE system image on Arch Linux.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
---
documentation/poky.yaml.in | 2 ++
.../ref-manual/system-requirements.rst | 19 +++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index cdccf6f3c..fd3c77576 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -40,6 +40,8 @@ CENTOS8_HOST_PACKAGES_ESSENTIAL : "-y epel-release
socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \
python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel \
rpcgen mesa-libGL-devel zstd lz4"
+ARCH_LINUX_HOST_PACKAGES_ESSENTIAL : "base-devel wget curl git diffstat unzip texinfo \
+ python chrpath zip xterm sdl rpcsvc-proto socat cpio inetutils"
PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml"
MIN_PYTHON_VERSION : "3.8.0"
MIN_TAR_VERSION : "1.28"
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 1f9b3b1b5..8d5856a0c 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -55,6 +55,8 @@ distributions:
- OpenSUSE Leap 15.3
+- Arch Linux
+
.. note::
- While the Yocto Project Team attempts to ensure all Yocto Project
@@ -191,6 +193,23 @@ supported AlmaLinux-8 Linux distribution:
$ sudo dnf install make python3-pip which inkscape texlive-fncychap
&PIP3_HOST_PACKAGES_DOC;
+
+Arch Linux Packages
+-------------------
+
+Here are the required packages by function given a
+supported Arch Linux distribution:
+
+- *Essentials:* Packages needed to build an image on a headless system::
+
+ $ sudo pacman -S &ARCH_LINUX_HOST_PACKAGES_ESSENTIAL;
+
+- *Documentation:* Packages needed if you are going to build out the
+ Yocto Project documentation manuals::
+
+ $ sudo pacman -S make python-pip which inkscape texlive-latexextra
+ &PIP3_HOST_PACKAGES_DOC;
+
.. _system-requirements-buildtools:
Required Git, tar, Python, make and gcc Versions
--
2.38.1
next reply other threads:[~2022-12-27 19:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-27 19:49 Vincent Davis Jr [this message]
2023-01-02 10:19 ` [docs] [PATCH] ref-manual/system-requirements.rst: support Arch Linux Quentin Schulz
2023-01-02 10:30 ` Michael Opdenacker
2023-01-02 10:33 ` Alexander Kanavin
[not found] ` <17367770FC1C1495.4716@lists.yoctoproject.org>
2023-01-02 12:58 ` Alexander Kanavin
2023-01-05 15:24 ` Michael Opdenacker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221227194932.3783-1-vince@underview.tech \
--to=vince@underview.tech \
--cc=docs@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox