summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-04-24 10:03:24 +0800
committerArmin Kuster <akuster808@gmail.com>2019-05-01 15:53:32 -0700
commite3f6970b09095734241df9d8d56b2b73b326e30a (patch)
tree0175bfc920bc4437eca9ed1666c7b6ff91f06970
parent5959e4f4bf6120edf82c71e6c7a0b6118f275419 (diff)
downloadmeta-security-e3f6970b09095734241df9d8d56b2b73b326e30a.tar.gz
meta-tpm/conf/layer.conf: update layer dependencies
Add openembedded-layer to layer dependencies. Fix the following build errors: ERROR: Required build target 'tpm2-pkcs11' has no buildable providers. Missing or unbuildable dependency chain was: ['tpm2-pkcs11', 'dstat'] ERROR: Required build target 'cryptsetup-tpm-incubator' has no buildable providers. Missing or unbuildable dependency chain was: ['cryptsetup-tpm-incubator', 'libdevmapper'] ERROR: Required build target 'tpm2-totp' has no buildable providers. Missing or unbuildable dependency chain was: ['tpm2-totp', 'qrencode'] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 15a2bef..bf9a76e 100644
--- a/meta-tpm/conf/layer.conf
+++ b/meta-tpm/conf/layer.conf
@@ -12,4 +12,5 @@ LAYERSERIES_COMPAT_tpm-layer = "thud warrior"
12 12
13LAYERDEPENDS_tpm-layer = " \ 13LAYERDEPENDS_tpm-layer = " \
14 core \ 14 core \
15 openembedded-layer \
15" 16"