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:
parent
2db49f3a4a
commit
ebadb27d60
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in New Issue