[yocto] [meta-security][PATCH 1/2] meta-tpm/conf/layer.conf: update layer dependencies

Yi Zhao yi.zhao at windriver.com
Tue Apr 23 19:03:24 PDT 2019


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 at windriver.com>
---
 meta-tpm/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

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"
 
 LAYERDEPENDS_tpm-layer = " \
     core \
+    openembedded-layer \
 "
-- 
2.7.4



More information about the yocto mailing list