From e132d59bc2d9f55157e92b80d692ddf83c6c160b Mon Sep 17 00:00:00 2001
From: Marta Rybczynska <marta.rybczynska@huawei.com>
Date: Wed, 22 Jun 2022 10:41:46 +0200
Subject: [PATCH] default.xml: add meta-secure-core

meta-secure-core provides security features like UEFI secure boot,
key store, TPM, IMA and more. It is also a dependency for the LEDGE
work. This revision supports kirkstone.

Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com>
---
 manifests/default.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manifests/default.xml b/manifests/default.xml
index 6c68e46e..5e5ad8a0 100644
--- a/manifests/default.xml
+++ b/manifests/default.xml
@@ -37,6 +37,7 @@ SPDX-FileCopyrightText: Huawei Inc.
 	<project name="rauc/meta-rauc" remote="github" revision="4429bd1f29677c9a7de032d53240fb4791a41e1f" path="meta-rauc" />
 	<project name="riscv/meta-riscv" remote="github" revision="70e099d7ceca52a1dde2c978713012f6b20a9891" path="meta-riscv" />
 	<project name="meta-arm" remote="yocto" revision="a8cb33d5139e30b4a643da9a277487299c0e658f" path="meta-arm" />
+	<project name="jiazhang0/meta-secure-core" remote="github" revision="2ccf4aa4e352a1b990d0f59bf28de8639ca529d9" path="meta-secure-core" />
 
 	<!--
 		All entries above are pinned to a specific revision and updated manually.
-- 
GitLab