From cbc7fd1e80a2359dcd2e5a30ddd0b21628824e3e Mon Sep 17 00:00:00 2001 From: Francesco Pham <francesco.pham@huawei.com> Date: Fri, 21 Jan 2022 16:02:27 +0100 Subject: [PATCH] manifests/default.xml: replace kirkstone-next branch name with kirkstone "kirkstone-next" branch name has been refactored as just "kirkstone", so changing that in the manifests accordingly. Signed-off-by: Francesco Pham <francesco.pham@huawei.com> --- manifests/default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/default.xml b/manifests/default.xml index c0cbe64a..6b270995 100644 --- a/manifests/default.xml +++ b/manifests/default.xml @@ -33,7 +33,7 @@ SPDX-FileCopyrightText: Huawei Inc. Hence, the layers setup below uses corresponding "dunfell" layers or "dunfell" compatible revisions. --> - <default remote="oniro" revision="kirkstone-next" sync-j="4" /> + <default remote="oniro" revision="kirkstone" 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. @@ -71,7 +71,7 @@ SPDX-FileCopyrightText: Huawei Inc. --> - <project name="oniro" revision="kirkstone-next" path="oniro"> + <project name="oniro" revision="kirkstone" path="oniro"> <linkfile src="README.md" dest="README.md"/> </project> <project name="meta-arm-dunfell-backports" revision="dunfell" path="meta-arm-mixin" /> -- GitLab