summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-kernel
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-02-04 02:05:53 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-02-10 06:26:13 +0300
commita8acb6c0ff944ebe16aade8496ff071262e55d3a (patch)
treed8c66dbc11a72da5dfd161391a6e17edd24cadd9 /meta-aspeed/recipes-kernel
parent2d8c9e13d3e32cb32d889e0fa74b22405f3528d3 (diff)
downloadopenbmc-a8acb6c0ff944ebe16aade8496ff071262e55d3a.tar.xz
meta-aspeed: fix tpm2 MACHINE_FEATURE
The tpm2.cfg file was missing from the SRC_URI, so the metadata feature wasn't working properly. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iae1034b576bbce5b03a1e343b920400ca99e7399
Diffstat (limited to 'meta-aspeed/recipes-kernel')
-rw-r--r--meta-aspeed/recipes-kernel/linux/linux-aspeed.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
index 305b6cafbd..73f0614bc5 100644
--- a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
+++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
@@ -12,7 +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)} \
+ ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'file://tpm/tpm2.scc file://tpm/tpm2.cfg', '', d)} \
"
LINUX_VERSION_EXTENSION ?= "-${SRCREV}"