From 48bb2961f8d35fde8d2ddd2dbf89833c3f415417 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 15 Oct 2021 19:41:13 +0100 Subject: [PATCH] docs/adding-hardware-support.rst: Fix duplicate explicit target name Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/hardware-support/adding-hardware-support.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/hardware-support/adding-hardware-support.rst b/docs/hardware-support/adding-hardware-support.rst index d7347607..8c647490 100644 --- a/docs/hardware-support/adding-hardware-support.rst +++ b/docs/hardware-support/adding-hardware-support.rst @@ -51,10 +51,10 @@ 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: +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>`_: -- The manifest file part of the `oniro repository <https://git.ostc-eu.org/distro/oniro/-/tree/dunfell/manifests>`_ -- The flavours ``bblayers.conf.sample`` file part of the `oniro repository <https://git.ostc-eu.org/distro/oniro/-/tree/dunfell/flavours>`_ +- The manifest file +- The flavours ``bblayers.conf.sample`` file Test Image Backward Compatibility Of Newly Added Layers ******************************************************* -- GitLab