From b4c5345be8b3a727851a5e9541b78bf22f95ea7e Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Fri, 28 Mar 2025 12:36:28 +0100 Subject: [PATCH] ccmp1: remove 'kernel-headers' dependency This commit removes kernel headers from the SDK package list to prevent overwriting the default ones, as there are currently no ST-specific headers required. Reference: ebadb27d60bb21ba027f435440a7e95f4d69649d Signed-off-by: Hector Palacios --- meta-digi-arm/conf/machine/include/ccmp1.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/include/ccmp1.inc b/meta-digi-arm/conf/machine/include/ccmp1.inc index 9d2488217..60082d3d7 100644 --- a/meta-digi-arm/conf/machine/include/ccmp1.inc +++ b/meta-digi-arm/conf/machine/include/ccmp1.inc @@ -83,3 +83,6 @@ UBOOT_ENV = "boot" # Partitions to blacklist for swupdate: # fsbl1, fsbl2, metadata1, metadata2, fip-a, fip-b SWUPDATE_MTD_BLACKLIST = "0 1 2 3 4 5" + +# Remove custom kernel headers from toolchain +ST_TOOLS_FOR_TARGET_SDK:remove = "kernel-headers"