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

docs: Clarify/exemplify getting code-v3.0.1-LTS.tar.gz

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



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 99d5d016
No related branches found
No related tags found
No related merge requests found
...@@ -62,18 +62,33 @@ Warning! It is recommended to only install OpenHarmony prebuilts to clean ...@@ -62,18 +62,33 @@ Warning! It is recommended to only install OpenHarmony prebuilts to clean
upstream OpenHarmony source repsitories, as the installation will remove files upstream OpenHarmony source repsitories, as the installation will remove files
and entire git repositories! and entire git repositories!
Firstly, you need to download an OpenHarmony archive. As an example, the next
steps will use OpenHarmony 3.0.1. You are to download this archive from
https://repo.huaweicloud.com/harmonyos/os/3.0.1/code-v3.0.1-LTS.tar.gz and
dearchive it:
.. code-block:: console
$ tar xfz $DOWNLOADS/code-v3.0.1-LTS.tar.gz
Note that the `$DOWNLOADS` variable needs to point to the location where the
archive resides.
To install the `oniro-openharmony-bundle` to a clean OpenHarmony 3.0.1 To install the `oniro-openharmony-bundle` to a clean OpenHarmony 3.0.1
repository, you should do something like this:: repository, you should do something like this:
.. code-block:: console
tar xfz $DOWNLOADS/code-v3.0.1-LTS.tar.gz $ cd code-v3.0.1-LTS/OpenHarmony
cd code-v3.0.1-LTS/OpenHarmony $ $DOWNLOADS/oniro-openharmony-bundle-3.0-cortexa7-neon-vfpv4-1.99.99.sh -y -d oniro
$DOWNLOADS/oniro-openharmony-bundle-3.0-cortexa7-neon-vfpv4-1.99.99.sh -y -d oniro $ ./oniro/setup.sh
./oniro/setup.sh
After this, you can use normal OpenHarmony build system procedures to build as After this, you can use normal OpenHarmony build system procedures to build as
usual. To build image for HiSilicon Hi3516DV300 (taurus) board:: usual. To build image for HiSilicon Hi3516DV300 (taurus) board:
.. code-block:: console
./build.sh --product-name Hi3516DV300 $ ./build.sh --product-name Hi3516DV300
Use inside BitBake Use inside BitBake
......
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