From c41b36ea73a25607d1fd1e9dc29ef6faf2be1be1 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Thu, 24 Aug 2017 13:34:03 +0800 Subject: meta-integrity: add tpm2, tpm as LAYERRECOMMENDS (#9) Signed-off-by: Wenzong Fan --- meta-integrity/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 953bd00..23f4a28 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf @@ -16,6 +16,9 @@ BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity" LAYERDEPENDS_integrity = "\ core \ signing-key \ +" + +LAYERRECOMMENDS_integrity = "\ tpm2 \ tpm \ " -- cgit v1.2.3-54-g00ecf