Skip to content
@eclipse-oniro4openharmony

Eclipse Oniro for OpenHarmony

Welcome to the Eclipse Oniro for OpenHarmony Project

This project is home to add-ons and enhancements for the OpenHarmony project. For more details on Oniro please see our project page.

Quick Start

As prerequisites git-lfs and repo need to be installed. 100GB of free disk space is recommended for the full build.

To obtain the source code use the following commands:

repo init -u https://github.com/eclipse-oniro4openharmony/manifest.git -b OpenHarmony-4.0-Release --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'

In the source code directory, fetch the prebuild tools:

./build/prebuilts_download.sh

To run the build an isolated docker container is recommended:

docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/docker_oh_standard:3.2

In the Docker instance, run the build:

Inside the Docker instance, set the target device for the build (e.g. rk3568) and use ccache to speed up subsequent builds:

./build.sh --product-name rk3568 --ccache

Popular repositories

  1. manifest manifest Public

    3 2

  2. oniro-ide oniro-ide Public

    TypeScript 2

  3. .eclipsefdn .eclipsefdn Public

    Repository to host configurations related to the Eclipse Foundation.

    Jsonnet 1 1

  4. .github .github Public

    1 1

  5. eclipse-oniro4openharmony.github.io eclipse-oniro4openharmony.github.io Public

    SCSS 1 6

  6. third_party_kanto third_party_kanto Public

    Kanto integration for Oniro

    C++ 1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…