From 49126edc0d5191b8510ae9c915e13b6e6b4018c0 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Tue, 26 Jul 2022 11:51:29 +0200
Subject: [PATCH] docs: Drop redundant section in the SDK document

This dropped section seems to be a less detailed version of the
"OpenHarmony SDK" section in the same document.

Fixes: https://gitlab.eclipse.org/eclipse/oniro-core/docs/-/issues/146

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 recipes-openharmony/sdk/README.rst | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/recipes-openharmony/sdk/README.rst b/recipes-openharmony/sdk/README.rst
index c32a684..5fa70eb 100644
--- a/recipes-openharmony/sdk/README.rst
+++ b/recipes-openharmony/sdk/README.rst
@@ -93,17 +93,3 @@ usual.  To build image for HiSilicon Hi3516DV300 (taurus) board:
 .. code-block:: console
 
     $ ./build.sh --product-name Hi3516DV300
-
-
-Use inside BitBake
-******************
-
-**meta-openharmony** is a bitbake layer, containing recipes for building
-OpenHarmony software components.
-
-The meta-openharmony layer enables building of prebuilts for use with the
-OpenHarmony build system. A toolchain-only image, making it possible to use the
-Oniro Clang version instead of the default Clang version included, and a bundle
-image which contains both the Oniro Clang compiler and Oniro versions of various
-third-party components, replacing the corresponding default third-party
-versions.
-- 
GitLab