From efc67938fd2336ed0d544443d2101fdee3937ea3 Mon Sep 17 00:00:00 2001 From: Daizhuang Bai Date: Wed, 2 Sep 2026 17:52:30 +0530 Subject: [PATCH] iq-615-evk: Enable m2connector MACHINE_FEATURE Declare external M.2 connector capability for iq-615-evk. This feature flag is used by image recipes to decide whether to pull optional M.2 wireless firmware packagegroups. Machines without this hardware should not install those add-on firmware packages. Signed-off-by: Daizhuang Bai (cherry picked from commit d7a8a0d97ce8d50c1aafada2b095b09b7af13c1f) --- conf/machine/iq-615-evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/iq-615-evk.conf b/conf/machine/iq-615-evk.conf index 35f12e60a..aafd109e9 100644 --- a/conf/machine/iq-615-evk.conf +++ b/conf/machine/iq-615-evk.conf @@ -4,7 +4,7 @@ require conf/machine/include/qcom-qcs615.inc -MACHINE_FEATURES += "efi kvm pci tpm2" +MACHINE_FEATURES += "efi m2connector kvm pci tpm2" KERNEL_DEVICETREE ?= " \ qcom/talos-evk.dtb \