From b4f20ba40f649b0288ee9cdb2f5811ca22499443 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 15 Oct 2021 18:31:01 +0100 Subject: [PATCH] default.xml: Changes based on the GitLab restructure The `OHOS` group was renamed to `distro` and moved at the root of the GitLab instance. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- manifests/default.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/default.xml b/manifests/default.xml index 16f2bde3..2817deef 100644 --- a/manifests/default.xml +++ b/manifests/default.xml @@ -16,8 +16,8 @@ SPDX-FileCopyrightText: Huawei Inc. </notice> <remote name="github" fetch="https://github.com" /> - <remote name="ohos" fetch="https://git.ostc-eu.org/OSTC/OHOS" /> - <remote name="ohos-governance" fetch="https://git.ostc-eu.org/OSTC/OHOS/governance" /> + <remote name="ohos" fetch="https://git.ostc-eu.org/distro" /> + <remote name="ohos-governance" fetch="https://git.ostc-eu.org/distro/governance" /> <remote name="yocto" fetch="git://git.yoctoproject.org" /> <remote name="openembedded" fetch="git://git.openembedded.org" /> <remote name="aehs29" fetch="https://github.com/aehs29" /> @@ -28,7 +28,7 @@ SPDX-FileCopyrightText: Huawei Inc. <remote name="oe" fetch="git://git.openembedded.org" /> <!-- - All Scenario OS build system is based on Yocto "dunfell" + Oniro Project build system is based on Yocto "dunfell" (3.1 - see https://wiki.yoctoproject.org/wiki/Releases for more information). Hence, the layers setup below uses corresponding "dunfell" layers or "dunfell" compatible revisions. --> @@ -72,7 +72,7 @@ SPDX-FileCopyrightText: Huawei Inc. --> - <project name="meta-ohos" path="oniro"> + <project name="oniro" revision="dunfell" path="oniro"> <linkfile src="README.md" dest="README.md"/> </project> <project name="meta-clang" revision="main" path="meta-clang" /> -- GitLab