From da4c3f172fc4c61c5dfa2fd6fdc37d3d7863fc4a Mon Sep 17 00:00:00 2001
From: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Date: Thu, 11 Feb 2021 18:03:04 +0100
Subject: [PATCH] meta-ohos: Update documentation with new images

Since the default images have changed, switch to
the new ones recommended for OpenHarmony.

Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
---
 README.md                     | 5 +++--
 flavours/linux/conf-notes.txt | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 146c290f..a89d4bd7 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,8 @@ or via command line, e.g.:
 OHOS Linux flavour is based on _poky_ distribution.
 
 Supported images:
-- core-image-base
+- openharmony-image-base
+- openharmony-image-extra
 
 Supported machines:
 - qemux86-64 (default)
@@ -71,7 +72,7 @@ Supported machines:
 Example:
 
     $ TEMPLATECONF=../sources/meta-ohos/flavours/linux . ./sources/poky/oe-init-build-env build-ohos-linux-qemux86-64
-    $ bitbake core-image-base
+    $ bitbake openharmony-image-base
 
 You can test the image built for the qemux86-64 target by issuing:
 
diff --git a/flavours/linux/conf-notes.txt b/flavours/linux/conf-notes.txt
index bfabf4ce..8251e708 100644
--- a/flavours/linux/conf-notes.txt
+++ b/flavours/linux/conf-notes.txt
@@ -4,7 +4,8 @@
 You can now run 'bitbake <target>'
 
 Supported targets:
-- core-image-base
+- openharmony-image-base
+- openharmony-image-extra
 
 Supported machines:
 - qemux86-64 (default)
-- 
GitLab