Skip to content
Snippets Groups Projects
Commit 98571248 authored by Robert Drab's avatar Robert Drab
Browse files

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: default avatarRobert Drab <robert.drab@huawei.com>
parent f5ebf76d
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -4,8 +4,6 @@
You can now run 'bitbake <target>'
Supported targets:
- core-image-minimal
- core-image-full-cmdline
- core-image-base
Supported machines:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment