Skip to content
Snippets Groups Projects
Commit 53d79ffb authored by Francesco Pham's avatar Francesco Pham
Browse files

replace meta-openharmony oniro-core links with oniro-oh


Project 'eclipse/oniro-core/meta-openharmony' was moved 
to 'eclipse/oniro-oh/meta-openharmony'. Therefore updating
links and references accordingly.

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent cfab0213
No related branches found
No related tags found
1 merge request!128replace meta-openharmony oniro-core links with oniro-oh
...@@ -263,7 +263,7 @@ fetch: ...@@ -263,7 +263,7 @@ fetch:
fi fi
- echo "Syncing mirror files to $SOURCE_MIRROR_PATH" - echo "Syncing mirror files to $SOURCE_MIRROR_PATH"
- if [ "$CI_SERVER_HOST" = "gitlab.eclipse.org" -a - if [ "$CI_SERVER_HOST" = "gitlab.eclipse.org" -a
"$CI_PROJECT_PATH" = "eclipse/oniro-core/meta-openharmony" -a "$CI_PROJECT_PATH" = "eclipse/oniro-oh/meta-openharmony" -a
"$CI_COMMIT_BRANCH" = "kirkstone" ] ; then "$CI_COMMIT_BRANCH" = "kirkstone" ] ; then
DO_MIRROR_UPDATES_CH=1 ; DO_MIRROR_UPDATES_CH=1 ;
fi fi
...@@ -299,7 +299,7 @@ mirror_ch: ...@@ -299,7 +299,7 @@ mirror_ch:
- job: fetch - job: fetch
artifacts: true artifacts: true
rules: rules:
- if: $CI_SERVER_HOST == "gitlab.eclipse.org" && $CI_PROJECT_PATH == "eclipse/oniro-core/meta-openharmony" && $CI_COMMIT_BRANCH == "kirkstone" - if: $CI_SERVER_HOST == "gitlab.eclipse.org" && $CI_PROJECT_PATH == "eclipse/oniro-oh/meta-openharmony" && $CI_COMMIT_BRANCH == "kirkstone"
# No need to mark builds broken due to infrastructure problems # No need to mark builds broken due to infrastructure problems
allow_failure: true allow_failure: true
tags: tags:
......
...@@ -7,6 +7,6 @@ SPDX-License-Identifier: Apache-2.0 ...@@ -7,6 +7,6 @@ SPDX-License-Identifier: Apache-2.0
This container encapsulates build dependencies necessary to use repo and bitbake This container encapsulates build dependencies necessary to use repo and bitbake
for Open Harmony from for Open Harmony from
https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony/ https://gitlab.eclipse.org/eclipse/oniro-oh/meta-openharmony/
The default user is called builder, making usage of bitbake easier. The default user is called builder, making usage of bitbake easier.
...@@ -120,7 +120,7 @@ By making a contribution to this project, I certify that: ...@@ -120,7 +120,7 @@ By making a contribution to this project, I certify that:
# `meta-openharmony`-specific contributions process and guidelines # `meta-openharmony`-specific contributions process and guidelines
The project handles contributions as merge request in the project's The project handles contributions as merge request in the project's
[GitLab instance](https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony). [GitLab instance](https://gitlab.eclipse.org/eclipse/oniro-oh/meta-openharmony).
See above for more details. See above for more details.
Each contributions must adhere to the [OpenEmbedded Commit Patch Message Guidelines](http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines). Each contributions must adhere to the [OpenEmbedded Commit Patch Message Guidelines](http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines).
......
...@@ -88,7 +88,7 @@ meta-openharmony layer. ...@@ -88,7 +88,7 @@ meta-openharmony layer.
You can run these commands to do this: You can run these commands to do this:
mkdir ohoe && cd ohoe mkdir ohoe && cd ohoe
repo init -u https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony.git -b kirkstone repo init -u https://gitlab.eclipse.org/eclipse/oniro-oh/meta-openharmony.git -b kirkstone
repo sync --no-clone-bundle repo sync --no-clone-bundle
After this is done, you need to initialize the build environment. This modifies After this is done, you need to initialize the build environment. This modifies
......
...@@ -12,7 +12,7 @@ https://gitee.com/openharmony/startup_appspawn/pulls/308 ...@@ -12,7 +12,7 @@ https://gitee.com/openharmony/startup_appspawn/pulls/308
TODO: revisit this patch once we have more information TODO: revisit this patch once we have more information
Signed-off-by: Robert Drab <robert.drab@huawei.com> Signed-off-by: Robert Drab <robert.drab@huawei.com>
Relates to https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony/-/issues/42 Relates to https://gitlab.eclipse.org/eclipse/oniro-oh/meta-openharmony/-/issues/42
Upstream-Status: Pending Upstream-Status: Pending
diff --git a/src/appspawn_server.cpp b/src/appspawn_server.cpp diff --git a/src/appspawn_server.cpp b/src/appspawn_server.cpp
......
...@@ -17,10 +17,10 @@ OpenHarmony SDK ...@@ -17,10 +17,10 @@ OpenHarmony SDK
builds that can be used directly in OpenHarmony builds. The current known builds that can be used directly in OpenHarmony builds. The current known
limitation is that at the current stage, this support was only validated limitation is that at the current stage, this support was only validated
with the distro configuration, machine and layers setup provided by the with the distro configuration, machine and layers setup provided by the
`meta-openharmony repository/layer <https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony>`_. `meta-openharmony repository/layer <https://gitlab.eclipse.org/eclipse/oniro-oh/meta-openharmony>`_.
For more information checkout the For more information checkout the
`meta-openharmony README file <https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony/-/blob/kirkstone/README.md>`_. `meta-openharmony README file <https://gitlab.eclipse.org/eclipse/oniro-oh/meta-openharmony/-/blob/kirkstone/README.md>`_.
Oniro Project provides support for building an alternative open-source toolchain Oniro Project provides support for building an alternative open-source toolchain
for use with the OpenHarmony reference implementation. This allows using an for use with the OpenHarmony reference implementation. This allows using an
......
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