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 <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2024-12-02 14:38:42 +01:00
parent 2db49f3a4a
commit ebadb27d60
1 changed files with 3 additions and 0 deletions

View File

@ -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 "