From 8c3075a3a50ec16c8c9fb93a1785a5abb13386c5 Mon Sep 17 00:00:00 2001 From: Potin Lai Date: Mon, 13 Dec 2021 23:13:02 +0800 Subject: meta-aspeed: Enable tpm2 kernel config Append tpm2 in MACHINE_FEATURES to enable related kernel configs MACHINE_FEATURES:append = " tpm2" Signed-off-by: Potin Lai Change-Id: Ie6b50d81040de2863487cffc449193ec9462bf89 --- meta-aspeed/recipes-kernel/linux/linux-aspeed.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-aspeed/recipes-kernel/linux/linux-aspeed.inc') diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc index aa060295f..6098885d5 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc @@ -12,6 +12,7 @@ SRC_URI += " \ file://defconfig \ file://rsa_oem_fitimage_key.key;sha256sum=eeb4ff2ebbfbd97b6254fe6dbaeea41067e54c65176c233ec7b2ab2decf1ddcd \ file://rsa_oem_fitimage_key.crt;sha256sum=45f5a55497cce8040999bf9f3214d471ac7b83ab7acef41c4425a34662e8372e \ + ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'file://tpm/tpm2.scc', '', d)} \ " LINUX_VERSION_EXTENSION ?= "-${SRCREV}" -- cgit v1.2.3