summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-03-03 13:55:56 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-03-03 14:43:31 +0800
commit477e4a812b0a1c13b46b5ae25cb067498ab58a60 (patch)
tree3922e0563533b40e76ebaa640934cacf220b9471
parentbb0597dddbb3146ae669511a8697b496cf368d3e (diff)
downloadmeta-secure-core-477e4a812b0a1c13b46b5ae25cb067498ab58a60.tar.gz
meta-tpm2/conf/layer.conf: remove meta-python2 from LAYERDEPENDS
Get rid of meta-python2 dependency because python2 is EOL. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r--meta-tpm2/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm2/conf/layer.conf b/meta-tpm2/conf/layer.conf
index 2c8f7e3..410ef4d 100644
--- a/meta-tpm2/conf/layer.conf
+++ b/meta-tpm2/conf/layer.conf
@@ -11,6 +11,6 @@ BBFILE_PRIORITY_tpm2 = "10"
11 11
12BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2" 12BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2"
13 13
14LAYERDEPENDS_tpm2 = "core meta-python2" 14LAYERDEPENDS_tpm2 = "core"
15 15
16LAYERSERIES_COMPAT_tpm2 = "thud warrior zeus dunfell gatesgarth" 16LAYERSERIES_COMPAT_tpm2 = "thud warrior zeus dunfell gatesgarth"