Skip to content
Snippets Groups Projects

add LEDGE

Merged Marta Rybczynska requested to merge mrybczyn/oniro:feature/ledge-integration into kirkstone
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
  • 6367933f
    manifest: add ledge forks · 6367933f
    Marta Rybczynska authored
    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: default avatarMarta Rybczynska <marta.rybczynska@huawei.com>
+ 2
0
@@ -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>
Loading