From 8f01d27a521df731c4b6dd622738d9f6cddbe4ba Mon Sep 17 00:00:00 2001
From: shettygururaj <gururaj.shetty@huawei.com>
Date: Mon, 11 Jan 2021 12:14:52 +0530
Subject: [PATCH] changes as per Linux and Zypher

---
 documentation/source/quick-start/build-open-harmony.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/documentation/source/quick-start/build-open-harmony.rst b/documentation/source/quick-start/build-open-harmony.rst
index 0443ee1..5c7fa86 100644
--- a/documentation/source/quick-start/build-open-harmony.rst
+++ b/documentation/source/quick-start/build-open-harmony.rst
@@ -47,14 +47,13 @@ Build and Run Using Zypher
       $ cd poky
       poky$ . oe-init-build-env
 
-2. Add layers for other kernels. Working directory will automatically change to ./poky/build. 
+2. Add layers for other kernels. 
 
  .. 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
 
 3. Build distro by selecting the prefered board:
 
@@ -185,13 +184,12 @@ Build and Run Using FreeRTOS
       $ cd poky
       poky$ . oe-init-build-env
 
-2. Add layers for other kernels. Working directory will automatically change to ./poky/build. 
+2. Add layers for other kernels. 
 
  .. 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
 
 3. Build distro by selecting the prefered board.
-- 
GitLab