Skip to content
Snippets Groups Projects
Verified Commit 2bcd180d authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

docs: Clarify build initialization step in SDK docs

Fixes: https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony/-/issues/40



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 8d08cdbc
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,12 @@ OpenSource toolchain and third-party components with newer Oniro versions.
Building
********
To build `oniro-openharmony-bundle` for OpenHarmony 3.0.1, the `bitbake` command
is simply::
To build `oniro-openharmony-bundle` for OpenHarmony 3.0.1, an initialized build
environment is required::
TEMPLATECONF=../meta-openharmony/conf source oe-core/oe-init-build-env
Once that is in place, the `bitbake` command is simply::
DISTRO=oniro-openharmony-linux MACHINE=qemuarma7 bitbake oniro-openharmony-bundle
......
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