From db0de7f3a0e9805bc65f26d59f89317e3df21e65 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 15 Oct 2021 19:27:12 +0100 Subject: [PATCH] default.xml: Follow meta-ohos to oniro and branch rename Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- manifests/default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/default.xml b/manifests/default.xml index 2817deef..1de631ff 100644 --- a/manifests/default.xml +++ b/manifests/default.xml @@ -16,7 +16,7 @@ SPDX-FileCopyrightText: Huawei Inc. </notice> <remote name="github" fetch="https://github.com" /> - <remote name="ohos" fetch="https://git.ostc-eu.org/distro" /> + <remote name="oniro" 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" /> @@ -33,7 +33,7 @@ SPDX-FileCopyrightText: Huawei Inc. Hence, the layers setup below uses corresponding "dunfell" layers or "dunfell" compatible revisions. --> - <default remote="ohos" revision="develop" sync-j="4" /> + <default remote="oniro" revision="dunfell" sync-j="4" /> <!-- dunfell is using the 1.46 bitbake branch so the bitbake project follow is following this branch. More info can be found at https://wiki.yoctoproject.org/wiki/Releases. -- GitLab