Skip to content
Snippets Groups Projects
Commit 1b377271 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

docs: Clarify that Ubuntu is just an example of a supported distro


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 7e9e5ebb
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ of OpenHarmony on a real hardware, checkout the :ref:`Avenger96 support page ...@@ -19,7 +19,7 @@ of OpenHarmony on a real hardware, checkout the :ref:`Avenger96 support page
Prerequisites Prerequisites
************* *************
Have a **Ubuntu 20.04 LTS** host with all the required host packages. Install all the required host packages. Here is an example for **Ubuntu**:
.. code-block:: console .. code-block:: console
...@@ -28,11 +28,14 @@ Have a **Ubuntu 20.04 LTS** host with all the required host packages. ...@@ -28,11 +28,14 @@ Have a **Ubuntu 20.04 LTS** host with all the required host packages.
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
pylint3 xterm pylint3 xterm
See `official Yocto documentation <https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#required-packages-for-the-build-host>`_
for host package requirements on all supported Linux distributions.
Clone build system repositories Clone build system repositories
******************************* *******************************
Install Google git repo tool: Install Google git repo tool. For example, on **Ubuntu 20.04**, you can do this
by:
.. code-block:: console .. code-block:: console
......
...@@ -17,11 +17,13 @@ building OpenHarmony and developing on top. ...@@ -17,11 +17,13 @@ building OpenHarmony and developing on top.
The Repo Tool The Repo Tool
************* *************
OpenHarmony provides a patched version of the repo tool published as a In order to setup a sources workspace of OpenHarmony, the ``git-repo`` tool is
`launchpad PPA <https://launchpad.net/~openharmony/+archive/ubuntu/tools>`_. required on the host.
The patches are also available in the tool's `source repository <https://git.ostc-eu.org/OSTC/packaging/git-repo>`_.
Install this tool by following the next steps: For ``Ubuntu 20.04``, OpenHarmony provides a patched version of the repo tool
published as a `launchpad PPA <https://launchpad.net/~openharmony/+archive/ubuntu/tools>`_.
The patches are also available in the tool's `source repository <https://git.ostc-eu.org/OSTC/packaging/git-repo>`_.
One can install this tool by following the next steps:
.. code-block:: console .. code-block:: console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment