Skip to content
Snippets Groups Projects
Verified Commit 389d1172 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

docs: Migrate all booting references to the EF ones


This also includes a set of additional small tweaks:
1. formatting and small rewarding
2. explicitly use the kitkstone branch for repo init (this avoids
confusion and also saves us from repo edge cases where the default one
is ignored)

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 4dc8b96e
No related branches found
No related tags found
1 merge request!67ci: Use the repository structure in EF Gitlab
...@@ -57,7 +57,7 @@ CI_ONIRO_MANIFEST_URL ...@@ -57,7 +57,7 @@ CI_ONIRO_MANIFEST_URL
The URL consumed by git-repo. You only want to change this if you forked the The URL consumed by git-repo. You only want to change this if you forked the
entire infrastructure and want to use it in private. entire infrastructure and want to use it in private.
The default value is ``https://booting.oniroproject.org/distro/oniro``. The default value is ``https://gitlab.eclipse.org/eclipse/oniro-core/oniro``.
If you change the default value, please set ``CI_ONIRO_MANIFEST_MIRROR`` If you change the default value, please set ``CI_ONIRO_MANIFEST_MIRROR``
as well. as well.
......
...@@ -33,8 +33,10 @@ maintained support** in targeted kernels. ...@@ -33,8 +33,10 @@ maintained support** in targeted kernels.
Add Required meta-layers Add Required meta-layers
************************ ************************
Oniro flavours configuration templates (stored in `distro/oniro/flavours <https://booting.oniroproject.org/distro/oniro/-/tree/dunfell/flavours>`_ Oniro flavours configuration templates (stored in the `flavours
directory) consist of the following files: <https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/tree/kirkstone/flavours>`_
`oniro <https://gitlab.eclipse.org/eclipse/oniro-core/oniro>`_ repository
subdirectory) consist of the following files:
.. list-table:: Configuration Files .. list-table:: Configuration Files
:header-rows: 1 :header-rows: 1
...@@ -51,7 +53,7 @@ directory) consist of the following files: ...@@ -51,7 +53,7 @@ directory) consist of the following files:
|main_project_name| build system uses ***repo*** tool for cloning required meta-layers |main_project_name| build system uses ***repo*** tool for cloning required meta-layers
into appropriate build directory structure (see :ref:`Setting up a repo workspace <RepoWorkspace>`). into appropriate build directory structure (see :ref:`Setting up a repo workspace <RepoWorkspace>`).
To include a new layer, it has to be added in two places of the `oniro repository <https://booting.oniroproject.org/distro/oniro/-/tree/dunfell/manifests>`_: To include a new layer, it has to be added in two places of the `oniro repository <https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/tree/kirkstone/manifests>`_:
- The manifest file - The manifest file
- The flavours ``bblayers.conf.sample`` file - The flavours ``bblayers.conf.sample`` file
...@@ -80,4 +82,4 @@ Create Merge Requests ...@@ -80,4 +82,4 @@ Create Merge Requests
Create the Merge Request against the ***dunfell*** branch according to the Create the Merge Request against the ***dunfell*** branch according to the
Contributing Process for repositories: Contributing Process for repositories:
- `distro/oniro <https://booting.oniroproject.org/distro/oniro>`_ - `eclipse/oniro-core/oniro <https://gitlab.eclipse.org/eclipse/oniro-core/oniro>`_
...@@ -52,7 +52,7 @@ Initialize a repo workspace and clone all required repositories: ...@@ -52,7 +52,7 @@ Initialize a repo workspace and clone all required repositories:
.. code-block:: console .. code-block:: console
$ mkdir oniroproject; cd oniroproject $ mkdir oniroproject; cd oniroproject
$ repo init -u https://booting.oniroproject.org/distro/oniro $ repo init -u https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git -b kirkstone
$ repo sync --no-clone-bundle $ repo sync --no-clone-bundle
Building an Oniro image Building an Oniro image
......
...@@ -11,8 +11,8 @@ Disk Partition Table ...@@ -11,8 +11,8 @@ Disk Partition Table
Overview Overview
******** ********
The OS defines the partitions included as part of the Linux-based distro as it The OS defines the partitions included as part of the Linux-based distribution
follows: as it follows:
* boot * boot
......
...@@ -92,7 +92,7 @@ repositories. If you're on OpenMandriva, simply ``dnf install repo``. ...@@ -92,7 +92,7 @@ repositories. If you're on OpenMandriva, simply ``dnf install repo``.
The Manifests The Manifests
************* *************
The ``repo manifest`` files are part of the main `oniro repository <https://booting.oniroproject.org/distro/oniro>`_ The ``repo manifest`` files are part of the main `oniro repository <https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git>`_
and are to be used for configuring a workspace. The project provides a single and are to be used for configuring a workspace. The project provides a single
``default.xml`` manifest file in each of the active branches. ``default.xml`` manifest file in each of the active branches.
...@@ -109,7 +109,7 @@ This will bring in all the needed sources for building |main_project_name|: ...@@ -109,7 +109,7 @@ This will bring in all the needed sources for building |main_project_name|:
.. code-block:: console .. code-block:: console
$ mkdir oniroproject; cd oniroproject $ mkdir oniroproject; cd oniroproject
$ repo init -u https://booting.oniroproject.org/distro/oniro $ repo init -u https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git -b kirkstone
$ repo sync --no-clone-bundle $ repo sync --no-clone-bundle
Workspace Structure Workspace Structure
......
...@@ -35,7 +35,7 @@ for more information. ...@@ -35,7 +35,7 @@ for more information.
-------------------------------- --------------------------------
|main_project_name| bases its build setup on OE-core and bitbake. The main hub |main_project_name| bases its build setup on OE-core and bitbake. The main hub
of layers, is `oniro <https://booting.oniroproject.org/distro/oniro/>`_, a of layers, is `oniro <https://gitlab.eclipse.org/eclipse/oniro-core/oniro/>`_, a
collection of layers with different scopes for defining the project's collection of layers with different scopes for defining the project's
requirements and capabilities. requirements and capabilities.
...@@ -51,7 +51,7 @@ For more details of each provided layer of ``oniro``, see the relevant ...@@ -51,7 +51,7 @@ For more details of each provided layer of ``oniro``, see the relevant
``README.md`` file at the root of the layer. ``README.md`` file at the root of the layer.
Besides the ``oniro`` collection of layers, the project is also the home Besides the ``oniro`` collection of layers, the project is also the home
to a set of other build system layers. Explore them all in our project `GitLab <https://booting.oniroproject.org/distro>`_ to a set of other build system layers. Explore them all in our project `GitLab <https://gitlab.eclipse.org/eclipse/oniro-core/>`_
instance. instance.
Additional Documentation Additional Documentation
......
...@@ -37,9 +37,10 @@ consideration. ...@@ -37,9 +37,10 @@ consideration.
## Merge requests ## Merge requests
All contributions are to be handled as merge requests in the All contributions are to be handled as merge requests to the
[oniro Gitlab repository](https://booting.oniroproject.org/distro/oniro). For [oniro Gitlab repository](https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git).
more information on the contributing process, check the `CONRIBUTING.md` file. For more information on the contributing process, check the `CONRIBUTING.md`
file.
## Maintainers ## Maintainers
......
...@@ -26,9 +26,10 @@ consideration. ...@@ -26,9 +26,10 @@ consideration.
## Merge requests ## Merge requests
All contributions are to be handled as merge requests in the All contributions are to be handled as merge requests to the
[oniro Gitlab repository](https://booting.oniroproject.org/distro/oniro). For [oniro Gitlab repository](https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git).
more information on the contributing process, check the `CONRIBUTING.md` file. For more information on the contributing process, check the `CONRIBUTING.md`
file.
## Maintainers ## Maintainers
......
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