ccmp1/ccmp2: disable ENABLE_PARTITIONS_IMAGE for Digi platforms
The meta-st-stm32mp layer for OpenSTLinux v6.2 introduces the flag ENABLE_PARTITIONS_IMAGE to generate per-partition images. This breaks the build for DEY platforms, so disable it by default. https://onedigi.atlassian.net/browse/DEL-10021 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
fef6a25ca3
commit
61db652b8b
|
|
@ -114,6 +114,9 @@ SWUPDATE_MTD_BLACKLIST = "0 1 2 3 4 5"
|
|||
# Remove custom kernel headers from toolchain
|
||||
ST_TOOLS_FOR_TARGET_SDK:remove = "kernel-headers"
|
||||
|
||||
# Disable partitions configuration from ST layer
|
||||
ENABLE_PARTITIONS_IMAGE ??= "0"
|
||||
|
||||
# Skip warnings for packages using 32-bit APIs
|
||||
INSANE_SKIP:append:pn-alsa-lib = " 32bit-time"
|
||||
INSANE_SKIP:append:pn-ir-keytable = " 32bit-time"
|
||||
|
|
|
|||
|
|
@ -130,3 +130,6 @@ ENABLE_FLASHLAYOUT_CONFIG = "0"
|
|||
|
||||
# Remove custom kernel headers from toolchain
|
||||
ST_TOOLS_FOR_TARGET_SDK:remove = " kernel-headers "
|
||||
|
||||
# Disable partitions configuration from ST layer
|
||||
ENABLE_PARTITIONS_IMAGE ??= "0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue