Skip to content
Snippets Groups Projects
Commit d8d96784 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer Committed by Stefan Schmidt
Browse files

docs: Update documentation on building with openharmony support

Update documentation on building with openharmony support after
eclipse/oniro-core/oniro!250
and
https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony/-/merge_requests/65


have landed

Signed-off-by: default avatarBernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
parent c49aafdb
No related branches found
No related tags found
No related merge requests found
...@@ -122,18 +122,20 @@ This will enable OpenHarmony features and add OpenHarmony Standard System ...@@ -122,18 +122,20 @@ This will enable OpenHarmony features and add OpenHarmony Standard System
features to the `oniro-image-base` image. features to the `oniro-image-base` image.
As the build directory is now initialized, you can proceed to run the build As the build directory is now initialized, you can proceed to run the build
process: process (instead of `qemuarm-efi`, you can also build for targets `qemuarm64-efi`
and `raspberrypi4-64` - just make sure you set `MACHINE` to the same value while
running `bitbake` and `runqemu`):
.. code-block:: console .. code-block:: console
$ MACHINE=qemuarm bitbake oniro-image-base $ MACHINE=qemuarm-efi bitbake oniro-image-base
Once the image is built, you can run a Qemu instance using the provided Once the image is built, you can run a Qemu instance using the provided
script wrapper as follows: script wrapper as follows:
.. code-block:: console .. code-block:: console
$ MACHINE=qemuarm runqemu oniro-image-base serialstdio nographic slirp $ MACHINE=qemuarm-efi runqemu oniro-image-base serialstdio nographic slirp wic
Runtime Login Runtime Login
************* *************
......
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