From 4e92b4d2e3a9ab0ec29827948a580394347e1856 Mon Sep 17 00:00:00 2001
From: Gururaj Shetty <gururaj.shetty@huawei.com>
Date: Thu, 4 Mar 2021 05:43:55 +0000
Subject: [PATCH] Machine name changed as per the file. Fixes #22

---
 quick-start/build-open-harmony.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/quick-start/build-open-harmony.rst b/quick-start/build-open-harmony.rst
index 6c2c191..6e611c4 100644
--- a/quick-start/build-open-harmony.rst
+++ b/quick-start/build-open-harmony.rst
@@ -22,7 +22,7 @@ This topic provides an overview of meta-ohos architecture, tools, and source cod
 .. _downloading-tools:
 
 Downloading Tools
-***********************
+*****************
 
 To start with, you need to install git-repo by executing the following command. Git-repo helps you to manage repositories, revision control systems, and automate parts of the development workflow.
 
@@ -35,7 +35,7 @@ To start with, you need to install git-repo by executing the following command.
 .. _downloading-source-code:
 
 Downloading Source Code
-********************************
+***********************
 
 Once git-repo has been installed, you can clone the necessary repositories.
 
@@ -92,7 +92,7 @@ The preceding commands creates the following directory structure (layers):
 .. _building-image:
 
 Building and Running |main_project_name| image
-************************************************
+**********************************************
 
 |main_project_name| can be hosted on top of a variety of kernels. Currently supported kernels (a.k.a. OHOS flavours) are Linux, Zephyr, and FreeRTOS (experimental). 
 
@@ -115,7 +115,7 @@ You can use the following syntax to build the OHOS flavour of your choice.
 .. _linux_flavour:
 
 OHOS Linux flavour
-====================
+==================
 
 OHOS Linux flavour is based on `poky` distribution. Current version supports the following images and machines:
 
@@ -197,7 +197,7 @@ or close qemu using key combination:
 .. _zephyr_flavour:
 
 OHOS Zephyr flavour
-====================
+===================
 
 OHOS Zephyr flavour is based on zephyr distribution and supports the following images or machines:
 
@@ -213,7 +213,7 @@ OHOS Zephyr flavour is based on zephyr distribution and supports the following i
  
   * - Machine Name
     - Details
-  * - qemux86 (default)
+  * - qemu-x86 (default)
     - Emulator
   * - qemu-cortex-m3
     - Emulator
@@ -223,14 +223,14 @@ OHOS Zephyr flavour is based on zephyr distribution and supports the following i
     - `Details <https://www.96boards.org/product/avenger96/>`_
 
 
-**Step1:** You can select the preferred image and machine to build your image. For example, for **qemux86* machine and **zephyr-philosophers** image, execute:
+**Step1:** You can select the preferred image and machine to build your image. For example, for **qemu-x86* machine and **zephyr-philosophers** image, execute:
 
 .. code-block:: console
 
      $ TEMPLATECONF=../sources/meta-ohos/flavours/zephyr . ./sources/poky/oe-init-build-env build-ohos-zephyr-qemu-x86
      $ bitbake zephyr-philosophers
 
-**Step2:** Test the image built by executing the following test command considering **qemux86** machine as an example:
+**Step2:** Test the image built by executing the following test command considering **qemu-x86** machine as an example:
 
 .. code-block:: console
 
@@ -254,7 +254,7 @@ To exit qemu, use key combination:
 .. _freertos_flavour:
 
 OHOS FreeRTOS flavour
-======================
+=====================
 
 OHOS FreeRTOS flavour is based on `freertos` distribution and supports the following images and smachines:
 
-- 
GitLab