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>
This commit is contained in:
Yi Zhao
2021-03-03 13:55:56 +08:00
committed by Jia Zhang
parent bb0597dddb
commit 477e4a812b

View File

@@ -11,6 +11,6 @@ BBFILE_PRIORITY_tpm2 = "10"
BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2"
LAYERDEPENDS_tpm2 = "core meta-python2"
LAYERDEPENDS_tpm2 = "core"
LAYERSERIES_COMPAT_tpm2 = "thud warrior zeus dunfell gatesgarth"