From ebc7f804830c1027521032b3f1bb350297d38664 Mon Sep 17 00:00:00 2001
From: shettygururaj <gururaj.shetty@huawei.com>
Date: Mon, 11 Jan 2021 12:04:59 +0530
Subject: [PATCH] changes for linux build

---
 .../source/quick-start/build-open-harmony.rst | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/documentation/source/quick-start/build-open-harmony.rst b/documentation/source/quick-start/build-open-harmony.rst
index a42dd51..0443ee1 100644
--- a/documentation/source/quick-start/build-open-harmony.rst
+++ b/documentation/source/quick-start/build-open-harmony.rst
@@ -56,9 +56,6 @@ Build and Run Using Zypher
       build$ bitbake-layers add-layer ../meta-zephyr
       build$ bitbake-layers add-layer ../meta-freertos
 
- .. note::
-   Layers for poky were added automatically by sourcing oe-init-build-env.
-
 3. Build distro by selecting the prefered board:
 
  * For Nitrogen
@@ -75,7 +72,7 @@ Build and Run Using Zypher
 	 
 
  .. note::
-    For Zephyr, zephyr-philosophers is the one of sample applications available in meta-zephyr layer by Yocto project. It's easy to build other samples using recipes available in meta-zephyr/recipes-kernel/zephyr-kernel/ directory.
+    For Zephyr, zephyr-philosophers is one of the sample applications available in meta-zephyr layer by Yocto project. It's easy to build other samples using recipes available in meta-zephyr/recipes-kernel/zephyr-kernel/ directory.
 	
 4. After the build is successful, run the image by executing the following command:
 
@@ -120,18 +117,8 @@ Build and Run Using Linux
       $ cd poky
       poky$ . oe-init-build-env
 
-2. Add layers for other kernels. Working directory will automatically change to ./poky/build. 
-
- .. code-block:: console
-
-      build$ bitbake-layers add-layer ../meta-openembedded/meta-oe
-      build$ bitbake-layers add-layer ../meta-openembedded/meta-python
-      build$ bitbake-layers add-layer ../meta-zephyr
-      build$ bitbake-layers add-layer ../meta-freertos
-
- .. note::
-   Layers for poky were added automatically by sourcing oe-init-build-env.
-
+2. In Linux, layers for poky is added automatically by sourcing oe-init-build-env. Working directory will automatically change to ./poky/build. 
+   
 3. Build distro by selecting the prefered board:
 
  * For Nitrogen
-- 
GitLab