Skip to content
Snippets Groups Projects
Commit 464a2780 authored by Gururaj Shetty's avatar Gururaj Shetty Committed by Davide Ricci
Browse files

docs/adding-hardware-support.rst: Bulleted list converted to table format


Heading updated for New Hardware Support
Configuration file changed from bulleted list to table format

Signed-off-by: default avatarshettygururaj <gururaj.shetty@huawei.com>
parent 8788c4ce
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.. ..
.. SPDX-License-Identifier: CC-BY-4.0 .. SPDX-License-Identifier: CC-BY-4.0
Adding Hardware Support in All Scenarios OS Adding New Hardware Support in All Scenarios OS
########################################### ###############################################
This section details the addition of new hardware to the supported set in This section details the addition of new hardware to the supported set in
All Scenarios OS. It is intended as a checklist for adding new boards to OHOS build All Scenarios OS. It is intended as a checklist for adding new boards to OHOS build
...@@ -34,18 +34,18 @@ Add Required meta-layers ...@@ -34,18 +34,18 @@ Add Required meta-layers
OHOS flavours configuration templates (stored in `OHOS/meta-ohos/flavours <https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/tree/develop/flavours>`_ OHOS flavours configuration templates (stored in `OHOS/meta-ohos/flavours <https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/tree/develop/flavours>`_
directory) consist of the following files: directory) consist of the following files:
* ``bblayers.conf.sample`` .. list-table:: Configuration Files
:header-rows: 1
* set of meta-layers for the specific flavour (it can be unified across
multiple layers where there are no layers incompatibilities) * - File Name
- Description
* ``conf-notes.txt`` * - ``bblayers.conf.sample``
- set of meta-layers for the specific flavour (it can be unified across
* text snippet to be used as part of build logs multiple layers where there are no layers incompatibilities)
* - ``conf-notes.txt``
* ``local.conf.sample`` - text snippet to be used as part of build logs
* - ``local.conf.sample``
* default flavour build configuration - default flavour build configuration
All Scenarios OS build system uses ***repo*** tool for cloning required meta-layers All Scenarios OS 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>`).
......
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