Skip to content
Snippets Groups Projects
Commit a29b1b95 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

docs: rename OpenHarmony to AllScenariOS


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 162fb231
No related branches found
No related tags found
No related merge requests found
Showing
with 50 additions and 50 deletions
......@@ -6,7 +6,7 @@
all:
sphinx-build -W -C \
-D html_theme=sphinx_rtd_theme \
-D project='OpenHarmony Build System and meta-ohos' \
-D project='AllScenariOS Build System and meta-ohos' \
-D copyright='Huawei Inc' \
. build
......
......@@ -2,11 +2,11 @@
..
.. SPDX-License-Identifier: CC-BY-4.0
OpenHarmony Blueprints
######################
AllScenariOS Blueprints
#######################
This section details the available blueprints provided as part of the
OpenHarmony environment.
AllScenariOS environment.
.. toctree::
:maxdepth: 1
......
......@@ -29,7 +29,7 @@ How to build
The Linux Gateway
-----------------
1. Refer to :ref:`Building OHOS image for Avenger96 <SupportedBoardAvenger96>` to learn how to set up a build environment, build and flash a base OpenHarmony Linux image.
1. Refer to :ref:`Building OHOS image for Avenger96 <SupportedBoardAvenger96>` to learn how to set up a build environment, build and flash a base AllScenariOS Linux image.
2. Build blueprint image by invoking following bitbake command
.. code-block:: console
......
......@@ -5,9 +5,9 @@
Overview of Build Flavours
##########################
OpenHarmony can be hosted on top of variety of kernels. Currently supported
AllScenariOS can be hosted on top of variety of kernels. Currently supported
kernels are Linux, Zephyr and FreeRTOS (experimental). The build system
requires build configuration that is specific to each kernel and OpenHarmony
requires build configuration that is specific to each kernel and AllScenariOS
provides all this configuration as build templates. See `Yocto documentation <https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#creating-a-custom-template-configuration-directory>`_
for more info about the underlying mechanism.
......
......@@ -5,7 +5,7 @@
FreeRTOS Kernel Build Flavour
#############################
OpenHarmony FreeRTOS build flavour is based on *freertos* distribution (distro configuration).
AllScenariOS FreeRTOS build flavour is based on *freertos* distribution (distro configuration).
Supported images:
......
......@@ -2,10 +2,10 @@
..
.. SPDX-License-Identifier: CC-BY-4.0
OpenHarmony Build Flavours
##########################
AllScenariOS Build Flavours
###########################
OpenHarmony provides default build configuration for each supported type of
AllScenariOS provides default build configuration for each supported type of
kernels. Each set of such configuration is called a ``flavour``.
.. toctree::
......
......@@ -5,7 +5,7 @@
Linux Kernel Build Flavour
##########################
OpenHarmony Linux build flavour is based on *openharmony-linux* distribution (distro configuration).
AllScenariOS Linux build flavour is based on *openharmony-linux* distribution (distro configuration).
Supported images:
......
......@@ -2,22 +2,22 @@
..
.. SPDX-License-Identifier: CC-BY-4.0
Adding Hardware Support in OpenHarmony
######################################
Adding Hardware Support in AllScenariOS
#######################################
This section details the addition of new hardware to the supported set in
OpenHarmony. It is intended as a checklist for adding new boards to OHOS build
AllScenariOS. It is intended as a checklist for adding new boards to OHOS build
system.
Before starting get familiar with OpenHarmony Contribution Process.
Before starting get familiar with AllScenariOS Contribution Process.
.. contents::
:depth: 2
Select OpenHarmony Flavour
**************************
Select AllScenariOS Flavour
***************************
OpenHarmony uses a notion of kernel specific flavours:
AllScenariOS uses a notion of kernel specific flavours:
- Linux flavour
- Zephyr flavour
......@@ -47,7 +47,7 @@ directory) consist of the following files:
* default flavour build configuration
OpenHarmony build system uses ***repo*** tool for cloning required meta-layers
AllScenariOS build system uses ***repo*** tool for cloning required meta-layers
into appropriate build directory structure (see :ref:`Setting up a repo workspace <RepoWorkspace>`).
To include a new layer, it has to be added in two places:
......
......@@ -43,10 +43,10 @@ Supported images
- Description
* - openharmony-image-base
- Approximate 100-200 MB
- OpenHarmony image including the base OS software stack
- AllScenariOS image including the base OS software stack
* - openharmony-image-extra
- Approximate 100-200 MB
- OpenHarmony Wayland image including the base OS software stack
- AllScenariOS Wayland image including the base OS software stack
Building OHOS image
......
......@@ -43,7 +43,7 @@ Supported image
Building an application
=======================
OpenHarmony OS Zephyr flavour is based on Zephyr kernel.
AllScenariOS OS Zephyr flavour is based on Zephyr kernel.
* Source the environment with proper template settings, flavour being zephyr and target machine being 96b-nitrogen:
......
......@@ -5,7 +5,7 @@
Supported Boards
################
This section details the boards supported as part of OpenHarmony.
This section details the boards supported as part of AllScenariOS.
.. toctree::
:maxdepth: 1
......
......@@ -41,7 +41,7 @@ Supported image
- Description
* - openharmony-image-base
- Approximate 100-200 MB
- OpenHarmony image including the base OS software stack
- AllScenariOS image including the base OS software stack
Building OHOS image
......
......@@ -40,10 +40,10 @@ Supported images
- Description
* - openharmony-image-base
- Approximate 100-200 MB
- OpenHarmony image including the base OS software stack
- AllScenariOS image including the base OS software stack
* - openharmony-image-extra
- Approximate 100-200 MB
- OpenHarmony Wayland image including the base OS software stack
- AllScenariOS Wayland image including the base OS software stack
Building OHOS image
......
......@@ -4,11 +4,11 @@
.. _HardwareSupport:
Hardware support in OpenHarmony
###############################
Hardware support in AllScenariOS
################################
This section details the hardware (including virtualized) supported as part of
OpenHarmony.
AllScenariOS.
.. toctree::
:maxdepth: 2
......
......@@ -5,7 +5,7 @@
Supported Virtual Targets
#########################
This section details the support for virtual targets in OpenHarmony.
This section details the support for virtual targets in AllScenariOS.
.. toctree::
:maxdepth: 1
......
......@@ -11,7 +11,7 @@ Qemu ARM
Overview
********
OpenHarmony supports running the software stack into an virtual environment using Qemu.
AllScenariOS supports running the software stack into an virtual environment using Qemu.
Building OHOS image
===================
......@@ -31,9 +31,9 @@ Supported images
* - Image Name
- Description
* - openharmony-image-base
- OpenHarmony image including the base OS software stack
- AllScenariOS image including the base OS software stack
* - openharmony-image-extra
- OpenHarmony Wayland image including the base OS software stack
- AllScenariOS Wayland image including the base OS software stack
Build steps
-----------
......
......@@ -11,7 +11,7 @@ Qemu ARM64
Overview
********
OpenHarmony supports running the software stack into an virtual environment using Qemu.
AllScenariOS supports running the software stack into an virtual environment using Qemu.
Building OHOS image
===================
......@@ -31,9 +31,9 @@ Supported images
* - Image Name
- Description
* - openharmony-image-base
- OpenHarmony image including the base OS software stack
- AllScenariOS image including the base OS software stack
* - openharmony-image-extra
- OpenHarmony Wayland image including the base OS software stack
- AllScenariOS Wayland image including the base OS software stack
Build steps
-----------
......
......@@ -11,7 +11,7 @@ Qemu X86-64
Overview
********
OpenHarmony supports running the software stack into an virtual environment using Qemu.
AllScenariOS supports running the software stack into an virtual environment using Qemu.
Building OHOS image
===================
......@@ -31,9 +31,9 @@ Supported images
* - Image Name
- Description
* - openharmony-image-base
- OpenHarmony image including the base OS software stack
- AllScenariOS image including the base OS software stack
* - openharmony-image-extra
- OpenHarmony Wayland image including the base OS software stack
- AllScenariOS Wayland image including the base OS software stack
Build steps
-----------
......
......@@ -11,7 +11,7 @@ Qemu X86
Overview
********
OpenHarmony supports running the software stack into an virtual environment using Qemu.
AllScenariOS supports running the software stack into an virtual environment using Qemu.
Building OHOS image
===================
......@@ -31,9 +31,9 @@ Supported images
* - Image Name
- Description
* - openharmony-image-base
- OpenHarmony image including the base OS software stack
- AllScenariOS image including the base OS software stack
* - openharmony-image-extra
- OpenHarmony Wayland image including the base OS software stack
- AllScenariOS Wayland image including the base OS software stack
Build steps
-----------
......
......@@ -2,17 +2,17 @@
..
.. SPDX-License-Identifier: CC-BY-4.0
.. _OpenHarmonyQuickBuild:
.. _AllScenariOSQuickBuild:
OpenHarmony - Quick Build
#########################
AllScenariOS - Quick Build
##########################
This section will guide you to building your first OpenHarmony image targeting
This section will guide you to building your first AllScenariOS image targeting
a supported reference hardware. It will also provide the steps for flashing and
booting such an image.
The steps below will focus on a Qemu-based target. If you want to get a feeling
of OpenHarmony on a real hardware, checkout the :ref:`Avenger96 support page
of AllScenariOS on a real hardware, checkout the :ref:`Avenger96 support page
<SupportedBoardAvenger96>`.
.. contents::
......@@ -69,8 +69,8 @@ Initialize the build directory and run a build:
$ TEMPLATECONF=../sources/meta-ohos/flavours/linux . ./sources/poky/oe-init-build-env build-ohos-linux
$ MACHINE=qemux86-64 bitbake openharmony-image-base
Booting a Qemu X86-64 target with a OpenHarmony image
*****************************************************
Booting a Qemu X86-64 target with a AllScenariOS image
******************************************************
Once the build is done, you can run a Qemu X86-64 instance as it follows:
......
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