From 464a27806d9efde37829834cfd6dd3d21f9e419b Mon Sep 17 00:00:00 2001 From: shettygururaj <gururaj.shetty@huawei.com> Date: Thu, 27 May 2021 13:44:47 +0530 Subject: [PATCH] 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: shettygururaj <gururaj.shetty@huawei.com> --- .../adding-hardware-support.rst | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/hardware-support/adding-hardware-support.rst b/docs/hardware-support/adding-hardware-support.rst index ffe3cc2f..324141b1 100644 --- a/docs/hardware-support/adding-hardware-support.rst +++ b/docs/hardware-support/adding-hardware-support.rst @@ -2,8 +2,8 @@ .. .. 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 All Scenarios OS. It is intended as a checklist for adding new boards to OHOS build @@ -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>`_ directory) consist of the following files: -* ``bblayers.conf.sample`` - - * set of meta-layers for the specific flavour (it can be unified across - multiple layers where there are no layers incompatibilities) - -* ``conf-notes.txt`` - - * text snippet to be used as part of build logs - -* ``local.conf.sample`` - - * default flavour build configuration +.. list-table:: Configuration Files + :header-rows: 1 + + * - File Name + - Description + * - ``bblayers.conf.sample`` + - set of meta-layers for the specific flavour (it can be unified across + multiple layers where there are no layers incompatibilities) + * - ``conf-notes.txt`` + - text snippet to be used as part of build logs + * - ``local.conf.sample`` + - default flavour build configuration 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>`). -- GitLab