From a0e51f0cab911891376d4002a71b6161ce5edc44 Mon Sep 17 00:00:00 2001 From: Dongqi Chen Date: Wed, 13 May 2020 17:00:12 +0800 Subject: [PATCH] Remove tpm from update-pxe-network-installer script Now use the kernel built-in tpmdd instead of tpmdd out-of-tree, so the rpm package is no longer provided. Change-Id: I0f322c81d1a9aa20b2ad43a8f5b7b17abfd5782a Story: 2007308 Task: 39756 Depends-On: https://review.opendev.org/#/c/726999/ Signed-off-by: Dongqi Chen --- build-tools/update-pxe-network-installer | 1 - 1 file changed, 1 deletion(-) diff --git a/build-tools/update-pxe-network-installer b/build-tools/update-pxe-network-installer index 3d5c3356..733a184f 100755 --- a/build-tools/update-pxe-network-installer +++ b/build-tools/update-pxe-network-installer @@ -90,7 +90,6 @@ find_and_copy_rpm 'standard kernel modules internal' 'kernel-modules-internal-[0 find_and_copy_rpm 'e1000e kernel module' 'kmod-e1000e-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" find_and_copy_rpm 'i40e kernel module' 'kmod-i40e-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" find_and_copy_rpm 'ixgbe kernel module' 'kmod-ixgbe-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" -find_and_copy_rpm 'tpm kernel module' 'kmod-tpm-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" find_and_copy_rpm 'mlnx-ofa kernel module' 'mlnx-ofa_kernel-modules-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" echo " -------- successfully found standard kernel rpm and related kernel modules --------" echo ""