meta-secure-core: update the README

Fix the below yocto compliance issue:
  INFO: test_readme (common.CommonCheckLayer)
  INFO:  ... FAIL
  INFO: Traceback (most recent call last):
    File "/build/layers/oe-core/scripts/lib/checklayer/cases/common.py", line 34, in test_readme
      self.assertIn('maintainer', data.lower())
    AssertionError: 'maintainer' not found

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
This commit is contained in:
Mingli Yu
2022-11-29 11:49:11 +08:00
committed by Jia Zhang
parent fa438247c3
commit 39a46d6b15
6 changed files with 49 additions and 0 deletions

View File

@@ -175,5 +175,12 @@ operation is required if the target board doesn't have a TPM device.
retrieve the passphrase in a safe way. If the installer enables both of
them, the default IMA rules will be not used.
### Patches
Please submit any patches against the meta-tpm2 layer to the
maintainer:
Maintainer: Jia Zhang <zhang.jia@linux.alibaba.com>
### Reference
- [OpenEmbedded layer for TPM 2.0 enablement](https://github.com/jiazhang0/meta-secure-core/tree/master/meta-tpm2)