From 81cca5dde27682b1cced51041e283803d2773378 Mon Sep 17 00:00:00 2001 From: Patrick Vogelaar Date: Wed, 3 Apr 2024 11:59:53 +0000 Subject: [PATCH] feat(eagle40-03): strip out unused MACHINE_FEATURES for eagle40-03 So far we are not using the tpm module and also not acpi actively --- layers/meta-belden-coreos-bsp/conf/machine/eagle40-03.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-belden-coreos-bsp/conf/machine/eagle40-03.conf b/layers/meta-belden-coreos-bsp/conf/machine/eagle40-03.conf index deb76de..451fbc9 100644 --- a/layers/meta-belden-coreos-bsp/conf/machine/eagle40-03.conf +++ b/layers/meta-belden-coreos-bsp/conf/machine/eagle40-03.conf @@ -5,7 +5,7 @@ require include/coreos-generic-arch/x64.inc -MACHINE_FEATURES += "pci usbhost x86 acpi serial efi tpm2 " +MACHINE_FEATURES += "pci usbhost x86 serial efi" # Kernel configuration # ******************************************************************************