Skip to content
Snippets Groups Projects
Commit 2465cad7 authored by Maxim Uvarov's avatar Maxim Uvarov
Browse files

ledge-initramfs: clean up modules ftpm module load


Signed-off-by: default avatarMaxim Uvarov <maxim.uvarov@linaro.org>
parent ee544a30
Branches honister
No related tags found
No related merge requests found
CONFIG_TCG_TPM=y CONFIG_TCG_TPM=y
CONFIG_TCG_TIS=m CONFIG_TCG_TIS=m
CONFIG_TEE=m
CONFIG_OPTEE=m
CONFIG_TCG_FTPM_TEE=m CONFIG_TCG_FTPM_TEE=m
...@@ -32,13 +32,11 @@ PACKAGE_INSTALL = " \ ...@@ -32,13 +32,11 @@ PACKAGE_INSTALL = " \
tpm2-tss \ tpm2-tss \
tpm2-tss-engine\ tpm2-tss-engine\
" "
PACKAGE_INSTALL:append += " \
PACKAGE_INSTALL:append_ledge-qemuarm += " \ kernel-module-tpm-ftpm-tee \
kernel-module-tpm-ftpm-tee " kernel-module-tpm-tis \
kernel-module-tpm-tis-core \
PACKAGE_INSTALL:append_ledge-qemuarm64 += " \ "
kernel-module-tpm-ftpm-tee "
# Do not pollute the initrd image with rootfs features # Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = "" IMAGE_FEATURES = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment