From 6367933f9074630ab57c4ead6f89da28e1adcce8 Mon Sep 17 00:00:00 2001 From: Marta Rybczynska <marta.rybczynska@huawei.com> Date: Wed, 17 Aug 2022 07:23:59 +0200 Subject: [PATCH] manifest: add ledge forks Add LEDGE forks with kirkstone-related changes. We use forks because the meta-ts layer doesn't have kirkstone support yet, and meta-ledge-secure has some dependencies we do not need right now (especially meta-selinux). Discussions for the two layers are in progress, but may still take some time. When all our required changes are upstream, we may switch to using the upstream directly. Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com> --- manifests/default.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/default.xml b/manifests/default.xml index 1073b01b..3e57e864 100644 --- a/manifests/default.xml +++ b/manifests/default.xml @@ -60,6 +60,8 @@ SPDX-FileCopyrightText: Huawei Inc. <project name="oniro-core/meta-clang.git" remote="eclipse" revision="oniro/kirkstone" path="meta-clang" /> <project name="oniro-core/meta-zephyr.git" remote="eclipse" revision="oniro/kirkstone" path="meta-zephyr" /> <project name="oniro-core/meta-openharmony.git" remote="eclipse" revision="kirkstone" path="meta-openharmony" /> + <project name="oniro-core/third-party/forks/meta-ledge-secure.git" remote="eclipse" revision="oniro/kirkstone" path="meta-ledge-secure" /> + <project name="oniro-core/third-party/forks/meta-ts.git" remote="eclipse" revision="oniro/kirkstone" path="meta-ts" /> <project name="oniro-core/docs.git" remote="eclipse" revision="main" path="docs" /> <project name="distro/governance/ip-policy" remote="oniro-booting" revision="main" path="ip-policy" /> </manifest> -- GitLab