diff --git a/documentation/source/quick-start/build-open-harmony.rst b/documentation/source/quick-start/build-open-harmony.rst index a42dd51f2975f841920036ad3708228347d8bfa6..0443ee185a27e0edcc7807caa7946a368fda1ce8 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