nativesdk-packagegroup-sdk-host: remove Flutter support by default

This commit removes the default integration of the Flutter framework from the
SDK due to its significant impact on toolchain size, build time, and reliability.

Including Flutter increases the build complexity exponentially, often resulting
in timeouts or failures caused by the large number of recipes involved.

Customers who require Flutter can still enable it manually if needed.

https://onedigi.atlassian.net/browse/DEL-9380

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2025-04-22 10:53:31 +02:00
parent 758cae2e19
commit e61eaf172c
1 changed files with 0 additions and 3 deletions

View File

@ -18,6 +18,3 @@ RDEPENDS:${PN} += " \
${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', '${IMX_OPTEE_SDK_RDEPENDS} ${IMX_TRUSTFENCE_SDK_TOOLS}', '', d)} \
${@oe.utils.conditional('DEY_SOC_VENDOR', 'STM', '${STM_TRUSTFENCE_SDK_TOOLS}', '', d)} \
"
RDEPENDS:${PN}:append:ccmp25 = " nativesdk-flutter-sdk"
RDEPENDS:${PN}:append:imxgpu = " nativesdk-flutter-sdk"