From 57256d895bc53797b455103f13c048b68df47c8c Mon Sep 17 00:00:00 2001 From: Gururaj Shetty <gururaj.shetty@huawei.com> Date: Tue, 29 Dec 2020 11:07:22 +0000 Subject: [PATCH] Update documentation/source/quickstart/BuildOpenharmony.rst --- documentation/source/quickstart/BuildOpenharmony.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/source/quickstart/BuildOpenharmony.rst b/documentation/source/quickstart/BuildOpenharmony.rst index ec82730..0c9fbb2 100644 --- a/documentation/source/quickstart/BuildOpenharmony.rst +++ b/documentation/source/quickstart/BuildOpenharmony.rst @@ -6,7 +6,7 @@ Building OpenHarmony Image OpenHarmony is a distributed OS that is designed to run on top of variety of OS kernels. Currently the supported kernels are Zephyr, Yocto, and FreeRTOS. To build OpenHarmony image, you need add multiple layers called meta-ohos. meta-ohos is an umbrella meta layer containing all layers required to build OpenHarmony Image basing on existing kernel meta-layers. This section describes how to build, add layers, and run the OpenHarmony image. * `Build and Run Using Zephyr <using zypher>`_ -* `Build and Run Using Yocto <using yocto>`_ +* `Build and Run Using Linux <using linux>`_ * `Build and Run Using FreeRTOS <using freertos>`_ @@ -103,10 +103,10 @@ After successful bootup, the following message should be displayed: Philosopher 3 [P: 0] EATING [ 525 ms ] Philosopher 4 [C: -1] THINKING [ 475 ms ] -.. _using yocto: +.. _using linux: -Build and Run Using Yocto +Build and Run Using Linux ---------------------------------------- 1. Once git repo has been installed, clone the necessary repositories. -- GitLab