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: ebadb27d60
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
5d640e5c2a
commit
b4c5345be8
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue