From ab9b8244f1eda7d4c0f97ea58c4ffd9cbc34da9c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Fri, 23 Jul 2021 14:36:04 +0200 Subject: [PATCH] transparent-gateway.rst: Basic build instructions for the blueprint image Clarify the image name we use for the blueprint as well as the used distro config. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> --- docs/blueprints/transparent-gateway.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/blueprints/transparent-gateway.rst b/docs/blueprints/transparent-gateway.rst index bdf0ab8b..e1153233 100644 --- a/docs/blueprints/transparent-gateway.rst +++ b/docs/blueprints/transparent-gateway.rst @@ -56,12 +56,16 @@ For more details, the used `OpenThread configuration script <https://git.ostc-eu Get sources *********** -#. - Get All Scenarios OS sources as described in the :ref:`documentation <AllScenariOSQuickBuild>`. -#. - If you already have sources cloned, update them to the most recent revision. +#. Get All Scenarios OS sources as described in the :ref:`documentation <AllScenariOSQuickBuild>`. +#. If you already have sources cloned, update them to the most recent revision. .. code-block:: bash user@pc:~/ohos$ repo sync -d + +#. To build the image for this blueprint, you need to set the corresponding distro in the conf/local.conf file or on the command-line as seen below. + + .. code-block:: bash + + user@pc:~/ohos$ DISTRO="allscenarios-linux-blueprint-gateway" bitbake blueprint-gateway-image -- GitLab