From 15c5adfbb4bafcfb3a002bb1aa7f683881b4d3f2 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 13 Oct 2025 10:03:41 +0200 Subject: [PATCH] ccmp25-dvk: remove unsupported usbg0 machine feature The ConnectCore MP2 DVK does not include an external STM32G0 component. This commit removes the 'usbg0' entry from MACHINE_FEATURES to prevent the installation of the unnecessary stm32mp-g0 firmware. Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/ccmp25-dvk.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/ccmp25-dvk.conf b/meta-digi-arm/conf/machine/ccmp25-dvk.conf index f2296abd4..420da4a5e 100644 --- a/meta-digi-arm/conf/machine/ccmp25-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp25-dvk.conf @@ -78,7 +78,6 @@ MACHINE_FEATURES += "splashscreen" MACHINE_FEATURES += "watchdog" MACHINE_FEATURES += "bluetooth" MACHINE_FEATURES += "wifi" -MACHINE_FEATURES += "usbg0" # GPU MACHINE_FEATURES += "${@'gpu' if d.getVar('ACCEPT_EULA_'+d.getVar('MACHINE')) == '1' else ''}"