From 985712484d72f1cfcab86556ef3978cd47076743 Mon Sep 17 00:00:00 2001
From: Robert Drab <robert.drab@huawei.com>
Date: Tue, 26 Jan 2021 15:38:02 +0100
Subject: [PATCH] Replace core-image-minimal with core-image-base

Having core-image-minimal as a default first-on-the-list image
can be misleading when adding new boards to the build system
as this image allows only to boot-up minimal system without
any features that the board may support in terms of connectivity, etc.

core-image-full-cmdline, likewise, does not include "kernel-modules"
and can cause similar confusion.

Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/7
Signed-off-by: Robert Drab <robert.drab@huawei.com>
---
 README.md                     | 5 ++---
 flavours/linux/conf-notes.txt | 2 --
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 6912e6d5..57dacaf8 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,7 @@ or via command line, e.g.:
 OHOS Linux flavour is based on _poky_ distribution.
 
 Supported images:
-- core-image-minimal
-- core-image-full-cmdline
+- core-image-base
 
 Supported machines:
 - qemux86-64 (default)
@@ -70,7 +69,7 @@ Supported machines:
 Example:
 
     $ TEMPLATECONF=../sources/meta-ohos/flavours/linux . ./sources/poky/oe-init-build-env build-ohos-linux-qemux86-64
-    $ bitbake core-image-minimal
+    $ bitbake core-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 96587c52..bfabf4ce 100644
--- a/flavours/linux/conf-notes.txt
+++ b/flavours/linux/conf-notes.txt
@@ -4,8 +4,6 @@
 You can now run 'bitbake <target>'
 
 Supported targets:
-- core-image-minimal
-- core-image-full-cmdline
 - core-image-base
 
 Supported machines:
-- 
GitLab