From ebadb27d60bb21ba027f435440a7e95f4d69649d Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 2 Dec 2024 14:38:42 +0100 Subject: [PATCH] ccmp2: don't include custom kernel headers in the toolchain 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. https://onedigi.atlassian.net/browse/DEL-9381 Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/include/ccmp2.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/include/ccmp2.inc b/meta-digi-arm/conf/machine/include/ccmp2.inc index 900fb862b..b55167b91 100644 --- a/meta-digi-arm/conf/machine/include/ccmp2.inc +++ b/meta-digi-arm/conf/machine/include/ccmp2.inc @@ -92,3 +92,6 @@ WKS_FILE_DEPENDS ?= " \ # Disable the generation of flashlayout files ENABLE_FLASHLAYOUT_CONFIG = "0" + +# Remove custom kernel headers from toolchain +ST_TOOLS_FOR_TARGET_SDK:remove = " kernel-headers "