Skip to content
Snippets Groups Projects
Commit d9f0cae7 authored by Gururaj Shetty's avatar Gururaj Shetty
Browse files

docs: URL updated


URL updated

Signed-off-by: default avatarGururaj Shetty <gururaj.shetty@huawei.com>
parent 0a2878cc
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ In our default WiFi access point configuration, we create an AP on channel 6 in
SSID: "|main_project_name| WiFi"
Passphrase: "12345678".
For more details, the used `hostapd configuration file <https://git.ostc-eu.org/distro/oniro/-/blob/dunfell/meta-oniro-blueprints/recipes-connectivity/hostapd/files/hostapd.conf>`_ is the best reference.
For more details, the used `hostapd configuration file <https://booting.oniroproject.org/distro/oniro/-/blob/dunfell/meta-oniro-blueprints/recipes-connectivity/hostapd/files/hostapd.conf>`_ is the best reference.
OpenThread Border Router Configuration
**************************************
......@@ -58,7 +58,7 @@ In our default OpenThread Border Router configuration, we create an OpenThread m
Networkname "ASOS Thread"
OpenThread masterkey: 00112233445566778899aabbccddeeff
For more details, the used `OpenThread configuration script <https://git.ostc-eu.org/distro/oniro/-/blob/dunfell/meta-oniro-blueprints/recipes-connectivity/openthread/ot-br-posix/otbr-configuration>`_ is the best reference.
For more details, the used `OpenThread configuration script <https://booting.oniroproject.org/distro/oniro/-/blob/dunfell/meta-oniro-blueprints/recipes-connectivity/openthread/ot-br-posix/otbr-configuration>`_ is the best reference.
Get sources
***********
......
......@@ -57,7 +57,7 @@ CI_ONIRO_MANIFEST_URL
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.
The default value is ``https://git.ostc-eu.org/distro/manifest``.
The default value is ``https://booting.oniroproject.org/distro/oniro``.
If you change the default value, please set ``CI_ONIRO_MANIFEST_MIRROR``
as well.
......
......@@ -33,7 +33,7 @@ maintained support** in targeted kernels.
Add Required meta-layers
************************
Oniro flavours configuration templates (stored in `distro/oniro/flavours <https://git.ostc-eu.org/distro/oniro/-/tree/dunfell/flavours>`_
Oniro flavours configuration templates (stored in `distro/oniro/flavours <https://booting.oniroproject.org/distro/oniro/-/tree/dunfell/flavours>`_
directory) consist of the following files:
.. list-table:: Configuration Files
......@@ -51,7 +51,7 @@ directory) consist of the following files:
|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>`).
To include a new layer, it has to be added in two places of the `oniro repository <https://git.ostc-eu.org/distro/oniro/-/tree/dunfell/manifests>`_:
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>`_:
- The manifest file
- The flavours ``bblayers.conf.sample`` file
......@@ -80,4 +80,4 @@ Create Merge Requests
Create the Merge Request against the ***dunfell*** branch according to the
Contributing Process for repositories:
- `distro/oniro <https://git.ostc-eu.org/distro/oniro>`_
- `distro/oniro <https://booting.oniroproject.org/distro/oniro>`_
......@@ -52,7 +52,7 @@ Initialize a repo workspace and clone all required repositories:
.. code-block:: console
$ mkdir oniroproject; cd oniroproject
$ repo init -u https://git.ostc-eu.org/distro/oniro
$ repo init -u https://booting.oniroproject.org/distro/oniro
$ repo sync --no-clone-bundle
Building an Oniro image
......
......@@ -93,7 +93,7 @@ repositories. If you're on OpenMandriva, simply ``dnf install repo``.
The Manifests
*************
The ``repo manifest`` files are part of the main `oniro repository <https://git.ostc-eu.org/distro/oniro>`_
The ``repo manifest`` files are part of the main `oniro repository <https://booting.oniroproject.org/distro/oniro>`_
and are to be used for configuring a workspace. The project provides a single
``default.xml`` manifest file in each of the active branches.
......@@ -110,7 +110,7 @@ This will bring in all the needed sources for building |main_project_name|:
.. code-block:: console
$ mkdir oniroproject; cd oniroproject
$ repo init -u https://git.ostc-eu.org/distro/oniro
$ repo init -u https://booting.oniroproject.org/distro/oniro
$ repo sync --no-clone-bundle
Workspace structure
......
......@@ -35,7 +35,7 @@ for more information.
--------------------------------
|main_project_name| bases its build setup on OE-core and bitbake. The main hub
of layers, is `oniro <https://git.ostc-eu.org/distro/oniro/>`_, a
of layers, is `oniro <https://booting.oniroproject.org/distro/oniro/>`_, a
collection of layers with different scopes for defining the project's
requirements and capabilities.
......@@ -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.
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://git.ostc-eu.org/distro>`_
to a set of other build system layers. Explore them all in our project `GitLab <https://booting.oniroproject.org/distro>`_
instance.
Additional Documentation
......
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